summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...Ian Romanick2012-08-231-8/+16
* mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt2012-08-071-4/+4
* mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul2012-07-241-0/+367
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-0/+365
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-1/+397
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-0/+201