Missed the commit of glxext.c yesterday.
authorIan Romanick <idr@us.ibm.com>
Wed, 23 Feb 2005 20:06:52 +0000 (20:06 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 23 Feb 2005 20:06:52 +0000 (20:06 +0000)
commit365a0a7c153da53c5e4fb6433751f9dab9a16fa4
tree0b6b6ec9e491f3ef4646988a45e7f687f2ba356b
parent2b1ec683d3501845c89fa3983c079cc96d6949fb
Missed the commit of glxext.c yesterday.

Fixed a flow control problem in glGet*v that could result in the display
not being unlocked.  This also resulted in refactoring a lot more code
out of the glGet*v routines into get_array_data, which was renamed to
get_client_data.
src/glx/x11/glxext.c
src/glx/x11/single2.c