summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_format.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Silence chatty debug printfKenneth Graunke2019-10-221-2/+4
* st/mesa: Map MESA_FORMAT_RGB_UNORM8 <-> PIPE_FORMAT_R8G8B8_UNORMChris Wilson2019-10-221-0/+6
* mesa: Redefine the RG formats as array formats.Eric Anholt2019-10-201-32/+16
* mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt2019-10-201-24/+12
* mesa: Replace the LA16_UNORM packed formats with one array format.Eric Anholt2019-10-201-8/+4
* st/mesa: Prefer 5551 formats for GL_UNSIGNED_SHORT_5_5_5_1.Kenneth Graunke2019-09-161-0/+7
* gallium: Add the ASTC 3D formats.Eric Anholt2019-08-261-0/+82
* mesa: Give _mesa_format_get_color_encoding a clearer name.Eric Anholt2019-07-161-1/+1
* state_tracker: Move the format test out to be an actual unit test.Eric Anholt2019-07-161-51/+0
* Change a few frequented uses of DEBUG to !NDEBUGMarek Olšák2019-05-291-1/+1
* st/mesa: add ATC supportJonathan Marek2019-04-231-0/+14
* st/mesa: require RGBA2, RGB4, and RGBA4 to be renderableKarol Herbst2019-02-071-0/+2
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-281-1/+1
* mesa/st: Add support for EXT_texture_sRGB_R8Gert Wollny2018-11-021-0/+8
* st/mesa: pass storage_sample_count parameter into st_choose_formatMarek Olšák2018-08-041-9/+15
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-6/+6
* st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák2018-07-311-0/+56
* st/mesa: use st_compressed_format_fallback moreMarek Olšák2018-07-311-12/+4
* st/mesa: Fall back to R8G8B8A8_SRGB for ETC2Tomeu Vizoso2018-07-021-3/+12
* st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.Eric Anholt2018-04-261-0/+13
* st/mesa: set stencil border color the same as intensityMarek Olšák2018-04-041-0/+2
* gallium: Add a new A4B4G4R4 pipe format for Broadcom.Eric Anholt2018-02-021-1/+7
* st/mesa: add some debug code in st_choose_format()Brian Paul2018-01-251-5/+18
* st/mesa: rename a few vars to 'bindings'Brian Paul2017-12-051-10/+10
* st/mesa: whitespace fixes in st_format.cBrian Paul2017-12-051-5/+13
* gallium: Add support for 5551 with the 1-bit field in the low bit.Eric Anholt2017-10-101-2/+12
* st/mesa: don't clobber glGetInternalformat* buffer for GL_NUM_SAMPLE_COUNTSNicolai Hähnle2017-10-101-1/+2
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-2/+2
* st/mesa: use R10G10B10X2 format where applicableNicolai Hähnle2017-10-021-3/+8
* mesa/st: fix unused variable warningsTimothy Arceri2017-07-261-2/+3
* mesa/st: move st_pipe_format_to_mesa_format() call to where its usedTimothy Arceri2017-07-261-2/+1
* st/mesa: add more fallback gallium formats for GL integer formatsBrian Paul2017-04-281-25/+25
* st/mesa: make 'st' const in st_mesa_format_to_pipe_format()Samuel Pitoiset2017-04-031-1/+1
* st/mesa: return appropriate mesa format for ETC texture formatsIlia Mirkin2016-07-111-0/+7
* st/mesa: tweak surface format mapping tableBrian Paul2016-06-101-9/+11
* st/mesa: use RGBA instead of BGRA for SRGB_ALPHANicolai Hähnle2016-03-241-1/+1
* st/mesa: add support for internalformat query2.Dave Airlie2016-03-221-10/+44
* st/mesa: honour sized internal formats in st_choose_format (v2)Nicolai Hähnle2016-03-171-21/+6
* st/format: Replace QuerySamplesForFormat by new QueryInternalFormat hookEduardo Lima Mitev2016-03-031-2/+36
* st/mesa: add missing ETC2 entries to format_mapRob Clark2016-02-161-0/+42
* st/mesa: add astc supportIlia Mirkin2015-11-231-0/+231
* st/mesa: try PIPE_BIND_RENDER_TARGET when choosing float texture formatsBrian Paul2015-09-291-1/+5
* st/mesa: add some debugging code in st_ChooseTextureFormat()Brian Paul2015-09-291-1/+17
* st/mesa: don't fall back to 16F when 32F is requestedIlia Mirkin2015-09-061-14/+8
* mesa/formats: remove compressed formats from matching functionNanley Chery2015-08-251-1/+1
* st/mesa: also try PIPE_FORMAT_R10G10B10A2_UNORM for GL_RGB10Brian Paul2015-05-051-1/+1
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-231-11/+8
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-1/+1
* st/mesa: don't die for ETC2 formats when no driver supportIlia Mirkin2015-02-191-0/+3
* st/mesa: pass etc2 textures to driver if supportedIlia Mirkin2015-02-191-9/+34