summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-18ext_framebuffer_multisample: Use full value range for integer formatsmsaa_wideTopi Pohjolainen2-11/+36
2017-07-18ext_framebuffer_multisample: int-draw-buffers also against 8/16/32/UITopi Pohjolainen4-12/+23
2017-07-18ext_framebuffer_multisample: sample-coverage also against RGBA16F/32FTopi Pohjolainen2-9/+15
2017-07-18ext_framebuffer_multisample: clip-and-scissor also against RGBA16F/32FTopi Pohjolainen2-11/+16
2017-07-18ext_framebuffer_multisample: upsample also against RGBA16F/32FTopi Pohjolainen1-12/+23
2017-07-18ext_framebuffer_multisample: unaligned-blit also against RGBA16F/32FTopi Pohjolainen1-14/+24
2017-07-18ext_framebuffer_multisample: sample-alpha- also against RGBA16F/32FTopi Pohjolainen1-13/+28
2017-07-18ext_framebuffer_multisample: multiple-blit also against RGBA16F/32FTopi Pohjolainen1-11/+21
2017-07-18ext_framebuffer_multisample: color clear also against RGBA16F/32FTopi Pohjolainen1-8/+23
2017-07-18ext_framebuffer_multisample: blit-multiple-rt also against RGBA16F/32FTopi Pohjolainen2-7/+8
2017-07-18ext_framebuffer_multisample: blit-mismatched also against RGBA16F/32FTopi Pohjolainen4-18/+55
2017-07-18ext_framebuffer_multisample: blit-flipped also against RGBA16F/32FTopi Pohjolainen2-10/+14
2017-07-18ext_framebuffer_multisample: more tests against GL_RGBA16F/32FTopi Pohjolainen14-42/+87
2017-07-18ext_framebuffer_multisample: accuracy also against RGBA16F/32FTopi Pohjolainen4-12/+35
2017-07-18ext_framebuffer_multisample: Allow resolve fbos with different formatsTopi Pohjolainen1-8/+14
2017-07-18ext_framebuffer_multisample: Clamp UNORM only to [0, 1.0]Topi Pohjolainen1-3/+17
2017-07-13util/fbo: Provide color format to config constructorTopi Pohjolainen36-60/+77
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