glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 5 Feb 2010 00:28:52 +0000 (16:28 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 11 Feb 2010 23:40:29 +0000 (15:40 -0800)
commit8bffadbc83d19ecd8be8f0107d51463e36477666
treeac92bf1410b4ecd061690a14c0a21e2096917aeb
parent68fef184390da2fd67acfd99fba0a2dbe4a3b875
glx: Pass opcode to CreateContext instead of use_glx_1_3 parameter

Passing the opcode directly instead of having CreateContext infer it
from the value of fbconfig and the use_glx_1_3 flag will simplify some
changes that are coming.
src/glx/glxcmds.c