| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+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: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -25/+17 |
* | mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -1/+2 |
* | mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -4/+26 |
* | mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -6/+61 |
* | mesa: fill in YCBCR cases in _mesa_format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -1/+6 |
* | mesa: fill in SRGB cases in _mesa_format_matches_format_and_type | Marek Olšák | 2013-02-11 | 1 | -5/+5 |
* | mesa: add RGBX formats for existing GL RGB texture formats | Marek Olšák | 2013-02-07 | 1 | -0/+207 |
* | mesa: fixup inconsistent naming of RG16 formats | Marek Olšák | 2013-02-06 | 1 | -8/+8 |
* | mesa: fix comment typo: s/formaat/format/ | Brian Paul | 2013-01-29 | 1 | -1/+1 |
* | mesa: Add new MESA_FORMATs for ETC2 compressed textures | Anuj Phogat | 2012-12-07 | 1 | -0/+133 |
* | mesa: remove FEATURE_EXT_texture_sRGB define. | Oliver McFadden | 2012-09-15 | 1 | -4/+0 |
* | mesa: remove FEATURE_texture_s3tc define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa: remove FEATURE_texture_fxt1 define. | Oliver McFadden | 2012-09-15 | 1 | -2/+0 |
* | mesa formats: add MESA_FORMAT_ABGR2101010_UINT | Jordan Justen | 2012-07-21 | 1 | -0/+15 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -0/+13 |
* | mesa: remove assertions that do not allow compressed 2D_ARRAY textures | Marek Olšák | 2012-07-12 | 1 | -4/+2 |
* | mesa: Return 8 bits for GL_TEXTURE_RED_SIZE on RGTC formats. | Kenneth Graunke | 2012-06-07 | 1 | -4/+4 |
* | mesa: implement more cases in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -2/+22 |
* | mesa: use swapBytes parameter in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -38/+93 |
* | mesa: added swapBytes parameter to _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -4/+6 |
* | mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_... | Brian Paul | 2012-01-27 | 1 | -9/+28 |
* | mesa: add BGR888 code in _mesa_format_matches_format_and_type() | Brian Paul | 2012-01-27 | 1 | -1/+1 |
* | mesa: fix error in _mesa_format_matches_format_and_type() for RGB888 | Brian Paul | 2012-01-27 | 1 | -1/+1 |
* | mesa: use STATIC_ASSERT in a few more places | Brian Paul | 2012-01-10 | 1 | -1/+1 |
* | mesa: add _mesa_get_format_max_bits() | Brian Paul | 2011-12-24 | 1 | -0/+16 |
* | mesa: add MAX_PIXEL_BYTES define | Brian Paul | 2011-12-08 | 1 | -0/+2 |
* | mesa: rename MESA_FORMAT_RG88_REV to MESA_FORMAT_RG88 | Brian Paul | 2011-12-02 | 1 | -4/+4 |
* | mesa: rename MESA_FORMAT_RG88 to MESA_FORMAT_GR88 | Brian Paul | 2011-12-02 | 1 | -5/+5 |
* | mesa: add support for GL_OES_compressed_ETC1_RGB8_texture | Chia-I Wu | 2011-12-02 | 1 | -0/+16 |
* | mesa: fix MESA_FORMAT_RG88 format match test | Brian Paul | 2011-11-30 | 1 | -1/+1 |
* | mesa: Fix the datatype of GL_DEPTH32F_STENCIL8's depth channel. | Eric Anholt | 2011-11-29 | 1 | -1/+4 |
* | mesa: update comments for _mesa_format_matches_format_and_type(), 80-column w... | Brian Paul | 2011-11-28 | 1 | -10/+9 |
* | mesa/format: add mesa MESA_FORMAT_ARGB2101010_UINT support. | Dave Airlie | 2011-11-28 | 1 | -0/+17 |
* | mesa: add MESA_FORMAT_RGBX8888 and MESA_FORMAT_RGBX8888_REV | Chia-I Wu | 2011-11-27 | 1 | -0/+24 |
* | mesa: Make formats.c "datatype" values match glGetTexLevelParameter return. | Eric Anholt | 2011-11-22 | 1 | -6/+6 |
* | mesa: Add a function for comparing gl_format to format/type. | Eric Anholt | 2011-11-03 | 1 | -0/+318 |
* | mesa: fix software mipmap generation code for packed Z/stencil formats | Brian Paul | 2011-10-07 | 1 | -4/+4 |
* | mesa/formats: add rest of integer formats. | Dave Airlie | 2011-10-05 | 1 | -2/+516 |
* | mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components() | Brian Paul | 2011-09-08 | 1 | -0/+64 |
* | mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p... | Ian Romanick | 2011-09-06 | 1 | -1/+0 |
* | mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/ | Brian Paul | 2011-08-31 | 1 | -1/+1 |
* | mesa: Remove all mention of MESA_FORMAT_CI8 | Ian Romanick | 2011-08-29 | 1 | -16/+4 |
* | mesa: add a comment in _mesa_test_formats | Marek Olšák | 2011-07-11 | 1 | -0/+1 |
* | mesa: fix assertion failure in _mesa_test_formats | Marek Olšák | 2011-07-11 | 1 | -1/+2 |
* | mesa: initial ARB_depth_buffer_float support | Marek Olšák | 2011-07-10 | 1 | -0/+29 |