summaryrefslogtreecommitdiff
path: root/tests/shaders
AgeCommit message (Expand)AuthorFilesLines
2016-11-07shader_runner: Fix texture rgbw on GLES.Francisco Jerez1-1/+2
2016-11-07shader_runner: Add integer relative probe rect rgba command.Francisco Jerez1-0/+14
2016-11-07shader_runner: Add blend barrier command.Francisco Jerez1-0/+2
2016-11-07shader_runner: Add texture storage command.Francisco Jerez1-0/+35
2016-11-07shader_runner: Add framebuffer blit command.Francisco Jerez1-0/+28
2016-11-07shader_runner: Add winsys framebuffer binding command.Francisco Jerez1-0/+13
2016-11-07shader_runner: Add multisample framebuffer binding command.Francisco Jerez1-0/+30
2016-11-07shader_runner: Add fb tex slice binding command.Francisco Jerez1-0/+67
2016-11-07shader_runner: Extend fb tex 2d command to support binding multiple render ta...Francisco Jerez1-12/+21
2016-11-07shader_runner: Allow definition of separate draw and read framebuffers.Francisco Jerez1-38/+62
2016-11-07shader_runner: Reindent code handling fb commands.Francisco Jerez1-50/+53
2016-11-07shader_runner: Refactor handling of fb commands.Francisco Jerez1-27/+40
2016-11-07shader_runner: Take advantage of texture binding book-keeping in fb command h...Francisco Jerez1-12/+5
2016-11-07shader_runner: Drop unnecessary texture target argument from fb tex layered c...Francisco Jerez1-1/+1
2016-11-07shader_runner: Take advantage of texture binding book-keeping in image bindin...Francisco Jerez1-6/+2
2016-11-07shader_runner: Rework tracking of texture bindings.Francisco Jerez1-31/+94
2016-11-07shader_runner: Don't attempt non-existing GL_TEXTURE_2D enable on GLES2+.Francisco Jerez1-5/+10
2016-11-07shader_runner: Remove unused parser utils.Francisco Jerez2-53/+2
2016-11-07shader_runner: Factor out open-coded texture target parsing as parser primitive.Francisco Jerez3-13/+24
2016-11-07shader_runner: Migrate lookup_enum_string() to new parser library.Francisco Jerez3-51/+67
2016-11-07shader_runner: Migrate process_comparison() to new parser library.Francisco Jerez3-69/+50
2016-11-07built-in-constants: Switch to new parser library.Francisco Jerez1-19/+15
2016-11-07shader_runner: Migrate numeric parser utils to parser library.Francisco Jerez3-155/+279
2016-11-07shader_runner: Switch to the recently introduced parser primitives.Francisco Jerez1-243/+202
2016-11-07shader_runner: Rework script parser utils.Francisco Jerez2-2/+147
2016-10-25shader_runner: Check return from program_must_be_in_useDylan Baker1-12/+12
2016-10-24shader_runner: report PIGLIT_FAIL if linking unexpectedly failsBrian Paul1-1/+1
2016-10-18shader_runner: support multiple atomic counter buffersNicolai Hähnle1-10/+31
2016-10-18shader_runner: add 'texture quads' commandNicolai Hähnle1-0/+16
2016-10-12shader_runner: add commands to set wrap modes and border colorMarek Olšák1-0/+27
2016-10-07shader_runner: add ability to run multiple tests per processMarek Olšák1-48/+331
2016-10-07shader_runner: propagate all errors to piglit_initMarek Olšák1-90/+139
2016-09-29shader_runner: add support for glDispatchComputeGroupSizeARB()Samuel Pitoiset1-0/+7
2016-09-23shader_runner: use a byte type so that the texture isn't created as floatIlia Mirkin1-1/+1
2016-09-02Add glsl-array-bounds-13.shader_test testsNicolai Hähnle1-0/+36
2016-09-01built-in-constants: Add geometry shader #extension work-around for ESIan Romanick1-1/+14
2016-08-08built-in-constants: Fix up tessellation shader #extension work-around for ESIan Romanick1-2/+5
2016-08-08built-in-constants: Separate tessellation and geometry shader checks for desk...Ian Romanick1-7/+25
2016-08-08shader_runner: Allow SSO in OpenGL ES tooIan Romanick1-8/+13
2016-08-08shader_runner: Trivial whitespace fixesIan Romanick1-2/+2
2016-08-08shader_runner: print the line number of test failuresNicolai Hähnle1-3/+19
2016-07-05fs-dfdx/y-accuracy: report warn on failureMarek Olšák1-0/+6
2016-07-05shader_runner: use enum piglit_result in piglit_displayMarek Olšák1-17/+19
2016-07-02shader_runner: add arb_gpu_shader_int64 support.Dave Airlie1-0/+97
2016-07-02util: Wrapper to load exact hex patterns for intsAndres Gomez1-1/+1
2016-06-17shaders: delete glsl-link-test.cDylan Baker2-133/+0
2016-06-17shaders: port "GLSL link mismatched invariant" to shader_runnerDylan Baker2-13/+0
2016-06-17shaders: port "GLSL link mismatched centroid" to shader_testDylan Baker2-13/+0
2016-06-17shaders: port "GLSL link array-of-struct-of-array" to shader_runnerDylan Baker1-12/+0
2016-06-17shaders: port "GLSL link mismatched global initializer expression" to shader_...Dylan Baker2-18/+0