summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-30arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.Francisco Jerez3-0/+222
2014-03-30arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...Francisco Jerez3-0/+383
2014-03-30arb_shader_atomic_counters: Test linking with conflicting locations.Francisco Jerez3-0/+212
2014-03-30arb_shader_atomic_counters: Test the minimum maximums defined by the spec.Francisco Jerez3-0/+88
2014-03-30arb_shader_atomic_counters: Test shaders at and beyond the limits.Francisco Jerez3-0/+439
2014-03-30arb_shader_atomic_counters: Test atomic counters as function arguments.Francisco Jerez3-0/+113
2014-03-30arb_shader_atomic_counters: Test atomic ops vs discard.Francisco Jerez3-0/+112
2014-03-30arb_shader_atomic_counters: Test that atomics vs default uniform block.Francisco Jerez3-0/+122
2014-03-30arb_shader_atomic_counters: Test the buffer binding API functions.Francisco Jerez3-0/+159
2014-03-30arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.Francisco Jerez3-0/+175
2014-03-30arb_shader_atomic_counters: Test the atomic counter query functions.Francisco Jerez3-0/+406
2014-03-30arb_shader_atomic_counters: Import GLSL parser tests.Francisco Jerez23-0/+430
2014-03-30arb_shader_atomic_counters: Import common helper functions.Francisco Jerez6-0/+410
2014-03-26getteximage-targets: Add read texture image into PBO case for each targetJon Ashburn1-6/+40
2014-03-26getteximage-targets: Refactor and cleanup with generalized texture targetsJon Ashburn1-96/+132
2014-03-26util/egl: Fix error messageJosh Triplett1-1/+1
2014-03-25arb_texture_view: Move declarations to beginning of block.José Fonseca1-2/+3
2014-03-25arb_texture_view: add test for glCopyTexSubImage with MinLayerChris Forbes3-0/+143
2014-03-25arb_draw_indirect: add instances testChris Forbes3-0/+125
2014-03-25arb_draw_indirect: add ugly primitive restart caseChris Forbes3-0/+136
2014-03-25arb_draw_indirect: add test for glDrawElementsIndirect with primitive restartChris Forbes3-0/+135
2014-03-25arb_draw_indirect: add test for DrawElementsIndirect with base instanceChris Forbes3-0/+154
2014-03-25arb_draw_indirect: add test for DrawArraysIndirect with base instanceChris Forbes3-0/+144
2014-03-25arb_draw_indirect: add test for DrawElementsIndirectChris Forbes3-0/+131
2014-03-25arb_draw_indirect: add new test for glDrawArraysIndirectChris Forbes3-0/+121
2014-03-25arb_draw_indirect: add test for api errorsChris Forbes5-0/+256
2014-03-24arb_clear_buffer_object: fix various deprecated formatsChris Forbes1-6/+6
2014-03-23arb_texture_view: Add test for rendering with format changeChris Forbes3-0/+127
2014-03-23arb_texture_view: split rendering-levels and rendering-layers testsChris Forbes4-115/+185
2014-03-23arb_texture_view: Add test for layered framebuffer / MinLayer.Chris Forbes3-0/+135
2014-03-23arb_texture_view: Add test for clearing a layer of a 2D array viewChris Forbes3-0/+136
2014-03-23arb_texture_view: Add test for clearing a 2D view of a 2D array.Chris Forbes3-0/+135
2014-03-23arb_texture_view: Test uploading into a view with nonzero MinLayerChris Forbes3-0/+134
2014-03-23arb_texture_view: Test uploading into a view with nonzero MinLevelChris Forbes3-0/+136
2014-03-23util: add piglit_probe_texel_volume_rgba()Chris Forbes2-0/+58
2014-03-22MSAA/formats: fix testing A, L, LA, and I integer formatsMarek Olšák3-2/+115
2014-03-22all.py: remove colorbuffer tests for GL_RGB9_E5Marek Olšák1-1/+1
2014-03-22fbo-generatemipmap-3d: new test for 3D mipmap generationMarek Olšák3-0/+311
2014-03-22fbo-generatemipmap-1d: new test for mipmap generation of 1D texturesMarek Olšák3-0/+247
2014-03-22fbo-generatemipmap-cubemap: new test for cubemaps and cube arraysMarek Olšák3-0/+496
2014-03-22fbo-generatemipmap-array: test a non-renderable and a compressed formatMarek Olšák2-20/+119
2014-03-22arb_internalformat_query/api-errors: SNORM is color-renderable, RGB9_E5 isn'tMarek Olšák1-24/+1
2014-03-22arb_vertex_program/minmax: fix fragment program limit checkingMarek Olšák1-1/+4
2014-03-22gl-3.2/3.3-minmax: fix GL_NUM_COMPRESSED_TEXTURE_FORMATS limit checkingMarek Olšák2-2/+6
2014-03-22Remove asmparsertest/shaders/ARBvp1.0/address-06.txtMarek Olšák2-12/+0
2014-03-22khr_debug: Use gl function pointer types.Fabian Bieler2-18/+9
2014-03-21summary.py: Add tests to enabled and disabled listsDylan Baker1-7/+16
2014-03-21status: Make NOTRUN and SKIP a special classDylan Baker2-11/+63
2014-03-21summary_tests.py: Add tests for enabled and disabled setsDylan Baker1-0/+4
2014-03-21summary_tests: Add tests to for status change attribute assignmentDylan Baker1-0/+33