st/mesa: add support for GL core profiles
authorMarek Olšák <maraeo@gmail.com>
Fri, 23 Nov 2012 19:20:03 +0000 (20:20 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 29 Nov 2012 00:07:26 +0000 (01:07 +0100)
commit249f86e3f88d667437130a2badfe139d3144fcc9
tree0e8fa22252c41d7bb08ce6aadf176f58036b3ee8
parentf9429e30aa899520f41d4ba0f1a4534e7e6c9d95
st/mesa: add support for GL core profiles

The rest of the plumbing was in place already.

I have tested this by turning on all GL 3.1 features.
The drivers not supporting GL 3.1 will fail to create a core profile
as they should.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/gallium/state_trackers/dri/common/dri_context.c
src/mesa/state_tracker/st_manager.c