summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-13v3: Fix GLSLParserTest and ShaderTest. They both derive fromwipDaniel Vetter2-0/+2
2013-11-13fixup for timeoutDaniel Vetter2-14/+30
2013-11-13igt: timeout tests by default after 20 minutesDaniel Vetter1-0/+1
2013-11-13framework: Add support for a test timeoutDaniel Vetter1-3/+25
2013-11-13igt: re-indent to get rid of tabsDaniel Vetter1-33/+33
2013-11-13igt: Enable dmesg checking by defaultDaniel Vetter1-0/+3
2013-11-13framework: Ignore info/debug dmesg outputDaniel Vetter1-1/+1
2013-11-12More tests for vs-fs interface block matching rules.Paul Berry5-0/+282
2013-11-12More tests for vs-gs interface block array matching rules.Paul Berry2-0/+129
2013-11-12Fix improperly-named geometry shader tests.Paul Berry1-11/+14
2013-11-12ARB_viewport_array: declare array with constant sizeBrian Paul1-11/+13
2013-11-12arb_gpu_shader5: add compiler tests for interpolateAt*Chris Forbes12-0/+310
2013-11-11CL: Fix memory leak in program-tester.cAaron Watry1-0/+2
2013-11-11Test a corner case involving arrays, structs, and interface blocks.Paul Berry1-0/+54
2013-11-11gs: Test redeclaring either gl_PerVertex in or out, and using both.Paul Berry2-0/+108
2013-11-11gs: Fix geometry layout case insensitivity tests.Paul Berry3-0/+5
2013-11-11gs: Test that gl_MaxGeometryInputComponents can actually be achieved.Paul Berry1-0/+66
2013-11-11Test the "centroid" qualifier inside of interface blocks.Paul Berry3-0/+287
2013-11-11Test interpolation qualifiers inside of interface blocks.Paul Berry3-0/+247
2013-11-11Check that transform feedback size/type comes from gs, not vs.Paul Berry3-0/+229
2013-11-11Rename and clarify interface-blocks-vs-gs-array-size-mismatch.shader_test.Paul Berry2-41/+52
2013-11-11Test intrastage interface block array matching rules.Paul Berry3-0/+136
2013-11-11Add a "slow_cc" option to EXT_framebuffer_multisample/alpha-blending.Paul Berry2-2/+16
2013-11-11ARB_viewport_array: rename 'near' and 'far' vars for WindowsBrian Paul1-3/+3
2013-11-11ARB_viewport_array: Rendering test with multiple scissor rectangles/enablesJon Ashburn3-0/+251
2013-11-11ARB_viewport_array: Rendering test with multiple depthrangesJon Ashburn3-0/+199
2013-11-11ARB_viewport_array: Rendering test with multiple viewportsJon Ashburn3-0/+171
2013-11-11ARB_viewport_array: Test min/max values for new implementation constantsJon Ashburn3-0/+122
2013-11-11ARB_viewport_array: Test validity for glGetFloati_v and glGetDoublei_vJon Ashburn3-0/+162
2013-11-11ARB_viewport_array: Test validity of bounds for viewport, depthRange, scissorJon Ashburn3-0/+272
2013-11-11ARB_viewport_array: Validity test for scissor index related paramsJon Ashburn3-0/+160
2013-11-11ARB_viewport_array: Validity test for depth range index/first/count paramsJon Ashburn3-0/+154
2013-11-11ARB_viewport_array: Validity test for viewport index/first/count paramsJon Ashburn5-0/+245
2013-11-11fbo-drawbuffers-maxtargets: use different colors for different buffersBrian Paul1-12/+51
2013-11-11glsl-1.10: test that redeclaring a variable with a different type is illegalBrian Paul1-0/+29
2013-11-05fbo-blit-scaled-linear: Require GLSL 1.30.Vinson Lee1-0/+1
2013-11-05ext_framebuffer_multisample: Initialize Test::filter_mode.Vinson Lee1-1/+2
2013-11-05glsl-1.20: Print generated outerProduct test names.Matt Turner2-0/+4
2013-11-05glsl-1.10 / glsl-1.20: Print generated variable-index test names.Matt Turner2-32/+96
2013-11-05shaders: Stop using ortho in glsl-const tests.Matt Turner70-350/+140
2013-11-05shaders: Remove #version from glsl-const tests.Matt Turner70-76/+2
2013-11-05glsl-1.10: Delete bogus generated test.Matt Turner1-97/+0
2013-11-05framework: use os.path instead of manual path managementDylan Baker6-14/+15
2013-11-05summary-html: Add Environment to HTML pagesDylan Baker2-0/+13
2013-11-04Test that the fs gl_PrimitiveID input works even when there's no gs.Paul Berry1-0/+60
2013-11-04Change INVALID_VALUE to INVALID_OPERATION in ARB_vertex_array_bgra test.Kenneth Graunke1-12/+6
2013-11-04hiz: Use default window sizeChad Versace8-24/+0
2013-11-04HACKING: Add note for python formattingDylan Baker1-0/+6
2013-11-04arb_separate_shader_objects: silence string format warningBrian Paul1-2/+2
2013-11-04arb_uniform_buffer_object: silence asprintf() warningBrian Paul1-2/+2