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
/
gallium
/
drivers
/
radeonsi
/
si_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: disable the L2 cache for CPU read mappings of buffers
Marek Olšák
2020-05-15
1
-2
/
+3
*
radeonsi: disable the L2 cache for most CPU mappings of textures
Marek Olšák
2020-05-15
1
-0
/
+8
*
radeonsi: add support for PIPE_RESOURCE_FLAG_ENCRYPTED
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-3
/
+6
*
radeonsi: allocate framebuffer texture as secure when using tmz
Pierre-Eric Pelloux-Prayer
2020-05-11
1
-0
/
+4
*
gallium: add PIPE_CAP_MAP_UNSYNCHRONIZED_THREAD_SAFE for glthread
Marek Olšák
2020-04-27
1
-5
/
+12
*
radeonsi: switch to 3-spaces style
Pierre-Eric Pelloux-Prayer
2020-03-30
1
-695
/
+633
*
radeonsi: check ctx->sdma_cs before using it
Pierre-Eric Pelloux-Prayer
2020-01-08
1
-1
/
+2
*
radeonsi: move SI and CIK+ SDMA code into 1 common function for cleanups
Marek Olšák
2020-01-06
1
-3
/
+3
*
radeonsi: rename dma_cs -> sdma_cs
Marek Olšák
2020-01-06
1
-9
/
+9
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-3
/
+3
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
1
-5
/
+6
*
ac: add radeon_info::is_amdgpu instead of checking drm_major == 3
Marek Olšák
2019-06-14
1
-1
/
+1
*
radeonsi: remove old_va parameter from si_rebind_buffer by remembering offsets
Marek Olšák
2019-05-16
1
-5
/
+2
*
radeonsi: use SDMA for uploading data through const_uploader
Marek Olšák
2019-02-20
1
-6
/
+64
*
radeonsi: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-2
/
+5
*
radeonsi: clear allocator_zeroed_memory with SDMA
Marek Olšák
2019-02-06
1
-0
/
+4
*
radeonsi: rename rbo, rbuffer to buf or buffer
Marek Olšák
2019-01-22
1
-68
/
+68
*
radeonsi: rename rsrc -> ssrc, rdst -> sdst
Marek Olšák
2019-01-22
1
-16
/
+16
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-24
/
+24
*
radeonsi: use copy_buffer in buffer_do_flush_region directly
Marek Olšák
2018-10-16
1
-11
/
+4
*
radeonsi: rename r600_transfer -> si_transfer
Marek Olšák
2018-06-25
1
-8
/
+8
*
radeonsi: rename r600_texture -> si_texture, rxxx -> xxx or sxxx
Marek Olšák
2018-06-19
1
-2
/
+2
*
radeonsi: ignore PIPE_RESOURCE_FLAG_MAP_COHERENT
Marek Olšák
2018-06-19
1
-2
/
+1
*
radeonsi: always put persistent buffers into GTT on radeon
Marek Olšák
2018-06-19
1
-1
/
+5
*
ac/gpu_info: add kernel_flushes_hdp_before_ib
Marek Olšák
2018-05-10
1
-4
/
+2
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
1
-7
/
+13
*
radeonsi: remove r600_pipe_common.h
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: don't emit partial flushes for internal CS flushes only
Marek Olšák
2018-04-16
1
-3
/
+3
*
radeonsi: remove r600_common_context
Marek Olšák
2018-04-05
1
-33
/
+33
*
radeonsi: move r600_buffer_common.c and r600_texture.c into radeonsi
Marek Olšák
2018-04-05
1
-0
/
+760
*
radeonsi: move si_upload_const_buffer to a better place
Marek Olšák
2014-01-28
1
-63
/
+0
*
radeonsi: inline si_upload_index_buffer
Marek Olšák
2014-01-28
1
-7
/
+0
*
radeonsi: Rename the commonly occurring rctx/r600 variables.
Andreas Hartmetz
2014-01-14
1
-5
/
+5
*
radeonsi: Rename R600->SI in some remaining defines.
Andreas Hartmetz
2014-01-14
1
-1
/
+1
*
radeonsi: Rename r600->si for functions in si_pipe.h.
Andreas Hartmetz
2014-01-14
1
-2
/
+2
*
radeonsi: Rename r600->si for functions in si_resource.h.
Andreas Hartmetz
2014-01-14
1
-1
/
+1
*
radeonsi: Rename r600->si for structs in si_pipe.h.
Andreas Hartmetz
2014-01-14
1
-2
/
+2
*
radeonsi: Apply si_* file naming scheme.
Andreas Hartmetz
2014-01-14
1
-0
/
+70