summaryrefslogtreecommitdiff
path: root/src/mesa/main/glformats.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-08mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner1-1/+1
2013-01-30Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner1-11/+1
2013-01-23mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_...Ian Romanick1-5/+3
2013-01-23mesa: Use a single flag for the S3TC extensions that don't require on-line co...Ian Romanick1-1/+2
2013-01-20mesa/es3: Allow unsized depth and depth-stencil formats in ES3Ian Romanick1-2/+5
2013-01-17mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick1-8/+1
2013-01-15mesa: Return INVALID_OPERATION when type is known but not allowedMatt Turner1-1/+11
2013-01-14glformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV for GLES2/3Jordan Justen1-0/+8
2013-01-14glformats: add _mesa_es3_error_check_format_and_typeMatt Turner1-0/+439
2013-01-12glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGBJordan Justen1-1/+2
2013-01-12glformats: add _mesa_base_format_component_countJordan Justen1-0/+26
2013-01-12glformats: add functions to detect signed/unsigned integer typesJordan Justen1-14/+40
2012-12-13mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry1-0/+42
2012-12-07mesa: Add new MESA_FORMATs for ETC2 compressed texturesAnuj Phogat1-0/+21
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-11-29mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák1-0/+113
2012-10-16mesa: remove FEATURE_ES test in _mesa_is_compressed_format()Brian Paul1-2/+0
2012-10-01intel: add support for ANGLE_texture_compression_dxt.Oliver McFadden1-2/+4
2012-09-26mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul1-0/+69
2012-09-15Temporarily revert "mesa: remove remaining FEATURE_* defines where protected ...José Fonseca1-0/+2
2012-09-15mesa: remove remaining FEATURE_* defines where protected by API check.Oliver McFadden1-2/+0
2012-09-15mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden1-2/+0
2012-08-24mesa: add generic compressed -> uncompressed format helperBrian Paul1-0/+39
2012-08-23mesa/es: Validate glCompressedTexImage internalFormat in Mesa code rather tha...Ian Romanick1-8/+16
2012-08-07mesa: Replace VersionMajor/VersionMinor with a Version field.Eric Anholt1-4/+4
2012-07-24mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul1-0/+367
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-0/+365
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul1-1/+397
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-0/+201