summaryrefslogtreecommitdiff
path: root/tests/general/stencil-drawpixels.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-22stencil-drawpixels: move piglit_ortho_projection() to piglit_display()Brian Paul1-11/+2
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2010-09-30general tests: use piglit_probe_rect_* when appropriateMarek Olšák1-13/+9
2009-09-29Move most piglit tests to using the framework.Eric Anholt1-49/+16
This saves a giant pile of code, and should encourage cleaner testcases from people writing tests in the future.
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-10/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-1/+1
MSVC 4255 warning: 'function' : no function prototype given: converting '()' to '(void)'
2009-07-07stencil-drawpixels: Test that glDrawPixels(GL_STENCIL_INDEX) works.Eric Anholt1-0/+167
Catches a bug in the intel driver where the coordinates are flipped.