mesa/version: only enable GL4.1 with correct limits.
[mesa.git] / src / mesa / main / es1_conversion.c
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-15 Brian Paulmesa: wrap a ridiculously long line in es1_conversion.c
2015-03-02 Brian Paulmesa/main: replace Elements() with ARRAY_SIZE()
2013-04-17 Brian Paulmesa: remove #include "mfeatures.h" from numerous sourc...
2012-11-12 Paul Berrymesa: Standardize names of OpenGL functions.
2012-11-06 Paul Berrydispatch: Remove a few FEATURE_ES1 conditionals.
2012-11-01 Paul Berrydispatch: Add standard boilerplate and GL_APIENTRY...
2012-08-29 Ian Romanickmesa/es: Validate glPointParameter pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexEnv parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glGetTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glTexGen parameters in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glLightModel pname in Mesa code rathe...
2012-08-29 Ian Romanickmesa/es: Validate glMaterial face and pname in Mesa...
2012-08-29 Ian Romanickmesa/es: Validate glGetMaterial pname in Mesa code...
2012-08-29 Ian Romanickmesa/es: Validate glFog pname in Mesa code rather than...
2012-08-23 Ian Romanickmesa/es: Validate glTexParameter pnames in Mesa code...
2012-08-23 Ian Romanickmesa/es: Validate glTexParameter targets in Mesa code...
2012-08-23 Ian Romanickmesa/es: Validate GL_TEXTURE_WRAP param in Mesa code...
2012-08-20 Ian Romanickmesa/es: Remove redundant light pname and light validation
2012-08-20 Ian Romanickmesa/es: Remove redundant alpha function validation
2012-08-20 Ian Romanickmesa/es: Remove redundant texture target validation
2012-08-20 Ian Romanickmesa/es: Remove redundant min/mag filter validation
2012-08-18 Tilman Sauerbeckmesa: use #if over #ifdef in the FEATURE_ES1 check...
2012-08-18 Ian Romanickmesa/es: Don't generate ES1 type conversion wrappers