aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/depth-tex-modes.c
AgeCommit message (Expand)Author
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2009-11-20depth-tex-modes: Add header file for inteface between test filesIan Romanick
2009-11-20depth-tex-modes: Pull most of test into new "common" file.Ian Romanick
2009-11-20depth-tex-modes: Add missing extension checkIan Romanick
2009-11-20depth-tex-modes: Check pixels in the drawing loop.Ian Romanick
2009-11-20depth-tex-modes: Minor clean-upsIan Romanick
2009-11-20depth-tex-modes: Rearrange to use a data-driven nested loop structure.Ian Romanick
2009-11-20depth-tex-mode: Use just two textures instead of sixIan Romanick
2009-11-20depth-tex-modes: Reorder loops to draw rows in the order they are displayedIan Romanick
2009-11-20depth-tex-modes: Use loops to draw the rowsIan Romanick
2009-11-20depth-tex-modes: Use piglit_draw_rect_texIan Romanick
2009-11-20depth-tex-modes: Port to piglit-frameworkIan Romanick
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt
2009-09-25depth-tex-modes: Correct window name.Vinson Lee
2009-09-15Silence MSVC C4255 warnings.Vinson Lee
2009-09-12depth-tex-modes: Fix compile errors with MSVC.Vinson Lee
2009-09-08added test depth-tex-modes. Tests drawing depth textures in LUMINANCE, INTENS...Ben Holmes