summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-1d.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2009-12-29fbo: Move tests to the framework.Eric Anholt1-64/+14
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-13/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-1/+1
MSVC 4255 warning: 'function' : no function prototype given: converting '()' to '(void)'
2009-07-02fbo-1d: Fix compile errors with MSVC.Vinson Lee1-4/+8
2009-06-19fbo-1d: New test for rendering to 1D textures.Eric Anholt1-0/+205
I wrote this to test a report about failing to render to 1D textures on 965. Turns out the original testcase was expecting rasterization accuracy that GL_LINEs don't guarantee.