summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-21arb_sample_shading-builtin-gl-sample-position: Fix VS 2015 build.Vinson Lee1-1/+1
2015-07-22arb_separate_shader_objects: extend active sampler conflict to test AoATimothy Arceri1-44/+123
2015-07-21egl_khr_fence_sync: Remove unused variable.Vinson Lee1-1/+0
2015-07-21Test sampling functions with constant zero argumentsNeil Roberts3-0/+267
2015-07-20framework/backends/json.py: Fix PEP 8 issues.Vinson Lee1-6/+6
2015-07-20texwrap: skip if integers or offset used with non-2DDave Airlie1-0/+8
2015-07-18arb_separate_shader_objects: enable tess extension in tess stagesChris Forbes1-0/+2
2015-07-18built-in-constants: Fix shader template for TCS.Chris Forbes1-1/+1
2015-07-16Revert "framework/programs/run.py: On a new run clear results directory"Dylan Baker1-4/+1
2015-07-16Revert "framework: remove last use of core.checkDir"Dylan Baker2-12/+25
2015-07-16framework: remove last use of core.checkDirDylan Baker2-25/+12
2015-07-16framework/programs/run.py: On a new run clear results directoryDylan Baker1-1/+4
2015-07-15framework/tests: reduce code duplication between test modulesDylan Baker5-54/+34
2015-07-15compression.py: fix compression to be updated when piglit.conf is reloadedDylan Baker7-90/+85
2015-07-15compressed_backend_tests.py: add test to demonstrate bug in compressionDylan Baker1-0/+13
2015-07-15cmake: Match MSVC default stack size on MinGW builds.Jose Fonseca1-0/+3
2015-07-14arb_shader_image_load_store: Use GL_RGBA8 for image internal formatJordan Justen1-2/+2
2015-07-14arb_compute_shader: Use GL_RGBA8 for image_load_store internal formatJordan Justen5-7/+7
2015-07-14shader_runner: Support optional internal format for 'texture rgbw'Jordan Justen1-4/+18
2015-07-14shader_runner: Use strndup to get a null-terminated string for 'line'Jordan Justen1-8/+17
2015-07-14shader_runner: Check return value on sscanf (clip plane / draw arrays)Jordan Justen1-2/+2
2015-07-13egl-util: Define EGL_KHR_gl_colorspace symbols for older distros.Vinson Lee1-0/+7
2015-07-13GL_MESA_pack_invert: Add a test for a few glReadPixels() cases.Eric Anholt5-0/+221
2015-07-13glsl-1.10 Adds tests on how void functions are handledRenaud Gaubert23-1/+338
2015-07-13arb_shader_storage_buffer_object/maxblocks: fail test if glGetIntegerv() give...Samuel Iglesias Gonsalvez1-0/+3
2015-07-09arb_framebuffer_no_attachments: Fix GCC format-security warning.Vinson Lee1-1/+1
2015-07-09framework: add support for xz compression via backports.lzmaDylan Baker2-72/+87
2015-07-09framework: add support for lzma via shell callsDylan Baker3-2/+99
2015-07-09framework: add support for bz2 compression.Dylan Baker3-6/+28
2015-07-09framework: add support for gzip compressionnDylan Baker3-7/+97
2015-07-09framework: Add ability to set a compression method on file backendsDylan Baker13-79/+397
2015-07-08xts: Add a set of rendercheck tests to run.Eric Anholt2-4/+60
2015-07-08xts: Add a profile for just the rendering tests.Eric Anholt1-0/+34
2015-07-09arb_gpu_shader_fp64: add some tests for indirect double accessesDave Airlie3-0/+143
2015-07-08framework/tests/utils.py: fix set_env decoratorDylan Baker1-1/+1
2015-07-09arb_shader_subroutine: add a bunch of shader testsDave Airlie7-0/+389
2015-07-09shader_runner: add ARB_shader_subroutine support (v3)Dave Airlie1-0/+156
2015-07-09arb_gpu_shader5: add textureSize sampler indexing testsDave Airlie1-0/+68
2015-07-08cl/api: Avoid deprecated declarations warnings.Jose Fonseca2-0/+4
2015-07-08egl-gl-colorspace: Use EGL_GL_COLORSPACE_*_KHR enums.Jose Fonseca1-2/+2
2015-07-08arb_separate_shader_objects: new test for SSO, GS and tessellation combinedMarek Olšák3-0/+221
2015-07-08piglit_util: allow calling piglit_draw_rect with separate shader objectsMarek Olšák1-0/+11
2015-07-08built-in-constants: fix tessellation compile failuresMarek Olšák1-0/+8
2015-07-08arb_program_interface_query/resource-query: tess tests need subroutinesMarek Olšák1-1/+2
2015-07-08arb_tessellation_shader/compiler: test gl_out indexing with a writemaskMarek Olšák1-0/+14
2015-07-08arb_tessellation_shader: test gl_TessLevelOuter and gl_TessLevelInner TES inputsMarek Olšák2-0/+119
2015-07-08arb_tessellation_shader: test indirect writes to TCS outputs before a barrierMarek Olšák4-0/+892
2015-07-08arb_tessellation_shader: test indirect reads from TCS outputs after a barrierMarek Olšák4-0/+944
2015-07-08glslparsertest: fix tessellation shader tests by adding all required shadersMarek Olšák1-0/+9
2015-07-08egl-gl-colorspace: new test for the EGL extensionMarek Olšák5-1/+120