summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2015-04-13fbo-formats: add texture_stencil8 supportDave Airlie6-7/+28
2015-02-18fbo: Fix broken MRT bindings test.Matt Turner1-1/+1
2015-01-16fbo: Changing mrt binding with same shader sourceMike Stroyan2-0/+245
2014-12-03fbo-depth-array: use larger window for Windows sakeBrian Paul1-1/+1
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru53-93/+186
2014-09-04fbo-depth-array: rewrite the test to make it really comprehensiveMarek Olšák1-140/+387
2014-08-12bptc: Add tests using fbo-generatemipmap-formatsNeil Roberts1-0/+7
2014-08-12Add the bptc formats to fbo-formats.hNeil Roberts1-1/+25
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace83-83/+83
2014-06-26fbo-incomplete-invalid-texture: Remove unused variable.Vinson Lee1-2/+0
2014-06-26fbo-generatemipmap-array: Remove unused variable.Vinson Lee1-1/+0
2014-06-17fbo-generatemipmap-1d: Remove unused variables.Vinson Lee1-5/+0
2014-06-17fbo: test that swizzle doesn't affect mipmap generationRobert Bragg2-0/+166
2014-04-29fbo-drawbuffers: use default window sizeBrian Paul1-2/+0
2014-04-29fbo: use default window size for fbo testsBrian Paul20-40/+0
2014-04-26fbo-readpixels: use piglit_get_gl_enum_name() for info/error messagesBrian Paul1-6/+9
2014-04-24fbo-depth-sample-compare: Eliminate dependency on glutSolidSphere.José Fonseca2-6/+17
2014-04-03fbo-generatemipmap-formats: skip integer texturesBrian Paul1-0/+5
2014-03-22fbo-generatemipmap-3d: new test for 3D mipmap generationMarek Olšák2-0/+309
2014-03-22fbo-generatemipmap-1d: new test for mipmap generation of 1D texturesMarek Olšák2-0/+245
2014-03-22fbo-generatemipmap-cubemap: new test for cubemaps and cube arraysMarek Olšák2-0/+490
2014-03-22fbo-generatemipmap-array: test a non-renderable and a compressed formatMarek Olšák1-19/+116
2014-03-20fbo-tex-rgbx: test rendering to and texturing from an RGBx textureBrian Paul2-0/+198
2014-03-19fbo-blit-d24s8: avoid using texturesIlia Mirkin1-21/+17
2014-01-13fbo-stencil: Silence uninitialized warning.Vinson Lee1-0/+1
2014-01-13fbo-scissor-blit: Silence uninitialized variable warning.Vinson Lee1-1/+3
2014-01-13fbo-rg: Silence uninitialized variable warning.Vinson Lee1-1/+1
2014-01-07fbo-incomplete: Fix GCC format-security warnings.Vinson Lee1-3/+3
2014-01-06fbo-bind-renderbuffer: Expect INVALID_OPERATION error instead of INVALID_VALUEJin Zhou1-4/+10
2013-12-26fbo-depth: Fix uninitialized variable warning.Vinson Lee1-0/+1
2013-12-26fbo-depthstencil: Fix uninitialized variable warning.Vinson Lee1-0/+1
2013-12-26fbo-generatemipmap-formats: Fix uninitialized variable warnings.Vinson Lee1-0/+2
2013-12-02all.tests: make FBO tests concurrentMarek Olšák18-0/+19
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák53-90/+90
2013-12-02all.tests: make fbo-depth and fbo-stencil tests concurrentMarek Olšák3-3/+6
2013-12-02all.tests: make fbo-rg tests concurrentMarek Olšák1-1/+2
2013-12-02all.tests: make fbo format tests concurrentMarek Olšák5-6/+15
2013-12-02all.tests: make fbo-depthstencil tests concurrentMarek Olšák1-0/+1
2013-12-02fbo-clear-formats: fix the stencil clear testMarek Olšák1-2/+2
2013-11-11fbo-drawbuffers-maxtargets: use different colors for different buffersBrian Paul1-12/+51
2013-10-08fbo-gl_pointcoord: clean up shader formattingBrian Paul1-5/+7
2013-10-08piglit: silence piglit_report_subtest_result() format warningsBrian Paul7-13/+13
2013-09-03fbo-storage-formats: Fix reporting of invalid formats.Kenney Phillis1-1/+1
2013-08-24Add new test for MRT alpha testChris Forbes2-0/+154
2013-08-06fbo: Trigger a Mesa segfault with an FBO with invalid texture attachedIan Romanick2-0/+114
2013-08-06fbo: Verify deleting the texture bound to the current FBOIan Romanick1-0/+79
2013-08-06fbo: Verify attaching an invalid slice of a 3D textureIan Romanick1-0/+174
2013-08-06fbo: Add the first in a series of negative FBO completeness testsIan Romanick2-0/+221
2013-06-12Always print what is being probedMarek Olšák1-1/+1
2013-06-07Set config.requires_displayed_window in tests that use front buffers.Paul Berry2-0/+2