summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-03-24glsl-fs-main-return-conditional: Test for using return in mainRoland Scheidegger1-0/+28
2013-03-22shader_runner: remove explicit #version from outerProduct generated tests.Stuart Abercrombie98-200/+300
2013-03-22glsl-1.50: add complex VS+FS interface blocks execution testJordan Justen1-0/+158
2013-03-22glsl-1.50: add more negative tests for interface block linkingJordan Justen3-0/+104
2013-03-22texelFetch: require ALPHA in the visualDave Airlie1-1/+1
2013-03-20glsl-1.40: Add a simple test of math on uniform buffer loads.Eric Anholt1-0/+36
2013-03-20GL_ARB_fragment_program/sparse-samplers: Test for a bug in i965.Eric Anholt3-0/+156
2013-03-20Add tests/spec/glsl-es-1.00/execution/maximums shader testsTom Gall8-0/+233
2013-03-20glx_arb_create_context: Remove unused variables.Rico Schüller1-2/+0
2013-03-20glean/tfpexceptions: disable unused print_float() functionRico Schüller1-1/+1
2013-03-19glx-query-drawable: Remove unused window variable.Rico Schüller1-1/+0
2013-03-19Fix etc2 test for format=COMPRESSED_R11_EACAnuj Phogat2-0/+7
2013-03-19fbo-clear-formats: clean up error handlingBrian Paul1-4/+15
2013-03-19rg-teximage: remove large stack allocationsBrian Paul4-4/+16
2013-03-19texunits: clean-up GL error checking codeBrian Paul1-32/+14
2013-03-19texunits: increase size of arrays to fix crashBrian Paul1-3/+10
2013-03-14depthstencil-render-miplevels: Add test for size 273.Paul Berry1-4/+3
2013-03-14Eliminate code duplication in all.tests for depthstencil-render-miplevelsPaul Berry1-28/+23
2013-03-12Plug the built-in test generator to the CL test list [v2]Aaron Watry1-0/+5
2013-03-11fbo-maxsize: use piglit_get_gl_enum_name()Brian Paul1-1/+2
2013-03-11fbo-maxsize: minor test improvementsBrian Paul1-0/+8
2013-03-09oes_compressed_etc2_texture-miptree: Fix build.José Fonseca1-0/+8
2013-03-08Enable etc2 tests on gl contexts that support GL_ARB_ES3_compatibility extensionAnuj Phogat4-13/+69
2013-03-08glx_arb_create_context: Add current-no-framebuffer testAdam Jackson3-0/+92
2013-03-06glsl-1.30: add basic test for testing textureOffset functionality.Roland Scheidegger2-0/+157
2013-03-03arb_texture_multisample: Avoiding C99-style struct initializers.José Fonseca1-2/+2
2013-03-03arb_texture_multisample: add new test for errorsChris Forbes3-0/+71
2013-03-03arb_texture_multisample: add new targets to texelFetchChris Forbes4-30/+238
2013-03-03arb_texture_multisample: add new sampler targets to textureSizeChris Forbes3-18/+74
2013-03-03arb_texture_multisample: new tests for sample maskChris Forbes5-0/+269
2013-03-03arb_texture_multisample: new test for teximage stateChris Forbes3-0/+79
2013-03-03arb_texture_multisample: new test for fb configsChris Forbes3-0/+331
2013-03-03arb_texture_multisample: new minmax testChris Forbes3-0/+58
2013-03-03arb_texture_multisample: add cmake plumbingChris Forbes3-0/+16
2013-03-01glsl-1.50: move interface-blocks-simple-varying to execution dirJordan Justen1-0/+0
2013-03-01glsl-1.50: add simple test for varying interface blockJordan Justen1-0/+50
2013-03-01glsl-1.50: varying keyword is not allowed within an interface blockJordan Justen1-0/+22
2013-03-01glsl-1.50: attribute keyword is not allowed within an interface blockJordan Justen1-0/+22
2013-03-01glsl-es-3.00: add uniform block type mismatch link testJordan Justen1-0/+39
2013-03-01glsl-1.10: add uniform type mismatch link testJordan Justen1-0/+29
2013-03-01glsl-1.50: add test for interface block member qualifier mismatchJordan Justen1-0/+22
2013-03-01Change expected behavior for #if with undefined macros.Carl Worth2-6/+26
2013-03-01glx: Add GLX 1.3 variants of glx-query-drawable to all.testsAdam Jackson1-2/+8
2013-03-01glx-query-drawable: Add cases for all drawable typesAdam Jackson1-8/+63
2013-03-01glx-query-drawable: Require GLX 1.3Adam Jackson1-0/+2
2013-02-27glslparsertest: Avoid uninitialized vars in parse_glsl_version_number.Paul Berry1-3/+11
2013-02-27glslparsertest: Don't require ES compatibility extensions when testing GLES.Paul Berry1-11/+25
2013-02-27glslparsertest: Fix parsing of GL_SHADING_LANGUAGE_VERSION in GLES.Paul Berry1-5/+28
2013-02-26Add a variant of glsl-fs-pointcoord for gles2.Eric Anholt3-0/+143
2013-02-26Add missing piglit_get_prim_name() for gles3.Eric Anholt1-0/+22