| Commit message (Expand) | Author | Age | Files | Lines |
* | st/mesa: Fix handling of 8888 SNORM and SRGB formats for big-endian | Richard Sandiford | 2014-09-17 | 1 | -16/+36 |
* | st/mesa: Fix handling of LA and RG formats for big-endian | Richard Sandiford | 2014-09-17 | 1 | -16/+48 |
* | mesa/st: add ARB_texture_view support | Ilia Mirkin | 2014-09-12 | 1 | -2/+3 |
* | mesa/st: add BPTC formats, expose ARB_texture_compression_bptc | Ilia Mirkin | 2014-08-12 | 1 | -0/+36 |
* | mesa/st: Move declaration to top of block. | José Fonseca | 2014-08-12 | 1 | -1/+3 |
* | st/mesa: convert the ETC1 format to an uncompressed one if unsupported | Marek Olšák | 2014-08-11 | 1 | -2/+11 |
* | st/mesa: add st_context parameter to st_mesa_format_to_pipe_format | Marek Olšák | 2014-08-11 | 1 | -11/+11 |
* | st/mesa: add support for ETC2 formats | Marek Olšák | 2014-08-11 | 1 | -0/+24 |
* | st/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_map table | Brian Paul | 2014-07-09 | 1 | -1/+2 |
* | st/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_UNORM switch cases | Brian Paul | 2014-07-09 | 1 | -0/+4 |
* | st: fix st_choose_matching_format to ignore intensity | Chris Forbes | 2014-04-01 | 1 | -0/+6 |
* | mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORM | Brian Paul | 2014-03-10 | 1 | -2/+2 |
* | st/mesa: add test_format_conversion() debug function | Brian Paul | 2014-03-07 | 1 | -1/+43 |
* | st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format() | Brian Paul | 2014-03-07 | 1 | -0/+2 |
* | mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion. | José Fonseca | 2014-03-07 | 1 | -1/+1 |
* | st/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_mesa_format. | José Fonseca | 2014-03-06 | 1 | -0/+2 |
* | st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGB | Chia-I Wu | 2014-03-06 | 1 | -2/+9 |
* | mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up. | Kenneth Graunke | 2014-02-09 | 1 | -4/+4 |
* | mesa: Fix Type A _INT formats to MESA_FORMAT naming standard | Mark Mueller | 2014-01-27 | 1 | -40/+40 |
* | mesa: Fix MESA_FORMAT names containg SIGNED | Mark Mueller | 2014-01-27 | 1 | -28/+28 |
* | mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCE | Mark Mueller | 2014-01-27 | 1 | -64/+64 |
* | mesa: Change many Type P MESA_FORMATs to meet naming spec | Mark Mueller | 2014-01-27 | 1 | -54/+54 |
* | mesa: Change many Type A MESA_FORMATs to meet naming standard | Mark Mueller | 2014-01-27 | 1 | -50/+50 |
* | mesa: Rename 4 color component unsigned byte MESA_FORMATs | Mark Mueller | 2014-01-27 | 1 | -16/+16 |
* | mesa: change gl_format to mesa_format | Mark Mueller | 2014-01-27 | 1 | -4/+4 |
* | mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2 | Christoph Bumiller | 2014-01-27 | 1 | -1/+5 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -2/+2 |
* | st/mesa: add const qualifier to st_translate_color() | Brian Paul | 2013-12-13 | 1 | -3/+3 |
* | st/mesa: pass correct pipe_texture_target to st_choose_format() | Brian Paul | 2013-11-18 | 1 | -2/+4 |
* | st/mesa: improve format selection for GLES | Marek Olšák | 2013-10-08 | 1 | -0/+36 |
* | st/mesa: fix sRGB renderbuffers without EXT_framebuffer_sRGB support | Marek Olšák | 2013-07-30 | 1 | -0/+7 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 1 | -29/+29 |
* | st/mesa: handle texture_from_pixmap and other surface-based textures correctly | Marek Olšák | 2013-05-15 | 1 | -35/+0 |
* | st/mesa: remove #include mfeatures.h | Brian Paul | 2013-04-09 | 1 | -1/+0 |
* | mesa: allow internalformat_query with multisample texture targets | Chris Forbes | 2013-03-24 | 1 | -2/+4 |
* | st/mesa: try to find exact format matching user format and type for DrawPixels | Marek Olšák | 2013-02-14 | 1 | -0/+35 |
* | st/mesa: accelerate glGetTexImage for all formats using a blit | Marek Olšák | 2013-02-13 | 1 | -1/+0 |
* | st/mesa: use new RGBX formats | Marek Olšák | 2013-02-07 | 1 | -17/+111 |
* | st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_format | Marek Olšák | 2013-02-06 | 1 | -10/+10 |
* | st/mesa: adjust texture format selection to try the closest base format first | Marek Olšák | 2013-02-06 | 1 | -18/+13 |
* | st/mesa: put RGBX8 and RGBA8 in the default format lists | Marek Olšák | 2013-02-06 | 1 | -0/+2 |
* | st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tables | Marek Olšák | 2013-02-06 | 1 | -2/+0 |
* | mesa: fixup inconsistent naming of RG16 formats | Marek Olšák | 2013-02-06 | 1 | -2/+2 |
* | st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat() | Brian Paul | 2013-02-04 | 1 | -34/+21 |
* | st/mesa: don't choose DXT formats if we can't do DXT compression | Brian Paul | 2013-02-04 | 1 | -8/+21 |
* | st/mesa: implement ARB_internalformat_query v2 | Marek Olšák | 2013-01-24 | 1 | -0/+34 |
* | st/mesa: fix integer texture border color for some formats (v2) | Marek Olšák | 2012-10-15 | 1 | -38/+86 |
* | 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 | -9/+0 |
* | st/mesa: don't do (generic) compression of 1D or 1D_ARRAY textures | Brian Paul | 2012-08-24 | 1 | -1/+11 |