summaryrefslogtreecommitdiff
path: root/tests/glx
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-10glx-query-drawable: Initialize variable.Vinson Lee1-0/+3
2014-11-17Add a test for GLX_ARB_context_flush_controlNeil Roberts2-0/+481
2014-11-15glx-query-drawable: Use visual depth when creating pixmap.José Fonseca1-1/+1
2014-11-14glx-close-display: Fix GLX_DOUBLEBUFFER attrib.José Fonseca1-1/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace36-36/+36
2014-06-27glx-swap-event: Make sure that swap events are on the correct drawableJasper St. Pierre1-4/+8
2014-05-26tests: fix require extension usage -- prepend GL/GLX in missing placesIlia Mirkin6-6/+6
2014-03-13glx-buffer-age: Test each frame rendered, and render enough frames.Eric Anholt1-18/+32
2014-03-13glx: Add a testcase for GLX_EXT_buffer_ageAdel Gadllah2-0/+118
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-3/+3
2013-10-26glx-query-drawable: change piglit_id to signedBrian Paul1-1/+2
2013-10-03glx-query-drawable: Add test for GLX_PRESERVED_CONTENTSAdam Jackson1-0/+32
2013-10-03glx-query-drawable: Add test for GLX_FBCONFIG_IDAdam Jackson1-1/+29
2013-07-25new test: glx-multithread-texture.Frank Henigman2-0/+268
2013-07-18glx-multithread-shader-compile: call XInitThreads.José Fonseca1-0/+2
2013-06-17piglit: Make callers of piglit_dispatch_default_init() specify the API.Eric Anholt21-21/+21
2013-06-12glx-copy-sub-buffer: accept -samples=nMarek Olšák1-2/+33
2013-04-24Add test for concurrent shader compiler use.Mathias Froehlich2-0/+120
2013-03-19glx-query-drawable: Remove unused window variable.Rico Schüller1-1/+0
2013-03-01glx-query-drawable: Add cases for all drawable typesAdam Jackson1-8/+63
2013-03-01glx-query-drawable: Require GLX 1.3Adam Jackson1-0/+2
2013-02-19glx-multithread-makecurrent-*: Write the expected value for alphaIan Romanick4-9/+9
2013-01-29glx-swap-pixmap: Expect alpha = 1.0 if there is no alpha in the pixmapIan Romanick1-2/+14
2012-12-01glx-string-sanity: Fix string length miscalculation.Vinson Lee1-1/+1
2012-11-28glx-swap-events: initialize GL dispatchMarek Olšák1-0/+1
2012-11-20glx-multithread: Replace glFlush calls with glFinishPaul Berry1-2/+2
2012-11-20glx-multithread: use XInitThreadsPaul Berry1-0/+1
2012-11-16glx: Sanity check the various GLX extension strings that an app can queryIan Romanick2-0/+189
2012-11-14util: Kill macro glewInitChad Versace19-19/+19
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-4/+4
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič32-32/+32