summaryrefslogtreecommitdiff
path: root/src/mesa/main/es1_conversion.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-50/+50
2012-11-06dispatch: Remove a few FEATURE_ES1 conditionals.Paul Berry1-4/+0
2012-11-01dispatch: Add standard boilerplate and GL_APIENTRY to es1_conversion.h.Paul Berry1-4/+0
2012-08-29mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapperIan Romanick1-11/+0
2012-08-29mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapperIan Romanick1-168/+24
2012-08-29mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapperIan Romanick1-52/+2
2012-08-29mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapperIan Romanick1-108/+2
2012-08-29mesa/es: Validate glLightModel pname in Mesa code rather than the ES wrapperIan Romanick1-19/+0
2012-08-29mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w...Ian Romanick1-12/+5
2012-08-29mesa/es: Validate glGetMaterial pname in Mesa code rather than the ES wrapperIan Romanick1-1/+0
2012-08-29mesa/es: Validate glFog pname in Mesa code rather than the ES wrapperIan Romanick1-27/+1
2012-08-23mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapperIan Romanick1-41/+3
2012-08-23mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapperIan Romanick1-10/+0
2012-08-23mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapperIan Romanick1-10/+0
2012-08-20mesa/es: Remove redundant light pname and light validationIan Romanick1-50/+2
2012-08-20mesa/es: Remove redundant alpha function validationIan Romanick1-16/+0
2012-08-20mesa/es: Remove redundant texture target validationIan Romanick1-51/+0
2012-08-20mesa/es: Remove redundant min/mag filter validationIan Romanick1-25/+0
2012-08-18mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.Tilman Sauerbeck1-1/+1
2012-08-17mesa/es: Don't generate ES1 type conversion wrappersIan Romanick1-0/+1508