glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 30 Nov 2011 21:15:08 +0000 (13:15 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 2 Jan 2012 20:41:44 +0000 (12:41 -0800)
commit48ffc6a1553083280c217640629cc6ebed1bf982
tree5868ca31483d2c9336844715c8dd8075198196f0
parent6a0640971f5e12d329e91f92996382a7227d7b08
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contexts

This also enables GLX_ARB_create_context and
GLX_ARB_create_context_profile if the driver supports DRI_DRI2 version
3 or greater.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/dri2_glx.c