summaryrefslogtreecommitdiff
path: root/tests/texturing/depth-tex-modes.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-08texturing: set KHR_no_error statusTimothy Arceri1-0/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace1-1/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+4
2009-11-20depth-tex-modes: Add header file for inteface between test filesIan Romanick1-0/+1
2009-11-20depth-tex-modes: Pull most of test into new "common" file.Ian Romanick1-193/+10
2009-11-20depth-tex-modes: Add missing extension checkIan Romanick1-0/+1
2009-11-20depth-tex-modes: Check pixels in the drawing loop.Ian Romanick1-42/+78
2009-11-20depth-tex-modes: Minor clean-upsIan Romanick1-5/+1
2009-11-20depth-tex-modes: Rearrange to use a data-driven nested loop structure.Ian Romanick1-60/+44
2009-11-20depth-tex-mode: Use just two textures instead of sixIan Romanick1-62/+27
2009-11-20depth-tex-modes: Reorder loops to draw rows in the order they are displayedIan Romanick1-26/+17
2009-11-20depth-tex-modes: Use loops to draw the rowsIan Romanick1-55/+39
2009-11-20depth-tex-modes: Use piglit_draw_rect_texIan Romanick1-120/+24
2009-11-20depth-tex-modes: Port to piglit-frameworkIan Romanick1-45/+19
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-10/+0
2009-09-25depth-tex-modes: Correct window name.Vinson Lee1-1/+1
2009-09-15Silence MSVC C4255 warnings.Vinson Lee1-3/+3
2009-09-12depth-tex-modes: Fix compile errors with MSVC.Vinson Lee1-12/+14
2009-09-08added test depth-tex-modes. Tests drawing depth textures in LUMINANCE, INTENS...Ben Holmes1-0/+426