summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-28st/mesa: add more fallback gallium formats for GL integer formatsBrian Paul1-25/+25
2017-04-03st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset1-1/+1
2016-07-11st/mesa: return appropriate mesa format for ETC texture formatsIlia Mirkin1-0/+7
2016-06-10st/mesa: tweak surface format mapping tableBrian Paul1-9/+11
2016-03-24st/mesa: use RGBA instead of BGRA for SRGB_ALPHANicolai Hähnle1-1/+1
2016-03-22st/mesa: add support for internalformat query2.Dave Airlie1-10/+44
2016-03-17st/mesa: honour sized internal formats in st_choose_format (v2)Nicolai Hähnle1-21/+6
2016-03-03st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev1-2/+36
2016-02-16st/mesa: add missing ETC2 entries to format_mapRob Clark1-0/+42
2015-11-23st/mesa: add astc supportIlia Mirkin1-0/+231
2015-09-29st/mesa: try PIPE_BIND_RENDER_TARGET when choosing float texture formatsBrian Paul1-1/+5
2015-09-29st/mesa: add some debugging code in st_ChooseTextureFormat()Brian Paul1-1/+17
2015-09-06st/mesa: don't fall back to 16F when 32F is requestedIlia Mirkin1-14/+8
2015-08-25mesa/formats: remove compressed formats from matching functionNanley Chery1-1/+1
2015-05-05st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10Brian Paul1-1/+1
2015-04-23st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie1-11/+8
2015-03-02st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul1-1/+1
2015-02-19st/mesa: don't die for ETC2 formats when no driver supportIlia Mirkin1-0/+3
2015-02-19st/mesa: pass etc2 textures to driver if supportedIlia Mirkin1-9/+34
2015-01-21mesa: Fix some signed-unsigned comparison warningsJan Vesely1-1/+2
2014-09-17st/mesa: Fix handling of 8888 SNORM and SRGB formats for big-endianRichard Sandiford1-16/+36
2014-09-17st/mesa: Fix handling of LA and RG formats for big-endianRichard Sandiford1-16/+48
2014-09-12mesa/st: add ARB_texture_view supportIlia Mirkin1-2/+3
2014-08-12mesa/st: add BPTC formats, expose ARB_texture_compression_bptcIlia Mirkin1-0/+36
2014-08-12mesa/st: Move declaration to top of block.José Fonseca1-1/+3
2014-08-11st/mesa: convert the ETC1 format to an uncompressed one if unsupportedMarek Olšák1-2/+11
2014-08-11st/mesa: add st_context parameter to st_mesa_format_to_pipe_formatMarek Olšák1-11/+11
2014-08-11st/mesa: add support for ETC2 formatsMarek Olšák1-0/+24
2014-07-09st/mesa: add PIPE_FORMAT_R10G10B10A2_UNORM to format_map tableBrian Paul1-1/+2
2014-07-09st/mesa: add some missing MESA/PIPE_FORMAT_R10G10B10A2_UNORM switch casesBrian Paul1-0/+4
2014-04-01st: fix st_choose_matching_format to ignore intensityChris Forbes1-0/+6
2014-03-10mesa: rename MESA_FORMAT_X8Z24_UNORM -> MESA_FORMAT_X8_UINT_Z24_UNORMBrian Paul1-2/+2
2014-03-07st/mesa: add test_format_conversion() debug functionBrian Paul1-1/+43
2014-03-07st/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_format_to_pipe_format()Brian Paul1-0/+2
2014-03-07mesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_ conversion.José Fonseca1-1/+1
2014-03-06st/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_mesa_format.José Fonseca1-0/+2
2014-03-06st/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGBChia-I Wu1-2/+9
2014-02-09mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.Kenneth Graunke1-4/+4
2014-01-27mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller1-40/+40
2014-01-27mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller1-28/+28
2014-01-27mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller1-64/+64
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-54/+54
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-50/+50
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-16/+16
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-4/+4
2014-01-27mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2Christoph Bumiller1-1/+5
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-13st/mesa: add const qualifier to st_translate_color()Brian Paul1-3/+3
2013-11-18st/mesa: pass correct pipe_texture_target to st_choose_format()Brian Paul1-2/+4
2013-10-08st/mesa: improve format selection for GLESMarek Olšák1-0/+36