index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_texture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-17
radeonsi: Inherit the old modifier when reallocating the texture.
nyanmisaka
1
-1
/
+7
2022-08-09
radeonsi: print radeon_bo_flag when AMD_DEBUG=vm is used
Pierre-Eric Pelloux-Prayer
1
-1
/
+3
2022-08-03
radeonsi: allow texture_map to upload only 1 sample for MSAA instead of all
Marek Olšák
1
-8
/
+19
2022-07-27
ac/gpu_info: remove vram_size and gtt_size in favor of *_kb variants
Marek Olšák
1
-1
/
+1
2022-07-14
radeonsi: remove tabs from code
Yogesh Mohan Marimuthu
1
-9
/
+9
2022-06-15
radeonsi: use helpers to access si_screen::aux_context
Pierre-Eric Pelloux-Prayer
1
-24
/
+17
2022-06-08
radeonsi: set size in si_texture_get_handle
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2022-05-16
radeonsi: rename RADEON_FLAG_UNCACHED -> RADEON_FLAG_GL2_BYPASS
Marek Olšák
1
-1
/
+1
2022-05-13
amd: change chip_class naming to "enum amd_gfx_level gfx_level"
Marek Olšák
1
-37
/
+37
2022-05-10
radeonsi/gfx11: add CB deltas
Marek Olšák
1
-3
/
+14
2022-05-10
radeonsi/gfx11: enable arbitrary DCC format reinterpretation
Marek Olšák
1
-0
/
+4
2022-05-03
radeonsi: remove si_create_surface_custom
Marek Olšák
1
-31
/
+23
2022-05-03
radeonsi: add color buffer support for R9G9B9E5_FLOAT on gfx10.3
Marek Olšák
1
-1
/
+6
2022-04-22
radeonsi: ignore AMD_DEBUG=nodcc if the texture is imported
Marek Olšák
1
-1
/
+1
2022-02-22
radeonsi: replace SI_RESOURCE_FLAG_UNMAPPABLE with PIPE_RESOURCE_FLAG_UNMAPPABLE
Marek Olšák
1
-1
/
+1
2022-02-22
radeonsi: more fixes for si_buffer_from_winsys_buffer for GL-VK interop
Marek Olšák
1
-2
/
+1
2022-02-22
radeonsi: add assertions to check if buffer_map/texture_map calls are valid
Marek Olšák
1
-0
/
+1
2022-02-21
radeonsi: fix depth stencil multi sample texture blit
Qiang Yu
1
-0
/
+1
2022-02-08
radeonsi: create prime buffers as uncached
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2022-02-08
gallium: rename PIPE_BIND_DRI_PRIME
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2022-01-18
radeonsi: enable multi sample sparse texture support
Qiang Yu
1
-2
/
+16
2022-01-18
gallium: add multi_sample parameter to get_sparse_texture_virtual_page_size
Qiang Yu
1
-0
/
+1
2022-01-12
radeonsi,radv: fix usages of surf_pitch
Pierre-Eric Pelloux-Prayer
1
-6
/
+8
2022-01-12
radeonsi/gfx10: fix si_texture_get_offset for mipmapped tex
Pierre-Eric Pelloux-Prayer
1
-4
/
+10
2022-01-05
radeonsi: modifiers can't disable DCC
Marek Olšák
1
-2
/
+2
2022-01-03
radeonsi: add a debug option that disables DCC for all exported buffers
Marek Olšák
1
-1
/
+2
2021-12-30
radeonsi: support texture resource commit
Qiang Yu
1
-0
/
+43
2021-12-30
radeonsi: implement get_sparse_texture_virtual_page_size
Qiang Yu
1
-0
/
+69
2021-12-30
radeonsi: use staging buffer for sparse texture when transfer map
Qiang Yu
1
-2
/
+2
2021-12-30
radeonsi: support alloc a sparse texture
Qiang Yu
1
-0
/
+13
2021-11-16
radeonsi: add dcc_msaa option to enable DCC for MSAA
Marek Olšák
1
-2
/
+1
2021-11-04
radeonsi: allow and finish TC-compatible MSAA HTILE
Marek Olšák
1
-1
/
+0
2021-11-04
radeonsi: rename stencil_cleared_level_mask -> stencil_cleared_level_mask_once
Marek Olšák
1
-1
/
+1
2021-10-19
radeonsi: add an option to use CPU storage uploads for threaded context
Marek Olšák
1
-0
/
+2
2021-10-18
radeon_winsys.h: add a parameter to buffer_from_handle
Pierre-Eric Pelloux-Prayer
1
-2
/
+4
2021-10-13
radeonsi: do not use staging texture for APU
Yipeng Chen (Jasber)
1
-2
/
+2
2021-10-13
radeonsi: align pipe_resource & sampler_view allocations to a cache line
Marek Olšák
1
-3
/
+3
2021-10-11
radeonsi: Check if modifier supports the image extent
Joshua Ashton
1
-1
/
+13
2021-10-11
radeonsi: add back a workaround for DCC MSAA on gfx9 due to conformance issues
Marek Olšák
1
-0
/
+7
2021-09-01
radeonsi: simplify memory usage checking by merging vram and gtt counters
Marek Olšák
1
-8
/
+3
2021-06-15
radeonsi: add _once suffix to depth_cleared_level_mask
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2021-06-14
aux/tc: pass rebind count and rebind bitmask with replace_buffer_storage func
Mike Blumenkrantz
1
-1
/
+1
2021-06-03
radeonsi: allow write-only mapping of encrypted textures
Pierre-Eric Pelloux-Prayer
1
-2
/
+2
2021-05-25
radeonsi: change si_resource::alignment to alignment_log2 for better packing
Marek Olšák
1
-3
/
+3
2021-05-25
radeonsi: don't disable L2 caching for staging textures
Marek Olšák
1
-13
/
+0
2021-05-21
gallium: remove empty structure u_resource_vtbl
Marek Olšák
1
-11
/
+1
2021-05-21
gallium: remove u_resource_vtbl::transfer_(un)map
Marek Olšák
1
-4
/
+5
2021-05-21
gallium: remove u_resource_vtbl::resource_destroy
Marek Olšák
1
-2
/
+0
2021-05-21
radeonsi: stop using u_resource_vtbl::resource_destroy
Marek Olšák
1
-44
/
+3
2021-05-21
gallium: remove transfer_flush_region from u_resource_vtbl
Marek Olšák
1
-2
/
+0
[next]