summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glformats.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: etc2 online compression is unsupported, don't attempt itIlia Mirkin2016-07-111-0/+3
* mesa: Mark R*32F formats as filterable when an extension is present.Kenneth Graunke2016-07-081-1/+2
* mesa: Add color renderable/texture filterable format info for ES 3.x.Kenneth Graunke2016-03-181-0/+7
* mesa/glformats: Add a helper function _mesa_is_srgb_format()Eduardo Lima Mitev2016-03-031-0/+3
* mesa: support GL_RED/GL_RG in ES2 contexts when driver support existsIlia Mirkin2015-11-281-1/+2
* mesa: Move _mesa_base_tex_format() from teximage to glformats filesEduardo Lima Mitev2015-09-281-0/+2
* mesa: don't enable online compression for ASTC formatsNanley Chery2015-08-261-0/+3
* mesa: Add a helper function _mesa_unpack_format_to_base_format()Anuj Phogat2015-07-241-0/+3
* mesa: add const qualifer on _mesa_is_compressed_format()Brian Paul2015-05-261-1/+1
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-291-1/+2
* mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga2015-01-121-0/+2
* mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga2015-01-121-0/+3
* mesa: Add utility function _mesa_is_enum_format_unorm()Anuj Phogat2014-08-041-0/+3
* mesa: Add a helper function _mesa_is_enum_format_unsized()Anuj Phogat2014-08-041-0/+3
* mesa: Add utility function _mesa_is_enum_format_snorm()Anuj Phogat2014-08-041-0/+3
* Remove the ATI_envmap_bumpmap extensionJason Ekstrand2014-06-301-3/+0
* Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integerNeil Roberts2014-06-131-6/+0
* 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