index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_cb_texture.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
softpipe: Refactor pipe_get/put_tile_rgba_* paths.
Eric Anholt
2020-02-04
1
-5
/
+5
*
mesa/st: Use direct util_format_pack/unpack instead of u_tile.
Eric Anholt
2020-02-04
1
-8
/
+7
*
st/mesa: Allocate full miplevels if MaxLevel is explicitly set
Kenneth Graunke
2020-01-16
1
-0
/
+11
*
st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.
Kenneth Graunke
2020-01-03
1
-2
/
+14
*
st/mesa: Add GL_TDFX_texture_compression_FXT1 support
Kenneth Graunke
2019-12-01
1
-0
/
+2
*
mesa/st: Reuse st_choose_matching_format from st_choose_format().
Eric Anholt
2019-11-15
1
-1
/
+2
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
st/mesa: Only pause queries if there are any active queries to pause.
Kenneth Graunke
2019-09-11
1
-1
/
+1
*
st/mesa: Allow zero as [level|layer]_override
Lepton Wu
2019-08-30
1
-2
/
+5
*
st/mesa: don't allocate mipmapped texture for NEAREST_MIPMAP_LINEAR
Marek Olšák
2019-08-12
1
-0
/
+12
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
st/mesa: Fix blitting from GL_DEPTH_STENCIL to GL_STENCIL_INDEX
Kenneth Graunke
2019-03-28
1
-0
/
+1
*
st/mesa: minor refactoring of texture/sampler delete code
Brian Paul
2019-03-11
1
-2
/
+1
*
st/mesa: move utility functions, macros into new st_util.h file
Brian Paul
2019-03-11
1
-0
/
+1
*
st/mesa: line wrapping, whitespace fixes in st_cb_texture.c
Brian Paul
2019-03-04
1
-2
/
+4
*
st/mesa: whitespace/formatting fixes in st_cb_texture.c
Brian Paul
2019-02-26
1
-32
/
+58
*
st/mesa: don't reference pipe_surface locally in PBO code
Marek Olšák
2019-01-09
1
-3
/
+1
*
st/mesa: remove sampler associated with buffer texture in pbo logic
Ilia Mirkin
2018-12-20
1
-5
/
+0
*
st/mesa: Record shader access qualifiers for images
Jason Ekstrand
2018-10-23
1
-1
/
+1
*
st/mesa: throttle texture uploads if their memory usage goes beyond a limit
Marek Olšák
2018-09-07
1
-0
/
+16
*
st/mesa: pass storage_sample_count parameter into st_choose_format
Marek Olšák
2018-08-04
1
-1
/
+1
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-15
/
+18
*
gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples
Marek Olšák
2018-07-31
1
-0
/
+2
*
st/mesa: implement ASTC 2D LDR fallback for all drivers
Marek Olšák
2018-07-31
1
-2
/
+15
*
st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)Image
Marek Olšák
2018-07-31
1
-0
/
+41
*
st/mesa: generalize code for the compressed texture map/unmap fallback
Marek Olšák
2018-07-31
1
-17
/
+24
*
st/mesa: generalize st_etc_fallback -> st_compressed_format_fallback
Marek Olšák
2018-07-31
1
-10
/
+14
*
st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
Tomeu Vizoso
2018-07-02
1
-1
/
+3
*
st/mesa: simplify lastLevel determination in st_finalize_texture
Marek Olšák
2018-05-25
1
-13
/
+4
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-0
/
+1
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-3
/
+3
*
st: Allow accelerated CopyTexImage from RGBA to RGB.
Eric Anholt
2018-03-26
1
-6
/
+26
*
st/mesa: use st_access_flags_to_transfer_flags() helper in more places
Brian Paul
2018-02-06
1
-9
/
+8
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
1
-1
/
+0
*
st/mesa: guard sampler views changes with a mutex
Nicolai Hähnle
2017-11-09
1
-0
/
+12
*
st/mesa: re-arrange st_finalize_texture
Nicolai Hähnle
2017-11-09
1
-8
/
+8
*
st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...
Nicolai Hähnle
2017-10-11
1
-1
/
+3
*
st/mesa: fix import of EGL images with non-zero level or layer
Nicolai Hähnle
2017-10-10
1
-0
/
+2
*
st/mesa: fix switching from surface-based to non-surface-based textures
Nicolai Hähnle
2017-10-10
1
-1
/
+2
*
st/mesa: only try to create 1x msaa surfaces for "fake" msaa drivers
Brian Paul
2017-08-31
1
-3
/
+8
*
mesa/st: implement memory objects as a backend for texture storage
Dave Airlie
2017-08-06
1
-11
/
+105
*
mesa/st: factor out st_AllocTextureStorage into a helper
Andres Rodriguez
2017-08-06
1
-7
/
+19
*
st/mesa: fix handling of NumSamples=1 (v2)
Brian Paul
2017-08-03
1
-1
/
+4
*
st/mesa: also clamp and quantize per-unit lod bias
Marek Olšák
2017-07-26
1
-1
/
+1
*
mesa/st: fix unused variable warnings
Timothy Arceri
2017-07-26
1
-1
/
+1
*
st/mesa: use proper resource target type in st_AllocTextureStorage()
Brian Paul
2017-07-22
1
-1
/
+4
*
st/mesa: find proper mipmap level in st_ClearTexSubImage()
Brian Paul
2017-07-06
1
-4
/
+56
*
st/mesa: check for incomplete texture in st_finalize_texture()
Brian Paul
2017-06-30
1
-0
/
+12
*
st/mesa: add an entirely separate codepath for setting up buffer views
Marek Olšák
2017-06-22
1
-19
/
+3
*
st/mesa: don't invoke st_finalize_texture & st_convert_sampler for TBOs
Marek Olšák
2017-06-22
1
-4
/
+6
[next]