summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-21 16:22:19 -0800
committerIan Romanick <ian.d.romanick@intel.com>2013-01-15 13:45:51 -0800
commita11fe62058ad9d44170be9346111e3f6630a3327 (patch)
tree6783caeef31bd5636de40194901407f01bb44f67 /include
parent4945086f36d3ccec041e499f1e2861dc1cc45a44 (diff)
intel: Move validation of context version into intelInitContext
Each driver (i830, i915, i965) used independent but similar code to validate the requested context version. With the rececnt arrival of GLES3, that logic has needed an update. Rather than apply identical updates to each drivers validation code, let's just move the validation into the shared routine intelInitContext. This refactor required some incidental changes to functions i830CreateContext and intelInitContext. For each function, this patch: - Adds context version parameters to the signature. - Adds a DRI_CTX_ERROR out param to the signature. - Sets the DRI_CTX_ERROR at each early return. Tested against gen6 with piglit egl-create-context-verify-gl-flavor. Verified that this patch does not change the set of exposed EGL context flavors. Signed-off-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions