summaryrefslogtreecommitdiff
path: root/tests/fbo/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace1-69/+1
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-5/+0
2011-02-25fbo-genereatemipmap-array: test mipmap generation on 2d array textureDave Airlie1-0/+1
2011-02-25fbo-array: test FBO array textures.Dave Airlie1-0/+1
2011-02-17fbo-depth-sample-compare: compare depth texture sampling vs. fragment.zBrian Paul1-0/+1
2011-02-17fbo-drawbuffers-arbfp: test ARB_draw_buffers with ARB_fragment_programMarek Olšák1-0/+1
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-02-02Add another depth texturing test.Henri Verbeet1-0/+1
2011-01-25fbo-depth: rework of fbo-d24s8 to test all depth formatsMarek Olšák1-1/+1
2011-01-25fbo-storage-formats: test glRenderbufferStorage(internalFormat)Brian Paul1-0/+1
2011-01-20fbo-fragcoord2: test gl_FragCoord, gl_FrontFacing, cullingBrian Paul1-0/+1
2011-01-20Verify behavior when a nonexistent mipmap is attached to an FBOIan Romanick1-0/+1
2011-01-15fbo-draw-buffers-blend: test GL_ARB_draw_buffers_blendBrian Paul1-0/+1
2011-01-12fbo-generatemipmap-filtering: New test for IRC bug report by Neil Roberts.Eric Anholt1-0/+1
2011-01-10fbo: add SRGB texture/fbo test.Dave Airlie1-0/+4
2011-01-06fbo-clear-formats: New test for glClear to FBO texture formats.Eric Anholt1-0/+1
2010-11-24fbo-maxsize: new test for rendering to a texture of maximum sizeMarek Olšák1-0/+1
2010-11-14fbo-fragcoord: New test for gl_FragCoord in an FBO.Eric Anholt1-0/+1
2010-10-25fbo-texture: test render to texture with GL_EXT_texture_integerBrian Paul1-0/+1
2010-10-19Add several test for FBO incompletenessIan Romanick1-0/+3
2010-10-19Query framebuffer attachment valuesIan Romanick1-0/+1
2010-10-02fbo-luminance-alpha: new test for GL_LUMINANCE8_ALPHA8 renderingMarek Olšák1-0/+1
2010-10-01Add test for FBO rendering to RED and RG surfacesIan Romanick1-0/+1
2010-09-24fbo-generatemipmap-formats: New tests for glGenerateMipmap vs internalformatsEric Anholt1-0/+1
2010-08-14fbo-blit-d24s8: new test for blitting D24S8 texturesMarek Olšák1-0/+1
2010-07-17fbo-d24s8: new test for rendering to the D24S8 format and using it for texturingMarek Olšák1-0/+1
2010-07-08Add a simple test of glCopyTexImage()Owen W. Taylor1-0/+1
2010-06-10fbo-alpha: Test for supporting GL_ALPHA FBOs with ARB_fbo.Eric Anholt1-0/+1
2010-05-25fbo-drawbuffers-fragcolor: Verify that gl_FragColor gets written to all drawb...Marek Olšák1-0/+1
2010-05-23fbo-drawbuffers-maxtargets: Verify that all drawbuffers targets can be used.Eric Anholt1-0/+1
2010-04-27fbo-generatemipmap-scissor: Regression test for a bugfix in Mesa meta code.Eric Anholt1-0/+1
2010-04-11fbo-generatemipmap-nonsquare: new test for non-square mipmapped texturesMarek Olšák1-0/+1
2010-04-09fbo-scissor-bitmap: Variant of scissor-bitmap to fbos that I wrote long ago.Eric Anholt1-0/+1
2010-03-13add fbo-copypix and fbo-readdrawpix to CMakeLists.txtBrian Paul1-0/+2
2010-02-23fbo-blit: New test for EXT_framebuffer_blitting around between win/fbo.Eric Anholt1-0/+1
2010-01-26fbo-pbo-readpixels-small: New testcase for bug #25921 found by clutter.Eric Anholt1-0/+1
2010-01-26fbo-drawbuffers2-blend: New test for EXT_draw_buffers2 blending.Eric Anholt1-0/+1
2010-01-26fbo-drawbuffers2-colormask: New test for EXT_draw_buffers2.Eric Anholt1-0/+1
2010-01-26fbo-drawbuffers: New test for basic rendering to two ARB_drawbuffers.Eric Anholt1-0/+1
2010-01-06fbo-generatemipmap-viewport: New test for a bug found by Pierre Willenbrock.Eric Anholt1-0/+1
2010-01-04fbo-copyteximage: New test for CopyTexImage2D an NPOT mipmap textureEric Anholt1-0/+1
2009-12-29fbo-generatemipmap-npot: Test glGenerateMipmapEXT() on NPOT texture.Eric Anholt1-0/+1
2009-12-28fbo-nostencil-test.c: Test that stencil always passes when no stencil bound.Eric Anholt1-0/+1
2009-12-28fbo-nodepth-test.c: New test for depth testing when no depth buffer bound.Eric Anholt1-0/+1
2009-12-09fbo-flushing: New test for texture cache flushing with FBOs.Eric Anholt1-0/+1
2009-10-21fbo-clearmipmap: Test that glClear() works for various mipmap levels.Eric Anholt1-0/+1
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-06-19fbo-1d: New test for rendering to 1D textures.Eric Anholt1-0/+1
2009-05-07fbo-generatemipmap: New test for glGenerateMipmapEXT on a 2D texture.Eric Anholt1-0/+1
2009-05-07Oops, include GLEW in other directories as well now that util uses it.Eric Anholt1-0/+2