summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2016-10-14fbo: Require ARB_texture_non_power_of_two in a test that doesn't strictly nee...Ian Romanick1-0/+1
2016-10-14fbo: Require ARB_texture_non_power_of_two in some tests that implicitly requi...Ian Romanick5-0/+5
2016-10-14fbo: Ensure power-of-two window size in tests that make textures w/the window...Ian Romanick4-0/+24
2016-08-08Delete fbo-srgb-blit test.Kenneth Graunke2-146/+0
2016-07-01fbo-copypix: Fix file name in the commentAnuj Phogat1-1/+1
2016-06-27fbo-formats: start loop over test set names with 0, not 1Brian Paul1-1/+1
2016-06-27fbo-formats: print test set names if given an invalid nameBrian Paul1-0/+5
2016-06-27fbo-mipmap-copypix: print src/dest formats for failuresBrian Paul1-0/+4
2016-04-08fbo-pbo-readpixels-small: make it endian-safeOded Gabbay1-11/+18
2016-02-29fbo-formats: add new fbo_use_test_set() functionBrian Paul1-0/+18
2016-02-29fbo-formats: refactor fbo_lookup_test_set() / fbo_formats_init()Brian Paul1-2/+9
2016-02-03fbo-formats: include information about number of bits in sized formatsNicolai Hähnle1-194/+202
2015-11-30fbo-depth-array: Fix reporting the piglit_resultNeil Roberts1-1/+1
2015-11-12fbo-formats: Fix the base internal format for GL_RGB_SNORMNeil Roberts1-1/+1
2015-11-05fbo-depth-array: Don't create an enormous color render targetNeil Roberts1-18/+35
2015-09-29fbo-depth-sample-compare: Eliminate dependency on gluSphereIan Romanick2-17/+129
2015-09-29fbo-depth-sample-compare: Use piglit_draw_rect_texIan Romanick1-10/+1
2015-09-29fbo-depth-sample-compare: Use piglit_build_simple_programIan Romanick1-9/+3
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