summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2013-03-081-1/+1
* Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner2013-01-301-11/+1
* mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick2013-01-231-5/+3
* mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick2013-01-231-1/+2
* mesa/es3: Allow unsized depth and depth-stencil formats in ES3Ian Romanick2013-01-201-2/+5
* mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick2013-01-171-8/+1
* mesa: Return INVALID_OPERATION when type is known but not allowedMatt Turner2013-01-151-1/+11
* glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3Jordan Justen2013-01-141-0/+8
* glformats: add _mesa_es3_error_check_format_and_typeMatt Turner2013-01-141-0/+439
* glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGBJordan Justen2013-01-121-1/+2
* glformats: add _mesa_base_format_component_countJordan Justen2013-01-121-0/+26
* glformats: add functions to detect signed/unsigned integer typesJordan Justen2013-01-121-14/+40
* mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry2012-12-131-0/+42
* mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat2012-12-071-0/+21
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-2/+2
* mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák2012-11-291-0/+113
* mesa: remove FEATURE_ES test in _mesa_is_compressed_format()Brian Paul2012-10-161-2/+0
* intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden2012-10-011-2/+4
* mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul2012-09-261-0/+69
* Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca2012-09-151-0/+2
* mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden2012-09-151-2/+0
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-2/+0
* mesa: add generic compressed -> uncompressed format helperBrian Paul2012-08-241-0/+39
* 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