summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-18shader_runner: don't use glMapNamedBufferRangeHEADmasterNicolai Hähnle1-5/+6
2017-10-18tests/deqp: remove redundant constructorsNicolai Hähnle2-7/+0
2017-10-18framework: remove outdated commentNicolai Hähnle1-1/+0
2017-10-18framework: fix a commentNicolai Hähnle1-2/+2
2017-10-18framework: fix outdated commentNicolai Hähnle1-2/+1
2017-10-18framework: fix a commentNicolai Hähnle1-1/+1
2017-10-18framework: fix typos in commentsNicolai Hähnle7-10/+10
2017-10-12cl: Add tests for load hi16 instructionsMatt Arsenault2-0/+376
2017-10-12cl: Add tests for store hi16 instructionsMatt Arsenault2-0/+185
2017-10-12glx: Rerun failing tests in auto mode if there is a pending expose eventThomas Hellstrom1-0/+14
2017-10-11cl: Improve link program testsJan Vesely1-6/+6
2017-10-11cl: Add basic remainder(float, float) builtin testsAaron Watry1-0/+13
2017-10-11cl: Fix cospi return valueJan Vesely1-1/+1
2017-10-11cl: Add tests for clc-1.0 integer atomicsJan Vesely33-0/+2211
2017-10-11arb_sample_shading: uint -> GLuint.Jose Fonseca1-1/+1
2017-10-11arb_query_buffer_object: add additional coherency testsNicolai Hähnle3-0/+443
2017-10-11arb_query_buffer_object: extract some common code for running queriesNicolai Hähnle4-129/+240
2017-10-11arb_sample_shading: run more tests concurrentlyNicolai Hähnle1-4/+2
2017-10-11arb_sample_shading: add more extensive gl_SampleMask(In) testsNicolai Hähnle3-0/+457
2017-10-11arb_enhanced_layouts: test packing of floats in the same slots as an arrayTimothy Arceri1-0/+93
2017-10-11arrays_of_arrays/atomic_counter: check counters limit on linker test.Dave Airlie1-0/+2
2017-10-11arrays_of_arrays/atomic_counters: set requirements on atomic counter numbers.Dave Airlie2-0/+2
2017-10-11arb_shader_atomic_counter_ops: declare counters to fix undefined behaviour.Dave Airlie1-0/+1
2017-10-06cl: Add tests for mad mixMatt Arsenault1-0/+283
2017-10-06ext_occlusion_query_boolean: basic API testTapani Pälli4-0/+129
2017-10-04cl: Fix incorrect indentationJan Vesely1-13/+13
2017-10-04cl: Don't use unsigned long longJan Vesely1-1/+1
2017-10-03README: Make initial smoke tests steps internally consistentRhys Kidd1-2/+2
2017-10-03README: Correct typo deQP -> dEQPRhys Kidd1-3/+3
2017-10-03README: Update the list of test profilesRhys Kidd1-0/+27
2017-10-03fbo-viewport: fix false error caused by slight rounding differencesNicolai Hähnle1-26/+11
2017-09-29arb_gpu_shader_fp64: relax ldexp test due to denormsNicolai Hähnle1-6/+2
2017-09-27cl: Add tests for 64 bit integer atomicsJan Vesely33-0/+2211
2017-09-27image_load_store: add a new test for a bug seen on AMD VEGA.Dave Airlie1-0/+67
2017-09-26framework: fix proces/process_isolation typoBrian Paul1-1/+1
2017-09-26framework: fix comment typos on FastSkip classBrian Paul1-4/+4
2017-09-26arb_arrays_of_arrays: remove an unused variableNicolai Hähnle1-1/+0
2017-09-26glsl-1.10: add some loop unrolling tests with breaks in else branchTimothy Arceri2-0/+112
2017-09-20cl: Add failing case to exp testTom Stellard1-2/+2
2017-09-20cl: Add tests for function callsMatt Arsenault5-0/+1235
2017-09-20arb_texture_query_lod: add tolerance for some comparisonsRoland Scheidegger2-2/+6
2017-09-18cl: Fix device_regex featureMatt Arsenault1-1/+1
2017-09-18Add KHR-GL46 to khr_gl.pyKenneth Graunke1-0/+2
2017-09-18Fix bogus .50. number in and-clamp.shader_testKenneth Graunke1-3/+3
2017-09-08cl: Add generator for shuffle2 builtinsJan Vesely2-0/+148
2017-09-08cl: Add generator for shuffle builtinsJan Vesely3-0/+145
2017-08-29arb_separate_shader_objects: Check piglit_link_check_status results.Vinson Lee1-4/+6
2017-08-29cl: Fix error message value.Jan Vesely1-1/+1
2017-08-28glx-multithread-clearbuffer: Check pthread_join return value.Vinson Lee1-3/+6
2017-08-28textureGather: correct expected result for GL_MAX_PROGRAM_TEXTURE_GATHER_COMP...Neha Bhende1-19/+31