Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/es: Validate glTexParameter pnames in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-23 | 1 | -41/+3 |
* | mesa/es: Validate glTexParameter targets in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-23 | 1 | -10/+0 |
* | mesa/es: Validate GL_TEXTURE_WRAP param in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-23 | 1 | -10/+0 |
* | mesa/es: Remove redundant light pname and light validation | Ian Romanick | 2012-08-20 | 1 | -50/+2 |
* | mesa/es: Remove redundant alpha function validation | Ian Romanick | 2012-08-20 | 1 | -16/+0 |
* | mesa/es: Remove redundant texture target validation | Ian Romanick | 2012-08-20 | 1 | -51/+0 |
* | mesa/es: Remove redundant min/mag filter validation | Ian Romanick | 2012-08-20 | 1 | -25/+0 |
* | mesa: use #if over #ifdef in the FEATURE_ES1 check to fix a build failure. | Tilman Sauerbeck | 2012-08-18 | 1 | -1/+1 |
* | mesa/es: Don't generate ES1 type conversion wrappers | Ian Romanick | 2012-08-17 | 1 | -0/+1508 |