| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | mesa: Fix return type of _mesa_get_format_bytes() (#37351) | Adam Jackson | 2011-05-23 | 1 | -1/+3 |
* | mesa: implement EXT_packed_float | Marek Olšák | 2011-04-29 | 1 | -0/+14 |
* | mesa: implement EXT_texture_shared_exponent | Marek Olšák | 2011-04-29 | 1 | -1/+15 |
* | mesa: add R/RG floating-point formats | Marek Olšák | 2011-04-15 | 1 | -0/+40 |
* | mesa: fix L16F and L32F format properties | Marek Olšák | 2011-04-15 | 1 | -2/+2 |
* | mesa: initial EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -9/+91 |
* | mesa: add EXT_texture_compression_latc | Marek Olšák | 2011-03-08 | 1 | -0/+40 |
* | mesa: Add RGTC texture store/fetch support. | Dave Airlie | 2011-02-28 | 1 | -1/+41 |
* | mesa: fix mipmap generation for MESA_FORMAT_AL44 | Marek Olšák | 2011-02-16 | 1 | -1/+5 |
* | mesa: add comment for _mesa_get_srgb_format_linear() | Brian Paul | 2011-01-15 | 1 | -0/+5 |
* | mesa/swrast: implement EXT_texture_sRGB_decode | Dave Airlie | 2011-01-16 | 1 | -0/+37 |
* | mesa: do a debug check of _mesa_format_to_type_and_comps() | Brian Paul | 2011-01-11 | 1 | -1/+23 |
* | mesa: fix a few format table mistakes, assertions | Brian Paul | 2011-01-11 | 1 | -7/+8 |
* | mesa: Update comment about the list of BaseFormats for gl_formats. | Eric Anholt | 2011-01-03 | 1 | -3/+4 |
* | mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps. | Vinson Lee | 2010-12-23 | 1 | -1/+4 |
* | mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps. | Vinson Lee | 2010-12-23 | 1 | -1/+1 |
* | mesa: implement new texture format I16 | Marek Olšák | 2010-12-23 | 1 | -0/+10 |
* | mesa: implement new texture format L16 | Marek Olšák | 2010-12-23 | 1 | -0/+10 |