| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: support GL_RED/GL_RG in ES2 contexts when driver support exists | Ilia Mirkin | 2015-11-28 | 1 | -1/+2 |
* | mesa: Move _mesa_base_tex_format() from teximage to glformats files | Eduardo Lima Mitev | 2015-09-28 | 1 | -0/+2 |
* | mesa: don't enable online compression for ASTC formats | Nanley Chery | 2015-08-26 | 1 | -0/+3 |
* | mesa: Add a helper function _mesa_unpack_format_to_base_format() | Anuj Phogat | 2015-07-24 | 1 | -0/+3 |
* | mesa: add const qualifer on _mesa_is_compressed_format() | Brian Paul | 2015-05-26 | 1 | -1/+1 |
* | Mesa: Add support for HALF_FLOAT_OES type. | Kalyan Kondapally | 2015-01-29 | 1 | -1/+2 |
* | mesa: Add helper to convert a GL format and type to a mesa (array) format. | Iago Toral Quiroga | 2015-01-12 | 1 | -0/+2 |
* | mesa: Expose compute_component_mapping as _mesa_compute_component_mapping | Iago Toral Quiroga | 2015-01-12 | 1 | -0/+3 |
* | mesa: Add utility function _mesa_is_enum_format_unorm() | Anuj Phogat | 2014-08-04 | 1 | -0/+3 |
* | mesa: Add a helper function _mesa_is_enum_format_unsized() | Anuj Phogat | 2014-08-04 | 1 | -0/+3 |
* | mesa: Add utility function _mesa_is_enum_format_snorm() | Anuj Phogat | 2014-08-04 | 1 | -0/+3 |
* | Remove the ATI_envmap_bumpmap extension | Jason Ekstrand | 2014-06-30 | 1 | -3/+0 |
* | Remove _mesa_is_type_integer and _mesa_is_enum_format_or_type_integer | Neil Roberts | 2014-06-13 | 1 | -6/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa/es3: Don't check dimensions in _mesa_es3_error_check_format_and_type | Ian Romanick | 2013-01-17 | 1 | -2/+1 |
* | glformats: add _mesa_es3_error_check_format_and_type | Matt Turner | 2013-01-14 | 1 | -0/+5 |
* | glformats: add _mesa_base_format_component_count | Jordan Justen | 2013-01-12 | 1 | -0/+3 |
* | glformats: add functions to detect signed/unsigned integer types | Jordan Justen | 2013-01-12 | 1 | -0/+6 |
* | mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats. | Paul Berry | 2012-12-13 | 1 | -0/+3 |
* | mesa: move some helper functions from fboobject.c to glformats.c | Marek Olšák | 2012-11-29 | 1 | -0/+6 |
* | mesa: move _mesa_es_error_check_format_and_type() to glformats.c | Brian Paul | 2012-09-26 | 1 | -0/+4 |
* | mesa: add generic compressed -> uncompressed format helper | Brian Paul | 2012-08-24 | 1 | -0/+3 |
* | mesa: move _mesa_error_check_format_and_type() to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+4 |
* | mesa: move more format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -1/+19 |
* | mesa: move some format helper functions to glformats.c | Brian Paul | 2012-07-24 | 1 | -0/+24 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -0/+57 |