summaryrefslogtreecommitdiff
path: root/src/mesa/main/glformats.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-01-17mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_typeIan Romanick1-2/+1
2013-01-14glformats: add _mesa_es3_error_check_format_and_typeMatt Turner1-0/+5
2013-01-12glformats: add _mesa_base_format_component_countJordan Justen1-0/+3
2013-01-12glformats: add functions to detect signed/unsigned integer typesJordan Justen1-0/+6
2012-12-13mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.Paul Berry1-0/+3
2012-11-29mesa: move some helper functions from fboobject.c to glformats.cMarek Olšák1-0/+6
2012-09-26mesa: move _mesa_es_error_check_format_and_type() to glformats.cBrian Paul1-0/+4
2012-08-24mesa: add generic compressed -> uncompressed format helperBrian Paul1-0/+3
2012-07-24mesa: move _mesa_error_check_format_and_type() to glformats.cBrian Paul1-0/+4
2012-07-24mesa: move more format helper functions to glformats.cBrian Paul1-1/+19
2012-07-24mesa: move some format helper functions to glformats.cBrian Paul1-0/+24
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-0/+57