summaryrefslogtreecommitdiff
path: root/src/mesa/main/glformats.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-27meta: Refactor texture format translationTopi Pohjolainen1-0/+4
2016-07-11mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin1-0/+3
2016-07-08mesa: Mark R*32F formats as filterable when an extension is present.Kenneth Graunke1-1/+2
2016-03-18mesa: Add color renderable/texture filterable format info for ES 3.x.Kenneth Graunke1-0/+7
2016-03-03mesa/glformats: Add a helper function _mesa_is_srgb_format()Eduardo Lima Mitev1-0/+3
2015-11-28mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin1-1/+2
2015-09-28mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev1-0/+2
2015-08-26mesa: don't enable online compression for ASTC formatsNanley Chery1-0/+3
2015-07-24mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat1-0/+3
2015-05-26mesa: add const qualifer on _mesa_is_compressed_format()Brian Paul1-1/+1
2015-01-29Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally1-1/+2
2015-01-12mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga1-0/+2
2015-01-12mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga1-0/+3
2014-08-04mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat1-0/+3
2014-08-04mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat1-0/+3
2014-08-04mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat1-0/+3
2014-06-30Remove the ATI_envmap_bumpmap extensionJason Ekstrand1-3/+0
2014-06-13Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts1-6/+0
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