glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 1 Dec 2011 22:05:13 +0000 (14:05 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 2 Jan 2012 20:41:45 +0000 (12:41 -0800)
commit296fe21ae5be838268e51fdd9a4a3009ab961265
tree5c7d4a0a75b9f9636e2b6ba9065e7d29a9d670de
parentb45f77dc4c9662a774c19db764bb8f95c4f61073
glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRISW contexts

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

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