summaryrefslogtreecommitdiff
path: root/tests/util/piglit-glx-util.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-04make: Make util libraries shared in non-windows systemsPauli Nieminen1-0/+5
2012-02-04util: Replace deprecated XKeycodeToKeysym with XGetKeyboardMapping.Vinson Lee1-3/+6
2012-01-27util: Add support for iterating over GLXFBConfigs using Pixmaps.Eric Anholt1-0/+69
2011-12-13util: Refactor extension string search codeIan Romanick1-10/+3
2011-12-13util: Add piglit_is_glx_extension_supportedIan Romanick1-2/+12
2011-12-13util: Add piglit_glx_get_all_proc_addresses to get a group of function addressesIan Romanick1-0/+26
2011-12-13util: Add piglit_glx_error_string to convert a GLX error to a printable stringIan Romanick1-0/+34
2011-12-13util: Add GLXBadProfileARB as a valid GLX error valueIan Romanick1-1/+5
2011-08-28framework: Add an option to run a test into an FBO.Eric Anholt1-2/+36
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-3/+3
2011-04-08Make piglit_glx_get_error a bit more usefulAdam Jackson1-1/+11
2011-03-30util: Add piglit_glx_get_errorAdam Jackson1-0/+17
2011-03-30util: Add piglit_glx_get_fbconfig_from_visinfoAdam Jackson1-0/+25
2011-03-25glx: Add function to check minimum GLX versionIan Romanick1-0/+19
2011-01-11glx-visuals-stencil: New test to catch stencil-not-present behavior in GLX.Eric Anholt1-6/+90
2010-12-09piglit: new piglit_get_glx_context_share() functionBrian Paul1-1/+7
2010-07-26piglit-glx-framework: need int piglit-automatic declaration/definitionBrian Paul1-0/+2
2010-07-23piglit-glx-util: Break out of loop after closing display in auto modeKristian Høgsberg1-3/+4
2010-07-23glx-destroycontext: Destroy our resources at the end to show off leaks.Eric Anholt1-0/+2
2010-07-21framework: Set X11 window hint for "doesn't take input" when in auto mode.Eric Anholt1-2/+20
2010-01-15glx-multithread: New test for GLX multithreaded rendering.Eric Anholt1-0/+137