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-06-03
radeonsi: keep track of dirty descriptor sets
descriptors
Nicolai Hähnle
1
-4
/
+35
2016-06-03
radeonsi: move si_descriptors into a per-context array
Nicolai Hähnle
1
-80
/
+140
2016-06-03
radeonsi: pass shader stage to si_disable_shader_image
Nicolai Hähnle
1
-4
/
+8
2016-06-03
radeonsi: access descriptor sets via local variables
Nicolai Hähnle
1
-31
/
+41
2016-06-03
radeonsi: add si_set_rw_buffer to be used for internal descriptors
Nicolai Hähnle
1
-5
/
+10
2016-06-03
radeonsi: pass shader stage to si_set_shader_image
Nicolai Hähnle
1
-5
/
+5
2016-06-03
radeonsi: pass shader stage to si_set_sampler_view
Nicolai Hähnle
1
-4
/
+5
2016-06-03
radeonsi: move descriptor set begin_new_cs handling into a separate function
Nicolai Hähnle
1
-21
/
+15
2016-06-03
radeonsi: move enabled_mask out of si_descriptors
Nicolai Hähnle
1
-25
/
+25
2016-06-03
radeonsi: set descriptor dirty mask on shader buffer unbind
Nicolai Hähnle
1
-0
/
+1
2016-06-03
radeonsi: mark buffer texture range valid for shader images
Nicolai Hähnle
1
-0
/
+23
2016-06-01
radeonsi: set correct stencil tile mode for texturing
Marek Olšák
1
-2
/
+8
2016-06-01
radeonsi: implement global resetting of texture descriptors
Marek Olšák
1
-5
/
+48
2016-06-01
radeonsi: move code for setting one shader image into separate function
Marek Olšák
1
-71
/
+82
2016-06-01
radeonsi: set some image descriptor fields at bind time
Marek Olšák
1
-14
/
+50
2016-05-31
radeonsi: Decompress DCC textures in a render feedback loop.
Bas Nieuwenhuizen
1
-0
/
+8
2016-05-17
Treewide: Remove Elements() macro
Jan Vesely
1
-4
/
+4
2016-05-02
radeonsi: correct NULL-pointer check in si_upload_const_buffer
Nicolai Hähnle
1
-1
/
+1
2016-04-30
radeonsi: fix synchronization of shader images
Marek Olšák
1
-7
/
+11
2016-04-27
gallium/radeon: remove use_reusable_pool parameter from r600_init_resource
Nicolai Hähnle
1
-1
/
+1
2016-04-22
radeonsi: remove the shader parameter from si_set_ring_buffer
Marek Olšák
1
-4
/
+1
2016-04-22
radeonsi: shorten slot masks to 32 bits
Marek Olšák
1
-53
/
+51
2016-04-22
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
1
-11
/
+3
2016-04-22
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
1
-0
/
+23
2016-04-22
radeonsi: generalize si_set_constant_buffer
Marek Olšák
1
-10
/
+17
2016-04-22
radeonsi: make RW buffer descriptor array global, not per shader stage
Marek Olšák
1
-50
/
+42
2016-04-22
radeonsi: rename and rearrange RW buffer slots
Marek Olšák
1
-3
/
+3
2016-04-21
radeonsi: Enable loading into CE RAM.
Bas Nieuwenhuizen
1
-0
/
+8
2016-04-19
radeonsi: do not do two full flushes on every compute dispatch
Bas Nieuwenhuizen
1
-1
/
+2
2016-04-19
radeonsi: split setting graphics and compute descriptors
Bas Nieuwenhuizen
1
-11
/
+50
2016-04-19
radeonsi: Use CE for all descriptors.
Bas Nieuwenhuizen
1
-10
/
+64
2016-04-19
radeonsi: Replace list_dirty with a mask.
Bas Nieuwenhuizen
1
-15
/
+22
2016-04-19
radeonsi: Add CE uploader.
Bas Nieuwenhuizen
1
-0
/
+23
2016-04-19
radeonsi: Allocate chunks of CE ram.
Bas Nieuwenhuizen
1
-9
/
+24
2016-04-14
radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CS
Nicolai Hähnle
1
-0
/
+2
2016-04-12
radeonsi: implement set_shader_buffers
Nicolai Hähnle
1
-1
/
+60
2016-04-12
radeonsi: move resetting of constant buffers into a separate function
Nicolai Hähnle
1
-15
/
+26
2016-04-12
radeonsi: Synchronize a streamout write after read hazard.
Bas Nieuwenhuizen
1
-0
/
+6
2016-04-07
radeonsi: expand the compressed color and depth texture masks to 64 bits
Nicolai Hähnle
1
-10
/
+10
2016-03-21
radeonsi: update shader image descriptor for invalidated buffer
Nicolai Hähnle
1
-1
/
+21
2016-03-21
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
1
-13
/
+193
2016-03-13
radeonsi: avoid crash when a sampler state is bound for a buffer texture
Nicolai Hähnle
1
-0
/
+1
2016-03-11
radeonsi: Lazily re-set sampler views after disabling DCC
Bas Nieuwenhuizen
1
-3
/
+8
2016-03-10
radeonsi: update compressed_colortex_masks when a cmask is created or disabled
Nicolai Hähnle
1
-2
/
+41
2016-03-09
radeonsi: remove resource field from si_sampler_view
Nicolai Hähnle
1
-1
/
+1
2016-03-09
radeonsi: accept pipe_resource in si_sampler_view_add_buffer
Marek Olšák
1
-11
/
+12
2016-03-09
radeonsi: allocate DCC in the same backing buffer as the texture
Marek Olšák
1
-7
/
+1
2016-02-11
radeonsi: fix a crash when binding a sampler buffer
Marek Olšák
1
-1
/
+2
2016-02-10
radeonsi: put image, fmask, and sampler descriptors into one array
Marek Olšák
1
-55
/
+60
2016-01-25
radeonsi: add DCC buffer for sampler views on new CS
Nicolai Hähnle
1
-15
/
+18
[next]