summaryrefslogtreecommitdiff
path: root/tests/glx
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-05-03cmake: Fix piglit build when BUILD_GLX_TESTS=TrueAaron Watry1-1/+6
2012-04-29cmake: only link X11 libraries when building GLX testsDylan Noblesmith1-2/+4
2012-04-29cmake: add an option for building GLX testsDylan Noblesmith1-2/+2
2012-04-09glx: Verify that GLX_DONT_CARE can be used with bitmask attributes (this time...Ian Romanick1-0/+86
2012-04-06glx: Verify that GLX_DONT_CARE can be used with bitmask attributesIan Romanick1-0/+1
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-30/+30
2012-03-23Add glewInit() calls to glx tests.Paul Berry15-0/+15
2012-03-07Stop using GLEW extension macrosPaul Berry1-1/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-03-03cmake: check for glproto headersDylan Noblesmith1-0/+3
2012-03-03tests/glx: fix Xrender detectionDylan Noblesmith1-2/+6
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-27glx-visuals-{depth,stencil}: Quiet warnings about main() return value.Eric Anholt2-0/+4
2012-01-27glx: Add variants of the glx-visuals-{depth,stencil} using pixmap FBConfigs.Eric Anholt2-4/+14
2012-01-27glx-visuals-depth: New test for basic depth functionality per visual.Eric Anholt2-0/+105
2012-01-20glx-swap-event: Silence declaration-after-statement warning.José Fonseca1-1/+2
2011-12-26glx-multi-context-ib-1: Remove unnecessary header.Vinson Lee1-1/+0