summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák58-102/+102
2011-04-28fbo-blending-formats: increase tolerance for R11F_G11F_B10F (EXT_packed_float)Marek Olšák1-0/+6
2011-04-26fbo-alphatest-formats: add some commentsBrian Paul1-0/+10
2011-04-13fbo-drawbuffers-arbfp: This uses probe_rgba, so ask for an alpha chanelEric Anholt1-1/+1
2011-04-08fbo-clear-formats: Add depth clearingFabian Bieler1-2/+47
2011-04-08fbo: Test clearing FBOs with incomplete texturesFabian Bieler4-4/+68
2011-04-06fbo-blending-formats: fix testing INTENSITY formatsMarek Olšák1-1/+2
2011-04-06fbo-blending-formats: expect low-precision DST_ALPHA with RGB5_A1 and RGB10_A2Marek Olšák1-11/+18
2011-04-06fbo-blending-formats: do not test window results if fbo results failMarek Olšák1-0/+5
2011-04-06fbo-alphatest-formats: do not test window results if fbo results failMarek Olšák1-0/+5
2011-04-04fbo-drawbuffers-blend-add: Move declaration before code.Vinson Lee1-3/+2
2011-04-04Added a fbo test for multiple drawbuffer, with additive blending enabled The ...Julian Adams2-0/+252
2011-04-04fbo-depth-sample-compare: fix ErrorScale with 32-bit zbufferMarek Olšák1-1/+1
2011-03-30fbo-alphatest-formats: do not print expected and observed colorsMarek Olšák1-32/+32
2011-03-25fbo-sys-blit: s/glBlitFramebuffer/glBlitFramebufferEXT/Vinson Lee1-1/+1
2011-03-23fbo-alphatest-nocolor{,-ff}: New test for bug #35073.Eric Anholt3-0/+330
2011-03-23Add a test for FBO blits involving the window-system-provided framebuffer.Henri Verbeet2-0/+64
2011-03-16fbo-formats: reorder the SNORM formatsMarek Olšák1-10/+10
2011-03-16fbo-clear-formats: print incomplete status on the same line as the formatMarek Olšák1-2/+6
2011-03-14fbo-*-formats: redraw in key_funcMarek Olšák2-6/+2
2011-03-13Consolidate the code of the fbo-*-formats testsMarek Olšák5-424/+142
2011-03-09fbo-srgb-blit: Also test EXT_framebuffer_sRGB.Henri Verbeet1-7/+26
2011-03-08Add a test for FBO blits between RGB and sRGB formats.Henri Verbeet2-0/+123
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+1
2011-03-07fbo-storage-formats: print framebuffer completeness status (for debugging)Marek Olšák1-0/+3
2011-03-07fbo-storage-completeness: test that RenderbufferStorage affects completenessMarek Olšák2-0/+249
2011-03-04fbo-alphatest-formats: test alpha-test with various colorbuffer formatsMarek Olšák2-0/+388
2011-03-04fbo-blending-formats: test blending with various colorbuffer formatsMarek Olšák5-33/+452
2011-03-03fbo-generatemipmap-formats: test unclamped colors (signed, float)Marek Olšák2-22/+161
2011-03-03util: make piglit_rgbw_texture set unclamped pixels when requestedMarek Olšák1-1/+1
2011-03-03fbo-array: work around glew bug.Dave Airlie1-1/+1
2011-03-02fbo-depth-array: test depth-only array texture FBOChristoph Bumiller2-0/+259
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-69/+72
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-5/+0
2011-02-25fbo-generatemipmap-array: add 1D array texture support.Dave Airlie1-12/+149
2011-02-25fbo-genereatemipmap-array: test mipmap generation on 2d array textureDave Airlie2-0/+280
2011-02-25fbo-array: test FBO array textures.Dave Airlie2-0/+228
2011-02-18fbo-generatemipmap-formats: fix testing GL_DEPTH_STENCILMarek Olšák1-1/+1
2011-02-18fbo-generatemipmap-formats: fix testing GL_DEPTH32F_STENCIL8Marek Olšák2-4/+11
2011-02-17fbo-depth-sample-compare: compare depth texture sampling vs. fragment.zBrian Paul2-0/+366
2011-02-17fbo-drawbuffers-arbfp: test ARB_draw_buffers with ARB_fragment_programMarek Olšák2-0/+157
2011-02-17fbo-generatemipmap-formats: test EXT_texture_snormMarek Olšák1-0/+33
2011-02-17fbo-generatemipmap-formats: test EXT_texture_compression_latcMarek Olšák1-0/+13
2011-02-17fbo-generatemipmap-formats: test ATI_texture_compression_3dcMarek Olšák1-0/+10
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák4-79/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-02-16fbo-generatemipmap-formats: also test mipmap generation of NPOT texturesMarek Olšák1-39/+82
2011-02-03fbo-storage-formats: Remove unused variable.Vinson Lee1-1/+0
2011-02-03fbo-draw-buffers-blend: Remove unused variable.Vinson Lee1-2/+0
2011-02-02Add another depth texturing test.Henri Verbeet2-0/+146