aboutsummaryrefslogtreecommitdiff
path: root/tests/glx
AgeCommit message (Expand)Author
2013-04-24Add test for concurrent shader compiler use.Mathias Froehlich
2013-03-19glx-query-drawable: Remove unused window variable.Rico Schüller
2013-03-01glx-query-drawable: Add cases for all drawable typesAdam Jackson
2013-03-01glx-query-drawable: Require GLX 1.3Adam Jackson
2013-02-19glx-multithread-makecurrent-*: Write the expected value for alphaIan Romanick
2013-01-29glx-swap-pixmap: Expect alpha = 1.0 if there is no alpha in the pixmapIan Romanick
2012-12-01glx-string-sanity: Fix string length miscalculation.Vinson Lee
2012-11-28glx-swap-events: initialize GL dispatchMarek Olšák
2012-11-20glx-multithread: Replace glFlush calls with glFinishPaul Berry
2012-11-20glx-multithread: use XInitThreadsPaul Berry
2012-11-16glx: Sanity check the various GLX extension strings that an app can queryIan Romanick
2012-11-14util: Kill macro glewInitChad Versace
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace
2012-05-03cmake: Fix piglit build when BUILD_GLX_TESTS=TrueAaron Watry
2012-04-29cmake: only link X11 libraries when building GLX testsDylan Noblesmith
2012-04-29cmake: add an option for building GLX testsDylan Noblesmith
2012-04-09glx: Verify that GLX_DONT_CARE can be used with bitmask attributes (this time...Ian Romanick
2012-04-06glx: Verify that GLX_DONT_CARE can be used with bitmask attributesIan Romanick
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace
2012-03-23Add glewInit() calls to glx tests.Paul Berry
2012-03-07Stop using GLEW extension macrosPaul Berry
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry
2012-03-03cmake: check for glproto headersDylan Noblesmith
2012-03-03tests/glx: fix Xrender detectionDylan Noblesmith
2012-03-03don't write generated header to the source directoryDylan Noblesmith
2012-01-27glx-visuals-{depth,stencil}: Quiet warnings about main() return value.Eric Anholt
2012-01-27glx: Add variants of the glx-visuals-{depth,stencil} using pixmap FBConfigs.Eric Anholt
2012-01-27glx-visuals-depth: New test for basic depth functionality per visual.Eric Anholt
2012-01-20glx-swap-event: Silence declaration-after-statement warning.José Fonseca
2011-12-26glx-multi-context-ib-1: Remove unnecessary header.Vinson Lee
2011-12-01glx-swap-event: Remove unused variable.Vinson Lee
2011-11-29glx-query-drawable: Fix printf format warning.Vinson Lee
2011-11-14glx-swap-pixmap-bad: add missing return statement, remove unused varBrian Paul
2011-11-14glx-query-drawable: fix bad string declarationsBrian Paul
2011-11-08glx: Test behavior of glXQueryDrawable()Chad Versace
2011-11-01glx-swap-pixmap-bad: New testAdam Jackson
2011-11-01glx-swap-pixmap: Fix test to do something legalAdam Jackson
2011-07-25glx-multi-context-ib-1: New test for a regression in the i965 driver.Eric Anholt
2011-07-21Update some commets in the swap event test.Jian Zhao
2011-07-21The initial value for interval should be 0 to get the correct value.Jian Zhao
2011-06-30glx-close-display: Correctly check the return value of glXChooseFBConfig.Vinson Lee
2011-06-15glx-fbo-binding: test FBO binding state across glXMakeCurrent() callsBrian Paul
2011-06-08glx-swap-pixmap: New test for no-op glXSwapBuffers().Eric Anholt
2011-06-08glx-swap-singlebuffer: New test for no-op glXSwapBuffers().Eric Anholt
2011-06-07glx-tfp: Use XRender to correctly set up alpha channel.Eric Anholt
2011-06-07glx-tfp: Swap after checking results.Eric Anholt
2011-06-05glx-multithread-makecurrent-*: Fix use-after-free.xoddark@gmail.com
2011-05-23glx-close-display: New test for reusing GLX after XCloseDisplay.José Fonseca