mesa: add support for exposing up to GL4.2
authorIlia Mirkin <imirkin@alum.mit.edu>
Thu, 23 Apr 2015 14:48:47 +0000 (10:48 -0400)
committerIlia Mirkin <imirkin@alum.mit.edu>
Sat, 25 Apr 2015 01:55:14 +0000 (21:55 -0400)
commit67ba388dc06456409762e66ed7ccdffebf956459
tree38e068ea14bab2e09077bbc8c0b05321ef0bb3bb
parent11d2305d7fe2f8e8cd6a4f2ac5afe79718a4fa10
mesa: add support for exposing up to GL4.2

Add the 4.0/4.1/4.2 extensions lists to compute_version. A couple of
extensions aren't in mesa yet, so those are marked with 0 until they
become supported.

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/version.c