aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_texture.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-041-5/+5
* mesa/st: Use direct util_format_pack/unpack instead of u_tile.Eric Anholt2020-02-041-8/+7
* st/mesa: Allocate full miplevels if MaxLevel is explicitly setKenneth Graunke2020-01-161-0/+11
* st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke2020-01-031-2/+14
* st/mesa: Add GL_TDFX_texture_compression_FXT1 supportKenneth Graunke2019-12-011-0/+2
* mesa/st: Reuse st_choose_matching_format from st_choose_format().Eric Anholt2019-11-151-1/+2
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* st/mesa: Only pause queries if there are any active queries to pause.Kenneth Graunke2019-09-111-1/+1
* st/mesa: Allow zero as [level|layer]_overrideLepton Wu2019-08-301-2/+5
* st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEARMarek Olšák2019-08-121-0/+12
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* st/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENCIL_INDEXKenneth Graunke2019-03-281-0/+1
* st/mesa: minor refactoring of texture/sampler delete codeBrian Paul2019-03-111-2/+1
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-0/+1
* st/mesa: line wrapping, whitespace fixes in st_cb_texture.cBrian Paul2019-03-041-2/+4
* st/mesa: whitespace/formatting fixes in st_cb_texture.cBrian Paul2019-02-261-32/+58
* st/mesa: don't reference pipe_surface locally in PBO codeMarek Olšák2019-01-091-3/+1
* st/mesa: remove sampler associated with buffer texture in pbo logicIlia Mirkin2018-12-201-5/+0
* st/mesa: Record shader access qualifiers for imagesJason Ekstrand2018-10-231-1/+1
* st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák2018-09-071-0/+16
* st/mesa: pass storage_sample_count parameter into st_choose_formatMarek Olšák2018-08-041-1/+1
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-15/+18
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-0/+2
* st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák2018-07-311-2/+15
* st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)ImageMarek Olšák2018-07-311-0/+41
* st/mesa: generalize code for the compressed texture map/unmap fallbackMarek Olšák2018-07-311-17/+24
* st/mesa: generalize st_etc_fallback -> st_compressed_format_fallbackMarek Olšák2018-07-311-10/+14
* st/mesa/i965: Allow decompressing ETC2 to GL_RGBATomeu Vizoso2018-07-021-1/+3
* st/mesa: simplify lastLevel determination in st_finalize_textureMarek Olšák2018-05-251-13/+4
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-3/+3
* st: Allow accelerated CopyTexImage from RGBA to RGB.Eric Anholt2018-03-261-6/+26
* st/mesa: use st_access_flags_to_transfer_flags() helper in more placesBrian Paul2018-02-061-9/+8
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-061-1/+0
* st/mesa: guard sampler views changes with a mutexNicolai Hähnle2017-11-091-0/+12
* st/mesa: re-arrange st_finalize_textureNicolai Hähnle2017-11-091-8/+8
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-111-1/+3
* st/mesa: fix import of EGL images with non-zero level or layerNicolai Hähnle2017-10-101-0/+2
* st/mesa: fix switching from surface-based to non-surface-based texturesNicolai Hähnle2017-10-101-1/+2
* st/mesa: only try to create 1x msaa surfaces for "fake" msaa driversBrian Paul2017-08-311-3/+8
* mesa/st: implement memory objects as a backend for texture storageDave Airlie2017-08-061-11/+105
* mesa/st: factor out st_AllocTextureStorage into a helperAndres Rodriguez2017-08-061-7/+19
* st/mesa: fix handling of NumSamples=1 (v2)Brian Paul2017-08-031-1/+4
* st/mesa: also clamp and quantize per-unit lod biasMarek Olšák2017-07-261-1/+1
* mesa/st: fix unused variable warningsTimothy Arceri2017-07-261-1/+1
* st/mesa: use proper resource target type in st_AllocTextureStorage()Brian Paul2017-07-221-1/+4
* st/mesa: find proper mipmap level in st_ClearTexSubImage()Brian Paul2017-07-061-4/+56
* st/mesa: check for incomplete texture in st_finalize_texture()Brian Paul2017-06-301-0/+12
* st/mesa: add an entirely separate codepath for setting up buffer viewsMarek Olšák2017-06-221-19/+3
* st/mesa: don't invoke st_finalize_texture & st_convert_sampler for TBOsMarek Olšák2017-06-221-4/+6