glx: Move work of converting a visual to an fbconfig
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 5 Feb 2010 00:59:10 +0000 (16:59 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 11 Feb 2010 23:40:29 +0000 (15:40 -0800)
commit52cf8db428909156b062f17a9e6251a38178dec3
tree8e7f55957a6bc52f424d61a78129468eec86420c
parentbc7b2f0dc33753f6d6b55bd4058e82ddf0997967
glx: Move work of converting a visual to an fbconfig

For the direct rendering case, the DRI createContext function wants an
fbconfig.  When glXCreateContext is called, we have to convert the
visual to an fbconfig.  This work was done in CreateContext, but it
makes more sense for it to be done in glXCreateContext.
src/glx/glxcmds.c