summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-31arb_shader_image_load_store: Import test for atomics with unused result.image-load-storeFrancisco Jerez3-0/+180
2015-01-31arb_shader_image_load_store: Import image unit and uniform state tracking tests.Francisco Jerez3-0/+482
2015-01-31arb_shader_image_load_store: Import shader memory barrier tests.Francisco Jerez4-0/+226
2015-01-31arb_shader_image_load_store: Import built-in semantics tests.Francisco Jerez4-0/+401
2015-01-31arb_shader_image_load_store: Import image aliasing test.Francisco Jerez3-0/+181
2015-01-31arb_shader_image_load_store: Import memory access qualifier test.Francisco Jerez3-0/+192
2015-01-31arb_shader_image_load_store: Import minimum maximum test.Francisco Jerez3-0/+78
2015-01-31arb_shader_image_load_store: Import test for the maximum texture size.Francisco Jerez4-0/+201
2015-01-31arb_shader_image_load_store: Import tests for the maximum of supported images.Francisco Jerez3-0/+276
2015-01-31arb_shader_image_load_store: Import test for mipmap level binding.Francisco Jerez3-0/+197
2015-01-31arb_shader_image_load_store: Import tests for layered and unlayered binding.Francisco Jerez3-0/+223
2015-01-31arb_shader_image_load_store: Import invalid and undefined image access tests.Francisco Jerez3-0/+487
2015-01-31arb_shader_image_load_store: Import image array indexing test.Francisco Jerez3-0/+176
2015-01-31arb_shader_image_load_store: Import host memory barrier tests.Francisco Jerez4-0/+1067
2015-01-31arb_shader_image_load_store: Import early_fragment_tests test.Francisco Jerez3-0/+300
2015-01-31arb_shader_image_load_store: Import dead fragments test.Francisco Jerez3-0/+251
2015-01-31arb_shader_image_load_store: Import memory coherency test.Francisco Jerez4-1/+234
2015-01-31arb_shader_image_load_store: Import image format bitcasting test.Francisco Jerez3-0/+176
2015-01-31arb_shader_image_load_store: Import atomicity image built-in tests.Francisco Jerez3-0/+369
2015-01-31arb_shader_image_load_store: Add misc. image manipulation code and hook up to...Francisco Jerez6-0/+784
2015-01-31arb_shader_image_load_store: Import grid execution helpers.Francisco Jerez2-0/+605
2015-01-31arb_shader_image_load_store: Add common image metadata.Francisco Jerez2-0/+1129
2015-01-31util/shader: Define "nothrow" variant of piglit_compile_shader_text().Francisco Jerez2-2/+19
2015-01-30gbm: Use caca_flop to vertically flop the outputJordan Justen1-18/+2
2015-01-30gbm: Fix off by 1 error in libcaca image flopJordan Justen1-2/+2
2015-01-30sso: consume error in active-sampler-conflictTapani Pälli1-0/+2
2015-01-28gen_dispatch.py: silence errorDylan Baker1-1/+1
2015-01-28gen_dispatch.py: Remove unnecessary parens from assert keywordDylan Baker1-4/+4
2015-01-28gen_dispatch.py: remove use of cmp.Dylan Baker2-40/+64
2015-01-28gen_dispatch.py: sort imports into groupsDylan Baker1-2/+3
2015-01-28gen_dispatch.py: remove unused importsDylan Baker1-4/+1
2015-01-28regsitry/gl.py: Make Error class inherit from ExceptionDylan Baker1-1/+1
2015-01-28registry/gl.py: remove unused variableDylan Baker1-1/+0
2015-01-28registry/gl.py: Strip superfluous parens from the assert keywordDylan Baker1-27/+27
2015-01-28registry/gl.py: Replace __cmp__ methods with rich comparison methodsDylan Baker1-46/+70
2015-01-28registry/gl.py: fix no-attribute errorDylan Baker1-1/+1
2015-01-28registry/gl.py: remove unused importDylan Baker1-1/+0
2015-01-28piglit-displatch-gen.h.mako: sort commentsDylan Baker1-1/+1
2015-01-28tests/igt.py: don't run tests if the environment check failedThomas Wood1-12/+7
2015-01-28results.py: avoid an attribute error when using the json moduleThomas Wood1-1/+1
2015-01-27glsl-fs-function-samplers: rename mix parameter to mixFactorBrian Paul1-2/+2
2015-01-27Add a new shader attachment/link ordering test.Brian Paul2-0/+88
2015-01-27README: update the list of test profilesDylan Baker1-7/+12
2015-01-27README: update documentation about paths and profilesDylan Baker1-3/+7
2015-01-27Update documentation to be clear about using multiple profilesDylan Baker2-3/+9
2015-01-26grouptools.py: from_path should not return .Dylan Baker2-0/+9
2015-01-26deqp: (V5)Add option to run subset of external dEQP-GLES3Wang Shuo2-0/+41
2015-01-26cl: Add exp testsMeng, Mengmeng1-1/+11
2015-01-26cl: Fix tolerance for SP divisionJan Vesely1-3/+3
2015-01-26cl: add log10 testJan Vesely1-1/+11