mesa: remove array size so the static assert can work
[mesa.git] / src / mesa / main / glformats.c
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