summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.h
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/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick2013-01-171-2/+1
* glformats: add _mesa_es3_error_check_format_and_typeMatt Turner2013-01-141-0/+5
* glformats: add _mesa_base_format_component_countJordan Justen2013-01-121-0/+3
* glformats: add functions to detect signed/unsigned integer typesJordan Justen2013-01-121-0/+6
* mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry2012-12-131-0/+3
* mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák2012-11-291-0/+6
* mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul2012-09-261-0/+4
* mesa: add generic compressed -> uncompressed format helperBrian Paul2012-08-241-0/+3
* mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul2012-07-241-0/+4
* mesa: move more format helper functions to glformats.cBrian Paul2012-07-241-1/+19
* mesa: move some format helper functions to glformats.cBrian Paul2012-07-241-0/+24
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-0/+57