index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_descriptors.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-25
radeonsi: emit rw_buffers for tes_shader only if tes_shader present
Nicolai Hähnle
1
-3
/
+5
2016-01-03
radeonsi: rename shader parameter definitions and variables for more clarity
Marek Olšák
1
-4
/
+4
2016-01-02
u_upload_mgr: pass alignment to u_upload_alloc manually
Marek Olšák
1
-3
/
+3
2015-12-06
gallium/drivers: Sanitize NULL checks into canonical form
Edward O'Callaghan
1
-1
/
+1
2015-11-13
gallium/radeon: inline the r600_rings structure
Marek Olšák
1
-19
/
+19
2015-11-13
radeonsi: rename cache flushing flags once more
Marek Olšák
1
-2
/
+2
2015-10-24
radeonsi: Implement DCC fast clear.
Bas Nieuwenhuizen
1
-1
/
+2
2015-10-24
radeonsi: Enable DCC.
Bas Nieuwenhuizen
1
-0
/
+5
2015-10-20
radeonsi: support thread-safe shaders shared by multiple contexts
Marek Olšák
1
-6
/
+6
2015-10-03
gallium/radeon: stop using "reloc" in a few places
Marek Olšák
1
-2
/
+2
2015-10-03
gallium/radeon: tell the winsys the exact resource binding types
Marek Olšák
1
-24
/
+13
2015-09-24
radeonsi: handle constant buffer alloc failures
Marek Olšák
1
-1
/
+7
2015-09-01
radeonsi: rework uploading border colors
Marek Olšák
1
-2
/
+7
2015-09-01
radeonsi: don't set number of IB dwords for states
Marek Olšák
1
-5
/
+2
2015-09-01
gallium/radeon: rename r600_context_bo_reloc -> radeon_add_to_buffer_list
Marek Olšák
1
-17
/
+17
2015-09-01
radeonsi: call si_init_atom for remaining radeonsi atoms
Marek Olšák
1
-8
/
+7
2015-08-29
radeonsi: remove no-op 32-bit masking
Marek Olšák
1
-1
/
+1
2015-08-14
radeonsi: add VI hardware support
Marek Olšák
1
-3
/
+13
2015-08-11
gallium/radeon: use helper functions to mark atoms dirty
Grazvydas Ignotas
1
-3
/
+3
2015-07-31
radeonsi: move CP DMA functions to their own file
Marek Olšák
1
-233
/
+0
2015-07-31
radeonsi: completely rework updating descriptors without CP DMA
Marek Olšák
1
-238
/
+116
2015-07-30
radeonsi: add GS multiple streams support (v2)
Dave Airlie
1
-2
/
+2
2015-07-23
radeonsi: add support for tessellation shader resources and samplers
Marek Olšák
1
-7
/
+36
2015-07-23
radeonsi: rework how shader pointers to descriptors are set
Marek Olšák
1
-84
/
+138
2015-02-04
radeonsi: allow 64 descriptors per array
Marek Olšák
1
-32
/
+32
2015-02-04
radeonsi: add support for sampler views where resource = NULL
Marek Olšák
1
-4
/
+9
2015-02-04
radeonsi: add support for NULL texture sampler views that return (0,0,0,1)
Marek Olšák
1
-2
/
+28
2015-02-04
radeonsi: fix a crash when binding a NULL sampler view list
Marek Olšák
1
-1
/
+1
2015-02-04
radeonsi: move the buffer descriptor to the end of the image descriptor
Marek Olšák
1
-1
/
+1
2015-01-07
radeonsi: change TC cache flushing strategy for textures
Marek Olšák
1
-4
/
+0
2015-01-07
radeonsi: improve and fix streamout flushing
Marek Olšák
1
-0
/
+30
2015-01-07
radeonsi: use TC L2 for CP DMA operations with shader resources on CIK
Marek Olšák
1
-10
/
+22
2015-01-07
radeonsi: use TC L2 for updating descriptors on CIK
Marek Olšák
1
-5
/
+8
2015-01-07
radeonsi: don't use TC L2 for updating descriptors on SI
Marek Olšák
1
-1
/
+13
2015-01-07
radeonsi: only flush the right set of caches for CP DMA operations
Marek Olšák
1
-22
/
+29
2015-01-07
radeonsi: add a combined flag for flushing a framebuffer
Marek Olšák
1
-16
/
+4
2015-01-07
radeonsi: rename flush flags, split the TC flag into L1 and L2
Marek Olšák
1
-29
/
+35
2015-01-07
r600g,radeonsi: separate cache flush flags
Marek Olšák
1
-2
/
+2
2015-01-01
radeonsi: fix warnings
Marek Olšák
1
-1
/
+1
2014-10-03
radeonsi: Clear sampler view flags when binding a buffer
Michel Dänzer
1
-0
/
+5
2014-09-24
radeonsi: don't use pipe_constant_buffer for GS rings
Marek Olšák
1
-5
/
+5
2014-09-24
radeonsi: shorten si_pipe_* prefixes to si_*
Marek Olšák
1
-7
/
+7
2014-09-24
radeonsi: document what si_descriptors.c does
Marek Olšák
1
-0
/
+11
2014-08-28
gallium/radeon: cleanup header inclusion
Emil Velikov
1
-1
/
+1
2014-08-14
radeonsi: fix buffer invalidation of unbound texture buffer objects
Marek Olšák
1
-5
/
+8
2014-08-10
radeonsi: simplify constant buffer upload for big endian
Marek Olšák
1
-18
/
+4
2014-08-09
radeonsi: use gpu_address from r600_resource
Marek Olšák
1
-19
/
+14
2014-07-28
radeonsi: Use util_memcpy_cpu_to_le32()
Tom Stellard
1
-3
/
+1
2014-07-18
radeonsi: only update vertex buffers when they need updating
Marek Olšák
1
-1
/
+15
2014-07-18
radeonsi: remove nr_vertex_buffers
Marek Olšák
1
-2
/
+2
[prev]
[next]