summaryrefslogtreecommitdiff
path: root/tests/glx
AgeCommit message (Expand)AuthorFilesLines
2023-05-16glx: add make and copy bad access checksIllia Polishchuk3-0/+233
2023-04-19glx-swap-event: Clarify the start time value by pulling it out of draw_frame().Emma Anholt1-8/+7
2023-04-19glx-swap-event: Move some global time values to their local usage.Emma Anholt1-11/+8
2023-04-19glx-swap-event: Drop "how fast was swap interval=0 swapping?" test.Emma Anholt1-85/+19
2023-04-19glx-swap-event: Always print the swap event count, regardless of verbose.Emma Anholt1-19/+5
2023-04-19glx-swap-event: Use the normal helpers for glx extension requirements.Emma Anholt1-43/+8
2023-04-19glx-swap-event: Delete the "async" test mode.Emma Anholt1-28/+4
2023-04-19glx-swap-event: Delete unused tRot0 value.Emma Anholt1-5/+1
2023-04-17glx-multithread-buffer: requires GLSL 1.40Juan A. Suarez Romero1-0/+2
2023-03-22glx-make-current: use 3 windows instead of 2Pierre-Eric Pelloux-Prayer1-20/+24
2023-03-22glx-make-current: fix GLX errorsPierre-Eric Pelloux-Prayer1-4/+6
2023-02-03glx-string-sanity: Drop bogus testing.Emma Anholt1-10/+1
2022-08-29fix the spelling in whole piglitDavid Heidelberg1-1/+1
2022-04-30glx: parse -auto for all glx testsMarek Olšák7-0/+49
2022-04-30glx: don't call XMapWindow redundantlyMarek Olšák23-45/+0
2022-03-10glx-multithread-texture: Avoid front-buffer rendering.Emma Anholt1-2/+2
2021-12-07glx: add glx-multi-display-single-pbuffer testQiang Yu2-0/+173
2021-12-07glx: add glx-swap-pbuffer testQiang Yu2-0/+145
2021-11-16tests/glx: fail if the expected error isn't receivedPierre-Eric Pelloux-Prayer1-2/+5
2021-03-16glx-multithread-buffer-refcount-bug: new test for a recent bugMarek Olšák2-0/+74
2021-03-10tests/glx: remove unnecessary calls to XMapWindowPierre-Eric Pelloux-Prayer1-3/+0
2019-11-01glx: fix pointer typeEric Engestrom1-1/+1
2019-11-01s/EGL_NO_CONFIG_MESA/EGL_NO_CONFIG_KHR/Eric Engestrom1-1/+1
2019-10-11glx-egl-switch-context: Do not compile if EGL unavailableYevhenii Kolesnikov1-1/+4
2019-10-10glx,egl: Reproduce crash while switching contextsYevhenii Kolesnikov2-0/+95
2019-09-16glx-fbconfig-compliance: Drop accumulation buffer requirementAdam Jackson1-9/+0
2019-09-12glx-destroycontext-3: Test calling DestroyContext redundantlyAdam Jackson2-0/+100
2019-09-10glx-fbconfig-sanity: memory leakSergii Romantsov1-0/+2
2019-08-23glx: Fix fbconfig matching in glx-make-glxdrawable-currentAdam Jackson1-26/+5
2019-06-18tests: Free memory returned by glXChooseFBConfigYevhenii Kolesnikov4-0/+10
2019-05-24glx-multithread-buffer: Add a new test reproducing a radeonsi bugMarek Olšák2-0/+200
2017-10-23glx-tfp: Use a nice orange color instead of redJason Ekstrand1-2/+2
2017-08-28glx-multithread-clearbuffer: Check pthread_join return value.Vinson Lee1-3/+6
2017-08-17glx: Introduce a glx-swap-copy test v2Thomas Hellstrom2-0/+144
2017-08-17glx: Fix glx-swap-exchange v3Thomas Hellstrom1-29/+46
2017-07-14glx-multithread-clearbuffer: new test reproducing amdgpu CS thread deadlockMarek Olšák2-0/+102
2017-07-11glx-multi-window-single-context: new GLX testBrian Paul2-0/+129
2017-07-11glx-multi-context-single-window: new GLX testBrian Paul2-0/+156
2017-06-21glx/glx-multithread-texture: Use larger color differencesThomas Hellstrom1-1/+1
2017-06-21glx/glx-multithread-texture: Don't probe an undefined back bufferThomas Hellstrom1-0/+1
2017-06-21glx/glx-multithread-texture: Avoid uploading stale data to textureThomas Hellstrom1-3/+5
2017-04-27glx: add test for drawing to GL_FRONT between glXMakeCurrent()Józef Kucia2-0/+114
2016-07-22glx-swap-event: remove '#if defined(GLX_EXTENSION)' guardsEmil Velikov1-14/+0
2016-07-22glx-swap-event: use piglit_time_get_nano() helperEmil Velikov1-8/+1
2016-06-21glx-swap-event: Fix logical-not-parentheses warning.Vinson Lee1-1/+1
2016-06-06glx: glx-fbconfig-bad test to test GLXBadFBConfig errorTapani Pälli2-0/+78
2016-04-21glx-query-drawable: Build fixAdam Jackson1-9/+9
2016-04-21glx-query-drawable: Relax a check about bare windowsAdam Jackson1-3/+5
2016-03-06glx-shader-sharing: Report failure instead of crash on assert.Vinson Lee1-1/+3
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0