summaryrefslogtreecommitdiff
path: root/tests/spec/glx_ext_import_context
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-10-10Simplify piglit_glx_get_all_proc_addresses API.Jamey Sharp1-17/+10
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace10-10/+10
2014-01-19cmake: indent spaces -> tabsDaniel Kurtz1-3/+3
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č10-10/+10
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-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-9/+9
2012-03-03cmake: check for glproto headersDylan Noblesmith1-0/+3
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-12-13util: Refactor extension string search codeIan Romanick1-20/+6
2011-12-13glx_ext_import_context: Verify glXQueryContextInfoEXTIan Romanick2-0/+135
2011-12-13glx_ext_import_context: Verify glXGetCurrentDisplayEXTIan Romanick2-0/+66
2011-12-13glx_ext_import_context: Verify the imported context has correct context IDIan Romanick2-0/+54
2011-12-13glx_ext_import_context: Make an imported context current in two processesIan Romanick2-0/+79
2011-12-13glx_ext_import_context: Make an imported context current in one processIan Romanick2-0/+69
2011-12-13glx_ext_import_context: Verify glXImportContextEXT across two processesIan Romanick2-0/+67
2011-12-13glx_ext_import_context: Verify glXImportContextEXT within a single processIan Romanick2-0/+44
2011-12-13glx_ext_import_context: Verify function of glXFreeContextEXTIan Romanick2-0/+106
2011-12-13glx_ext_import_context: Verify function of glXGetContextIDEXTIan Romanick2-0/+77
2011-12-13glx_ext_import_context: Add common test infrastructureIan Romanick4-0/+385