summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-06-09pbo-readpixels-small: use default window sizeBrian Paul1-3/+0
2014-06-09tex-skipped-unit: use default window sizeBrian Paul1-3/+0
2014-06-09fp-abs-01: use default window sizeBrian Paul1-3/+5
2014-06-09ARB_explicit_uniform_location: bump gl and glsl version requirementTapani Pälli14-18/+38
2014-06-06util/framework/glut: Report skip when GLUT is unable to create the requested ...José Fonseca1-0/+11
2014-06-05util: Prevent uncaught exceptions from being silently ignored on Windows.José Fonseca1-0/+61
2014-06-05tests/igt.py: remove the fallback test enumeration optionThomas Wood1-18/+2
2014-06-05tests/igt.py: read IGT_TEST_ROOT to determine the location of the testsThomas Wood1-5/+14
2014-06-05gl-3.0: add new test for glVertexAttribIPointer()Brian Paul3-0/+241
2014-06-05ext_transform_feedback: use default window sizeBrian Paul8-21/+0
2014-06-05ext_transform_feeback: use default window size for position testBrian Paul1-4/+12
2014-06-05ext_transform_feedback: use default window size for interleaved testBrian Paul1-4/+11
2014-06-04framework,util: Disable error message boxes on Windows.José Fonseca3-0/+41
2014-06-04arb_gpu_shader5: Add an initial batch of `precise` qualifier tests.Chris Forbes13-0/+191
2014-06-03arb_tessellation_shader: Negative test linking without vertex shader.Fabian Bieler4-0/+113
2014-06-03arb_tessellation_shader: Negative test output-layout size mismatch.Fabian Bieler1-0/+24
2014-06-03arb_tessellation_shader: Negative test valid range of PATCH_VERTICES.Fabian Bieler3-0/+80
2014-06-03arb_tessellation_shader: Negative test get program parameters.Fabian Bieler3-0/+118
2014-06-03arb_tessellation_shader: Negative test mismatching shader and primitive type.Fabian Bieler3-0/+159
2014-06-03arb_tessellation_shader: Negative test without required layout qualifiers.Fabian Bieler2-0/+38
2014-06-03arb_tessellation_shader: Compile test for simple shaders.Fabian Bieler2-0/+28
2014-06-03arb_tessellation_shader: Test glsl preprocessor defines.Fabian Bieler3-0/+41
2014-06-03arb_tessellation_shader: Test control layout getters.Fabian Bieler3-0/+116
2014-06-03arb_tessellation_shader: Test evaluation layout getters.Fabian Bieler5-0/+188
2014-06-03shader_runner: Support setting of patch parameters.Fabian Bieler1-0/+47
2014-06-03shader_runner: Add tessellation support.Fabian Bieler1-0/+77
2014-06-03glslparsertest: Support tessellation shaders.Fabian Bieler1-1/+20
2014-06-03util shader: Add support for tessellation shaders.Fabian Bieler1-0/+4
2014-06-03piglit-matrix: include stdio.hBrian Paul1-0/+1
2014-06-03all.py: use os.path everywhere for consistencyBrian Paul1-6/+5
2014-06-03all.py: minor formatting/indentation change to improve readabilityBrian Paul1-3/+2
2014-06-03all.py: use os.path.join() and string.split() to fix things for cygwinBrian Paul1-6/+8
2014-06-03all.py: check if running in cygwin, use Windows-style path for testsDirBrian Paul1-1/+5
2014-06-03gl-2.0/vertexattribpointer: new test for glVertexAttribPointerBrian Paul3-0/+273
2014-06-03arb_base_instance: add glDrawArrays test for this extensionBrian Paul3-0/+228
2014-06-03util: add a simple set of matrix functionsBrian Paul3-0/+551
2014-06-03asmparsertest: print error if unable to open fileBrian Paul1-0/+1
2014-06-03builtin-gl-sample-mask-simple: another test for gl_SampleMask[0] FS outputMarek Olšák3-0/+227
2014-06-02arb_compute_shader: Test remaining compute GLSL minimums & maximumsJordan Justen4-40/+15
2014-06-02built-in-constants: Support compute shadersJordan Justen1-25/+109
2014-06-02arb_compute_shader: Test simple usage of barrier functionJordan Justen1-0/+56
2014-06-02arb_compute_shader: Test a simple compute shader with multiple workgroupsJordan Justen1-0/+37
2014-06-02arb_compute_shader: Test reading and merging multiple source imagesJordan Justen1-0/+80
2014-06-02arb_compute_shader: Test basic uniform access in a compute shaderJordan Justen1-0/+37
2014-06-02shader_runner: Add compute command to access DispatchComputeJordan Justen1-1/+8
2014-06-02shader_runner: Add image texture command for BindImageTextureJordan Justen1-0/+8
2014-06-02shader_runner: Allow binding a texture to FB attachment0Jordan Justen1-0/+29
2014-06-02shader_runner: Create separate render width/height variablesJordan Justen1-17/+21
2014-06-02shader_runner: Don't try to enable GL_TEXTURE_2D in core profilesJordan Justen1-4/+8
2014-06-02arb_vertex_array_bgra: Add tests for glGet*(GL_*_ARRAY_SIZE) == GL_BGRA.José Fonseca3-0/+83