summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-16framework: Use WGL by default on Windows.José Fonseca1-1/+3
2014-12-15ssa: Add a test for an edge case in into-SSA translationJason Ekstrand1-0/+30
2014-12-15ssa: Add a test for the classic "lost copy problem" in out-of-SSA translationJason Ekstrand1-0/+23
2014-12-15ssa: Add a test for the classic "swap problem" in out-of-SSA translationJason Ekstrand1-0/+19
2014-12-15glsl-deriv-varyings: Added checks for derivatives on parameters with negative...Andres Gomez1-1/+130
2014-12-15Correct typos in READMEPavol Klačanský1-8/+8
2014-12-14teximage-colors: Add comment to silence Coverity defect.Vinson Lee1-0/+1
2014-12-14gl-1.0-readpixsanity: Initialize variables.Vinson Lee1-4/+4
2014-12-14gl-1.0-logicop: Fix memory leak.Vinson Lee1-0/+2
2014-12-14cl-api-get-device-info: Fix memory leak.Vinson Lee1-0/+2
2014-12-14cl-api-enqueue-map-buffer: Initialize variable.Vinson Lee1-1/+1
2014-12-14util/dispatch: move "to waffle or not to waffle" decision in the callerEmil Velikov2-67/+72
2014-12-14utils: add initial WAFFLE_WGL supportEmil Velikov7-4/+178
2014-12-13teximage-colors: Remove self assignment.Vinson Lee1-1/+0
2014-12-12util: Define usleep for MSVC only.Vinson Lee1-4/+2
2014-12-12arb_timer_query: Add missing headerJan Vesely1-0/+3
2014-12-12generated_tests: Except error for os.makedirsDylan Baker17-19/+112
2014-12-12junit.py: Add piglit failure to junit ouputDylan Baker1-3/+8
2014-12-12junit.py: Refactor write_test a littleDylan Baker1-36/+41
2014-12-12opencv.py: use grouptools moduleDylan Baker1-1/+3
2014-12-12oclconform.py: use grouptools moduleDylan Baker1-3/+3
2014-12-12oglconform.py: Use grouptools instead of os.pathDylan Baker1-2/+2
2014-12-12xts.py: Use grouptools module and os.path appropriatelyDylan Baker1-8/+12
2014-12-12igt.py: Use grouptoolsDylan Baker1-11/+6
2014-12-12junit.py: Use grouptoolsDylan Baker1-3/+4
2014-12-12glsl_parser_test.py: use grouptoolsDylan Baker1-4/+3
2014-12-12profile.py: use grouptoolsDylan Baker1-1/+2
2014-12-12summary.py: use grouptools instead of os.pathDylan Baker1-11/+12
2014-12-12grouptools.py: Add a module specifically for working with group stringsDylan Baker2-0/+325
2014-12-11cl: Fix format warningJan Vesely1-1/+1
2014-12-11cl: Fix using pointer as valueJan Vesely1-6/+16
2014-12-11Add noreturn attribute on clangJan Vesely1-1/+5
2014-12-11cl: Fix signed/unsigned comparison warningsJan Vesely1-8/+8
2014-12-11cl: -cl-std=CL1.0 is not validEdB1-1/+2
2014-12-11cs: Add test of barrier() function that uses atomic countersJordan Justen1-0/+35
2014-12-11cs: Test values of gl_LocalInvocationID using atomic countersJordan Justen1-0/+61
2014-12-11cs: Test basic texture sampling from a compute shaderJordan Justen1-0/+62
2014-12-11cs: Add simple uniform test with outputs in atomic countersJordan Justen1-0/+56
2014-12-11cs: use unsigned for gl_WorkGroupSize in compiler testsJordan Justen3-5/+5
2014-12-11arb_shader_image_load_store: basic imageStore using a uniformJordan Justen1-0/+56
2014-12-10glsl-1.50/execution: add primitive id tests with tri strip primitivesRoland Scheidegger2-0/+122
2014-12-11arb_gpu_shader5: add tests for interpolateAtCentroid with qualified varyingChris Forbes5-0/+499
2014-12-11arb_gpu_shader5: add tests for interpolateAtOffsetChris Forbes4-0/+346
2014-12-11arb_gpu_shader5: add interpolateAtSample-nonconst testChris Forbes3-0/+188
2014-12-11arb_gpu_shader5: add interpolateAtSample testChris Forbes3-0/+184
2014-12-11arb_gpu_shader5: add variant of interpolateAtCentroid test for packing intera...Chris Forbes3-0/+173
2014-12-11arb_gpu_shader5: add execution test for interpolateAtCentroidChris Forbes3-0/+167
2014-12-11glsl-1.50: Add more tests for interface block name reuseChris Forbes5-0/+137
2014-12-08generators: Add positional argument specifiers.Vinson Lee4-11/+11
2014-12-08arb_gpu_shader_fp64: test Uniform*d can't be used for bool uniformsDave Airlie4-0/+101