summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-21framework: remove duplicate import of framework.exceptionsHEADmasterDylan Baker1-1/+1
2017-07-19arb_post_depth_coverage: Make multisampling test more robustLyude1-216/+133
2017-07-19arb_post_depth_coverage: Don't try sample rates we don't supportLyude2-2/+6
2017-07-19glsl-1.50: add linker test for unused in out blocksJózef Kucia1-0/+38
2017-07-18framework: Don't stop resume because no tests are left to be runDylan Baker1-5/+10
2017-07-18arb_provoking_vertex: fix quads-follow-provoking-vertex testBrian Paul1-2/+11
2017-07-18tests/util: remove unneeded cmake code for WGLBrian Paul1-6/+0
2017-07-17clipflat: refactor some codeBrian Paul1-50/+71
2017-07-17Respect GL_UNIFORM_BUFFER_OFFSET_ALIGNMENT in binding-layout.c.Kenneth Graunke1-4/+12
2017-07-14Remove a useless GLU depedencyMarek Olšák2-2/+0
2017-07-14glx-multithread-clearbuffer: new test reproducing amdgpu CS thread deadlockMarek Olšák3-0/+103
2017-07-12wgl: add new multi-context, multi-window rendering testsBrian Paul4-0/+289
2017-07-11wgl: initial check-in of wgl utility code and wgl sanity check programBrian Paul10-1/+396
2017-07-11blit-scaled-linear: whitespace fixesBrian Paul1-6/+6
2017-07-11blit-scaled-linear: minor shader code improvementsBrian Paul1-7/+5
2017-07-11glx-multi-window-single-context: new GLX testBrian Paul3-0/+130
2017-07-11glx-multi-context-single-window: new GLX testBrian Paul3-0/+157
2017-07-11utils/glx: request depth/stencil buffer visual for windows, contextsBrian Paul1-0/+2
2017-07-11arb_clear_texture-errors: add more error testsBrian Paul1-0/+88
2017-07-11gl-3.1-buffer-bindings: new test of GL buffer binding pointsBrian Paul3-0/+190
2017-07-11egl_mesa_platform_surfaceless: fix compilation warningJuan A. Suarez Romero1-3/+3
2017-07-05es3: add tests for verifying overloading behaviorIlia Mirkin2-0/+29
2017-07-06glsl-1.50: set KHR_no_error statusTimothy Arceri20-18/+42
2017-07-06glsl-1.40: set KHR_no_error statusTimothy Arceri1-0/+1
2017-07-06glsl-1.30: set KHR_no_error statusTimothy Arceri9-0/+9
2017-07-06glsl-1.30: alphabetise build listTimothy Arceri1-1/+1
2017-07-06arb_sample_shading: set KHR_no_error statusTimothy Arceri9-0/+9
2017-07-06arb_gpu_shader5: set KHR_no_error statusTimothy Arceri16-0/+16
2017-07-06arb_color_buffer_float: set KHR_no_error statusTimothy Arceri1-0/+1
2017-07-06hiz: set KHR_no_error statusTimothy Arceri24-0/+24
2017-07-06fast_color_clear: set KHR_no_error statusTimothy Arceri4-0/+4
2017-07-06arb_shader_atomic_counters: fix KHR_no_error support for buffer binding testTimothy Arceri1-4/+6
2017-07-03glsl-1.20: better test indirect indexing of literal array of structsTimothy Arceri3-0/+140
2017-06-30util: Avoid asking GL to transpose the ortho_uniform matrix.Eric Anholt1-5/+5
2017-06-30ARB_blend_func_extended: set KHR_no_error statusTimothy Arceri9-8/+19
2017-06-30gl-1.0: set KHR_no_error support for remaining gl-1.0 testsTimothy Arceri30-5/+39
2017-06-30bugs: set KHR_no_error support for remaining bugs testsTimothy Arceri18-0/+18
2017-06-29cmake: Check for linux/sync_file.h for egl_khr_fence_sync.Vinson Lee2-0/+3
2017-06-29ARB_point_parameters: port glean test pointatten to piglitTimothy Arceri9-375/+252
2017-06-28pbo: Don't assume that GL_MAX_PIXEL_MAP_TABLE is 256Sandra Koroniewska1-1/+1
2017-06-28fbo: set KHR_no_error compatibility for remaining fbo testsTimothy Arceri76-33/+118
2017-06-27egl_khr_fence_sync: Enable android native fences extension test.Rafael Antognolli1-0/+6
2017-06-27egl_khr_fence_sync: Test for wait with zero timeout.Rafael Antognolli1-0/+97
2017-06-27egl_khr_fence_sync: Verify that dup() fails on invalid fence.Rafael Antognolli1-0/+51
2017-06-27egl_khr_fence_sync: Verify eglDupNativeFenceFDANDROID.Rafael Antognolli1-0/+47
2017-06-27egl_khr_fence_sync: Add test to create fence from fd.Rafael Antognolli1-0/+145
2017-06-27egl_khr_fence_sync: Add sw_sync lib.Rafael Antognolli3-1/+156
2017-06-27egl_khr_fence_sync: add tests for android fence.Rafael Antognolli1-0/+54
2017-06-27egl_khr_fence_sync: Prepare to support android native_sync.Rafael Antognolli1-51/+93
2017-06-26drawoverhead: test 8 UBOs instead of 4Marek Olšák1-2/+2