summaryrefslogtreecommitdiff
path: root/tests/spec/glx_arb_create_context
AgeCommit message (Expand)AuthorFilesLines
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-4/+4
2012-07-20glx_arb_create_context_robustness: Require ARB_robustness for robust contextsIan Romanick2-0/+139
2012-07-20glx_arb_create_context_robustness: Verify that invalid reset strategies are r...Ian Romanick2-0/+76
2012-07-20glx_ext_create_context_es2_profile: Verify that the invalid ES versions are r...Ian Romanick2-0/+112
2012-07-20glx_ext_create_context_es2_profile: Verify that indirect-rendering is impossibleIan Romanick2-0/+116
2012-07-20glx_arb_create_context_profile: Verify that the profile is ignored pre-3.2Ian Romanick2-0/+116
2012-07-20glx_arb_create_context_profile: Verify that the core profile is supported for...Ian Romanick2-0/+158
2012-07-20glx_arb_create_context_profile: Verify that invalid profiles are rejectedIan Romanick2-0/+106
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič12-12/+12
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-11/+11
2012-03-23Add glewInit() calls to GLX_ARB_create_context tests.Paul Berry2-0/+2
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-29glx_arb_create_context: Remove dead code.Vinson Lee1-2/+1
2011-12-21glx_arb_create_context: Verify that color-index rendering is rejected with Op...Ian Romanick2-0/+113
2011-12-21glx_arb_create_context: Verify that invalid render types are rejectedIan Romanick2-0/+99
2011-12-21glx_arb_create_context: Verify that the forward-compatible flag can be acceptedIan Romanick2-0/+71
2011-12-21glx_arb_create_context: Verify rejection of forward-compatible flag w/pre-3.0Ian Romanick2-0/+156
2011-12-21glx_arb_create_context: Verify that the invalid flags are rejectedIan Romanick2-0/+90
2011-12-21glx_arb_create_context: Verify that the invalid attributes are rejectedIan Romanick2-0/+99
2011-12-21glx_arb_create_context: Verify that the invalid GL versions are rejectedIan Romanick2-0/+107
2011-12-21glx_arb_create_context: Verify that the attributes list pointer can be NULLIan Romanick2-0/+64
2011-12-21glx_arb_create_context: Verify that the attributes list can be emptyIan Romanick2-0/+67
2011-12-21glx_arb_create_context: Verify default minor version is 0Ian Romanick2-0/+88
2011-12-21glx_arb_create_context: Verify default major version is 1Ian Romanick2-0/+81
2011-12-21glx_arb_create_context: Add common test infrastructureIan Romanick4-0/+225