mesa: Replace MESA_VERSION with PACKAGE_VERSION.
[mesa.git] / src / mesa / main / glformats.c
2013-03-09 Matt Turnermesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.
2013-01-30 Matt TurnerRevert "mesa: Return INVALID_OPERATION when type is...
2013-01-24 Ian Romanickmesa: Like EXT_texture_compression_dxt1, advertise...
2013-01-24 Ian Romanickmesa: Use a single flag for the S3TC extensions that...
2013-01-21 Ian Romanickmesa/es3: Allow unsized depth and depth-stencil formats...
2013-01-17 Ian Romanickmesa/es3: Don't check dimensions in _mesa_es3_error_che...
2013-01-15 Matt Turnermesa: Return INVALID_OPERATION when type is known but...
2013-01-15 Jordan Justenglformats: allow GL_RGB+GL_UNSIGNED_INT_2_10_10_10_REV...
2013-01-15 Matt Turnerglformats: add _mesa_es3_error_check_format_and_type
2013-01-12 Jordan Justenglformats: support _mesa_bytes_per_pixel for 2101010...
2013-01-12 Jordan Justenglformats: add _mesa_base_format_component_count
2013-01-12 Jordan Justenglformats: add functions to detect signed/unsigned...
2012-12-13 Paul Berrymesa: Fix computation of default vertex attrib stride...
2012-12-08 Anuj Phogatmesa: Add new MESA_FORMATs for ETC2 compressed textures
2012-11-29 Paul Berrymesa: Rename API_OPENGL to API_OPENGL_COMPAT.
2012-11-29 Marek Olšákmesa: move some helper functions from fboobject.c to...
2012-10-16 Brian Paulmesa: remove FEATURE_ES test in _mesa_is_compressed_for...
2012-10-01 Oliver McFaddenintel: add support for ANGLE_texture_compression_dxt.
2012-09-26 Brian Paulmesa: move _mesa_es_error_check_format_and_type() to...
2012-09-15 José FonsecaTemporarily revert "mesa: remove remaining FEATURE_...
2012-09-15 Oliver McFaddenmesa: remove remaining FEATURE_* defines where protecte...
2012-09-15 Oliver McFaddenmesa: remove FEATURE_EXT_texture_sRGB define.
2012-08-24 Brian Paulmesa: add generic compressed -> uncompressed format...
2012-08-23 Ian Romanickmesa/es: Validate glCompressedTexImage internalFormat...
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-07-24 Brian Paulmesa: move _mesa_error_check_format_and_type() to glfor...
2012-07-24 Brian Paulmesa: move more format helper functions to glformats.c
2012-07-24 Brian Paulmesa: move some format helper functions to glformats.c
2012-07-21 Jordan Justenmesa: add glformats integer type/format detection routines