summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2013-07-30glsl-1.50/execution: Move declarations to start of block.José Fonseca1-9/+15
2013-07-29GL-3.2 ARB_vertex_array_bgra: Test for INVALID_VALUEJacob Penner2-0/+102
2013-07-29GLSL-1.50 execution: Test that vertex shader inputs can be arraysSteve Miller5-0/+246
2013-07-29GLSL-1.50 compiler: Test that vertex shader inputs can be arraysSteve Miller4-0/+121
2013-07-29glsl-1.50: test for interface block global name reuse errorMatt Turner1-0/+26
2013-07-29AMD_vertex_shader_layer: Add depth render testJordan Justen2-0/+239
2013-07-29AMD_vertex_shader_layer: add layered-2d-texture-render testJordan Justen4-0/+352
2013-07-25ext_unpack_subimage/basic: Fix GLSL linking by using the helper function.Eric Anholt1-53/+8
2013-07-23gs: Verify that uniforms and constants are available in geometry shaders.Paul Berry2-0/+107
2013-07-23gs: Test that gl_VerticesIn is correct for all input primitive types.Paul Berry2-0/+151
2013-07-23Sanity test interactions between ARB_geometry_shader4 and other extensions.Paul Berry7-0/+203
2013-07-23glsl-1.50: test for interface block qualifier mismatch errorMatt Turner1-0/+37
2013-07-23glsl-1.50: test for interface block name mismatch errorMatt Turner1-0/+37
2013-07-22Add a test for API errors when GL_BGRA vertex arrays.Kenneth Graunke4-0/+101
2013-07-22arb_shading_language_420pack: Test that multiple layout qualifiers are accepted.Matt Turner4-0/+151
2013-07-19arb_shading_language_420pack: Test that duplicate parameter qualifiers is an ...Matt Turner2-0/+28
2013-07-19arb_shading_language_420pack: Test that parameter qualifiers can be ordered a...Matt Turner1-0/+31
2013-07-19arb_shading_language_420pack: Test that qualifiers can be ordered arbitrarily.Matt Turner1-0/+53
2013-07-19arb_shading_language_420pack: Test that invariant can be used after storage a...Matt Turner1-0/+19
2013-07-19arb_shading_language_420pack: Test const-qualified function parameters.Matt Turner2-0/+41
2013-07-19arb_shading_language_420pack: Test that variables cannot be declared with bot...Matt Turner1-0/+16
2013-07-19arb_shading_language_420pack: Test that interp and aux qualifiers can't be us...Matt Turner2-0/+34
2013-07-19arb_shading_language_420pack: Test that interp and aux qualifiers can't be us...Matt Turner2-0/+34
2013-07-19arb_shading_language_420pack: Test that storage qual after type is an error.Matt Turner1-0/+16
2013-07-19arb_shading_language_420pack: Test that multiple qualifiers are compile errors.Matt Turner5-0/+82
2013-07-19glsl-1.10: Test the parameters cannot be const and out/inout.Matt Turner2-0/+20
2013-07-17arb_shading_language_420pack: Test that spurious braces are rejected.Matt Turner1-0/+16
2013-07-17arb_texture_storage_multisample: add new tex-param testChris Forbes2-0/+142
2013-07-17arb_texture_storage_multisample: add test for TexStorage*MultisampleChris Forbes4-0/+160
2013-07-16glsl-1.30: Relax GL version requirement on shader testsChris Forbes9-9/+0
2013-07-16isinf/isnan: Relax GL version requirementChris Forbes1-1/+6
2013-07-15glsl-1.20: Test that a literal array of structs can be dereferenced.Paul Berry2-0/+71
2013-07-11glsl-1.20: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-07-11glsl-1.10: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-07-11glsl-es-3.00: Test that row_major is not a reserved word.Matt Turner1-0/+14
2013-07-10glsl-1.50: Test that no profile argument means core profile.Matt Turner1-0/+16
2013-07-09Add test to verify the error conditions in ext_multisample_framebuffer_blit_s...Anuj Phogat2-0/+142
2013-07-09Add test to verify the accuracy of multisample scaled blittingAnuj Phogat2-0/+376
2013-07-09Add functionality to create a FBO with multisample texture attachmentAnuj Phogat1-1/+16
2013-07-08arb_shading_language_420pack: Test wrong type in named struct initializerMatt Turner1-0/+19
2013-07-08arb_shading_language_420pack: Test too many elements in named struct initializerMatt Turner1-0/+19
2013-07-08arb_shading_language_420pack: Test too few elements in named struct initializerMatt Turner1-0/+19
2013-07-08arb_shading_language_420pack: Test initialized matrices are identicalMatt Turner1-0/+56
2013-07-08arb_shading_language_420pack: Test initialized structs are identicalMatt Turner1-0/+83
2013-07-08arb_shading_language_420pack: Test initialized unsized arrays are identicalMatt Turner1-0/+66
2013-07-08arb_shading_language_420pack: Test initialized sized arrays are identicalMatt Turner1-0/+64
2013-07-08arb_shading_language_420pack: Test that there is no nesting flatteningMatt Turner1-0/+15
2013-07-08arb_shading_language_420pack: Test reversed row/column in matrix initializerMatt Turner1-0/+16
2013-07-08arb_shading_language_420pack: Test wrong column type in matrix initializerMatt Turner1-0/+15
2013-07-08arb_shading_language_420pack: Test wrong type in matrix initializerMatt Turner1-0/+15