summaryrefslogtreecommitdiff
path: root/tests/fbo
AgeCommit message (Expand)AuthorFilesLines
2018-09-18fbo-drawbuffers-maxtargets: fix a warningNicolai Hähnle1-1/+1
2018-03-16fbo-drawbuffers2-blend: fix incorrect commentsBrian Paul1-3/+2
2018-02-05tests/fbo-storage-formats: enumerate subtestsDylan Baker1-0/+22
2018-02-05tests/fbo-storage-formats: print subtest result for skip tooDylan Baker1-1/+3
2018-02-05tests/fbo-storage-formats: Make subtest names predictableDylan Baker1-5/+4
2018-02-05tests/fbo-storage-formats: Always print the same number of subtestsDylan Baker1-0/+6
2018-02-05tests: enumerate subtests in fbo-incompleteDylan Baker1-41/+40
2018-01-03fbo-formats: Remove GLenum stringification macros.Fabian Bieler6-211/+224
2018-01-03fbo-depth-tex1d: Remove GLenum stringification macros.Fabian Bieler1-11/+9
2018-01-03fbo-depth: Remove GLenum stringification macros.Fabian Bieler1-12/+11
2018-01-03fbo-stencil: Remove GLenum stringification macros.Fabian Bieler1-12/+11
2018-01-03Remove GLenum stringification macros.Fabian Bieler1-13/+11
2018-01-03Remove GLenum string literals.Fabian Bieler2-24/+24
2017-11-26fbo-blending-snorm: new test for testing snorm blend behaviorRoland Scheidegger2-0/+360
2017-11-05fbo: add a test for blending with float special valuesIlia Mirkin2-0/+188
2017-10-03fbo-viewport: fix false error caused by slight rounding differencesNicolai Hähnle1-26/+11
2017-07-24fbo: Use glLinkProgram after binding attributes to location.Neha Bhende1-0/+1
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