st/mesa: Use API-aware context constructor
authorKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Apr 2010 13:32:11 +0000 (09:32 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 22 Apr 2010 15:44:13 +0000 (11:44 -0400)
commit38d771c0539a087db42d8d940bb2e920bb64598c
tree720c02a278fbfd6b5ed2919e54a186499fb79837
parent2ab18d63cb71d988265eeab431e4363081978144
st/mesa: Use API-aware context constructor

The mesa state tracker is currently the only place where we create a
context and expect it to implement GLES1/2.  Use the API-aware constructor
to communicate this to core mesa.
src/mesa/state_tracker/st_context.c