summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2010-03-16fbo-pbo-readpixels-small: remove dead defines.Eric Anholt1-2/+2
2010-03-13add fbo-copypix and fbo-readdrawpix to CMakeLists.txtBrian Paul1-0/+2
2010-03-13fbo-readdrawpix: a varient of fbo-blit.cBrian Paul1-0/+229
2010-03-13fbo-copypixels: a varient of fbo-blit.cBrian Paul1-0/+225
2010-03-13fbo-blit: remove glCopy/Read/DrawPixels codeBrian Paul1-71/+10
2010-03-10fbo-no(depth/stencil)test: use POT texturesMaciej Cencora2-4/+4
2010-03-10fbo-blit: s/glBindFramebuffer/glBindFramebufferEXT/Maciej Cencora1-6/+6
2010-03-10fbo-blit: remove check for GL_ARB_texture_non_power_of_twoBrian Paul1-1/+0
2010-03-10fbo-blit: enable the new tests, plus asst fixupsBrian Paul1-6/+4
2010-03-10fbo-blit: also test glCopyPixels and glRead/DrawPixels()Brian Paul1-18/+95
2010-03-10fbo-blit: use POT texture sizeBrian Paul1-11/+15
2010-03-10fbo-blit: asst. clean-upsBrian Paul1-21/+26
2010-03-09fbo-generatemipmap: Only complain once per mipmap level.Eric Anholt1-3/+3
2010-03-06fbo-blit: this currently requires texture npot.Dave Airlie1-0/+1
2010-03-05fbo-blit: s/glBindFramebuffer/glBindFramebufferEXT/Vinson Lee1-9/+9
2010-02-23fbo-blit: New test for EXT_framebuffer_blitting around between win/fbo.Eric Anholt2-0/+204
2010-02-10Disable dithering in some tests that check for high precision.Marek Olšák1-0/+2
2010-02-10cubemap, fbo-cubemap: Don't test 2x2 or 1x1 mipmap levels.Eric Anholt1-1/+1
2010-02-04piglit/fbo-3d: Fix the texture to pot depth.Pauli Nieminen1-1/+4
2010-01-26fbo-drawbuffers2-colormask: Add fixes that got lost in some rebasing.Eric Anholt1-1/+2
2010-01-26fbo-readpixels: added commentsBrian Paul1-0/+6
2010-01-26fbo-pbo-readpixels-small: New testcase for bug #25921 found by clutter.Eric Anholt2-0/+165
2010-01-26fbo-drawbuffers2-blend: New test for EXT_draw_buffers2 blending.Eric Anholt2-0/+159
2010-01-26fbo-drawbuffers2-colormask: New test for EXT_draw_buffers2.Eric Anholt2-0/+156
2010-01-26fbo-drawbuffers: New test for basic rendering to two ARB_drawbuffers.Eric Anholt2-0/+143
2010-01-06fbo-generatemipmap-viewport: New test for a bug found by Pierre Willenbrock.Eric Anholt2-0/+175
2010-01-04fbo-copyteximage: New test for CopyTexImage2D an NPOT mipmap textureEric Anholt2-0/+148
2010-01-04fbo-generatemipmap-npot: Fix failure return from the testcaseEric Anholt1-5/+9
2009-12-29fbo-generatemipmap-npot: Test glGenerateMipmapEXT() on NPOT texture.Eric Anholt2-0/+165
2009-12-29fbo: Move tests to the framework.Eric Anholt5-284/+72
2009-12-28fbo-nostencil-test.c: Test that stencil always passes when no stencil bound.Eric Anholt2-0/+106
2009-12-28fbo-nodepth-test.c: New test for depth testing when no depth buffer bound.Eric Anholt2-0/+106
2009-12-09fbo-flushing: New test for texture cache flushing with FBOs.Eric Anholt2-0/+140
2009-11-12fbo-readpixels: Set texture filter before testing FBO completenessIan Romanick1-2/+3
2009-11-12fbo-readpixels: Remove unused 'type' parameter to test_with_formatIan Romanick1-9/+5
2009-11-09fbo-readpixels: Log status from glCheckFramebufferStatusEXT with error messageIan Romanick1-2/+2
2009-10-21fbo-clearmipmap: Test that glClear() works for various mipmap levels.Eric Anholt2-0/+182
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt5-61/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee5-5/+5
2009-08-18fbo: Add glutKeyboardFunc.Vinson Lee4-0/+4
2009-08-18fbo: Correct window names.Vinson Lee3-3/+3
2009-08-08fbo-3d: as written this test requires ARB_texture_non_power_of_twoDave Airlie1-0/+1
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-07-06fbo-cubemap: Fix compile errors with MSVC.Vinson Lee1-0/+3
2009-07-06fbo-readpixels: Fix compile errors with MSVC.Vinson Lee1-0/+3
2009-07-02fbo-3d: Fix compile errors with MSVC.Vinson Lee1-0/+3
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 Anholt2-0/+206
2009-05-21Reorder includes in fbo tests.Vinson Lee4-16/+16
2009-05-07fbo-generatemipmap: New test for glGenerateMipmapEXT on a 2D texture.Eric Anholt2-0/+230