summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2017-06-28fbo: set KHR_no_error compatibility for remaining fbo testsTimothy Arceri76-33/+118
2017-06-22fbo: Require GL_ARB_texture_cube_mapIan Romanick2-0/+2
2017-06-07TexSubImage1D tests: set KHR_no_error statusTimothy Arceri1-0/+1
2017-06-01fbo: Use renderbuffers instead of texturesIan Romanick1-10/+16
2017-06-01fbo: Remove support for the checkerboard test patternIan Romanick1-17/+1
2017-06-01fbo: Require ARB_depth_texture in more testsIan Romanick2-1/+2
2017-06-01fbo: Fix trivial typo in commentIan Romanick1-1/+1
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri6-0/+6
2016-12-12fbo-clear-formats: Do one of the 4 clears unscissored.Eric Anholt1-3/+5
2016-12-12fbo-maxsize: Try to avoid allocating miplevels.Kenneth Graunke1-0/+5
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