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_descriptors.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: do not assert when reserving bindless slot 0
Samuel Pitoiset
2017-08-23
1
-1
/
+4
*
radeonsi: rename some bindless-related helper functions
Samuel Pitoiset
2017-08-23
1
-21
/
+21
*
radeonsi: minor cleanups in si_make_{texture,image}_handle_resident()
Samuel Pitoiset
2017-08-23
1
-12
/
+12
*
gallium/radeon: add helpers for whether HTILE is enabled
Marek Olšák
2017-08-22
1
-1
/
+1
*
radeonsi: remove Constant Engine support
Marek Olšák
2017-08-22
1
-267
/
+28
*
radeonsi: try to re-use previously deleted bindless descriptor slots
Samuel Pitoiset
2017-08-22
1
-7
/
+29
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
1
-187
/
+159
*
radeonsi: add si_emit_global_shader_pointers() helper
Samuel Pitoiset
2017-08-22
1
-26
/
+31
*
radeonsi: only initialize dirty_mask when CE is used
Samuel Pitoiset
2017-08-22
1
-3
/
+4
*
radeonsi: extract common code of si_upload_{graphics,compute}_shader_descriptors
Nicolai Hähnle
2017-08-22
1
-19
/
+8
*
radeonsi: update non-resident bindless descriptors if needed
Samuel Pitoiset
2017-08-21
1
-30
/
+55
*
radeonsi: fix a compile failure due to disabled asserts
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: rename shader_userdata -> shader_pointers where appropriate
Marek Olšák
2017-08-07
1
-12
/
+12
*
radeonsi: add a separate dirty mask for prefetches
Marek Olšák
2017-08-07
1
-2
/
+1
*
radeonsi: de-atomize L2 prefetch
Marek Olšák
2017-08-07
1
-1
/
+1
*
radeonsi: align all CE dumps to L2 cache line size
Marek Olšák
2017-08-07
1
-8
/
+17
*
radeonsi: program tile swizzle for color and FMASK surfaces for GFX & SDMA
Marek Olšák
2017-08-04
1
-1
/
+12
*
radeonsi: fix printing vertex buffer descriptors into ddebug reports
Marek Olšák
2017-08-01
1
-0
/
+5
*
radeonsi: set up HTILE in descriptors only when level 0 is accessible
Marek Olšák
2017-08-01
1
-1
/
+1
*
radeonsi: fix invalidating bindless buffer descriptors
Samuel Pitoiset
2017-07-07
1
-2
/
+2
*
radeonsi: move instance divisors into a constant buffer
Marek Olšák
2017-06-27
1
-0
/
+2
*
radeonsi: unreference vertex buffers when destroying the context
Marek Olšák
2017-06-23
1
-0
/
+2
*
radeonsi: flush DB caches only when transitioning from DB to texturing
Marek Olšák
2017-06-22
1
-8
/
+9
*
radeonsi: set correct usage flag according to image access type
Samuel Pitoiset
2017-06-20
1
-1
/
+3
*
radeonsi: update all resident texture descriptors when needed
Samuel Pitoiset
2017-06-20
1
-57
/
+104
*
radeonsi: keep track of the sampler state for texture handles
Samuel Pitoiset
2017-06-20
1
-0
/
+1
*
radeonsi: reduce overhead for resident textures which need color decompression
Samuel Pitoiset
2017-06-18
1
-17
/
+46
*
radeonsi: reduce overhead for resident textures which need depth decompression
Samuel Pitoiset
2017-06-18
1
-2
/
+13
*
radeonsi: use util_dynarray_foreach for bindless resources
Samuel Pitoiset
2017-06-18
1
-82
/
+31
*
gallium/radeon: add a new HUD query for the number of resident handles
Samuel Pitoiset
2017-06-18
1
-0
/
+3
*
radeonsi: invalidate buffers which are made resident if needed
Samuel Pitoiset
2017-06-14
1
-0
/
+34
*
radeonsi: upload new descriptors when resident buffers are invalidated
Samuel Pitoiset
2017-06-14
1
-0
/
+145
*
radeonsi: decompress resident textures/images before graphics/compute
Samuel Pitoiset
2017-06-14
1
-0
/
+52
*
radeonsi: decompress DCC for resident textures/images
Samuel Pitoiset
2017-06-14
1
-0
/
+21
*
radeonsi: only add descriptors in presence of resident handles
Samuel Pitoiset
2017-06-14
1
-0
/
+6
*
radeonsi: add all resident buffers to the current CS
Samuel Pitoiset
2017-06-14
1
-0
/
+50
*
radeonsi: implement ARB_bindless_texture
Samuel Pitoiset
2017-06-14
1
-0
/
+250
*
radeonsi: add a slab allocator for bindless descriptors
Samuel Pitoiset
2017-06-14
1
-0
/
+84
*
radeonsi: add si_set_shader_image_desc() helper
Samuel Pitoiset
2017-06-14
1
-32
/
+47
*
radeonsi: add si_set_sampler_view_desc() helper
Samuel Pitoiset
2017-06-14
1
-43
/
+52
*
radeonsi: add si_init_descriptor_list() helper
Samuel Pitoiset
2017-06-14
1
-0
/
+15
*
radeonsi: replace si_vertex_elements::elements with separate fields
Marek Olšák
2017-06-12
1
-5
/
+4
*
radeonsi: rename si_vertex_element -> si_vertex_elements
Marek Olšák
2017-06-12
1
-1
/
+1
*
radeonsi: get rid of more compressed_colortex_mask names
Marek Olšák
2017-06-12
1
-14
/
+14
*
gallium/radeon: don't allocate HTILE in a separate buffer
Marek Olšák
2017-06-08
1
-8
/
+1
*
radeonsi: rename shader resource decompress masks to their true meaning
Marek Olšák
2017-06-08
1
-19
/
+19
*
radeonsi: rename is_compressed_colortex -> color_needs_decompression
Marek Olšák
2017-06-08
1
-5
/
+5
*
radeonsi: enable TC-compatible stencil compression on VI
Marek Olšák
2017-06-07
1
-4
/
+4
*
radeonsi/gfx9: use CE RAM optimally
Marek Olšák
2017-05-18
1
-36
/
+127
*
radeonsi: remove CE offset alignment restriction
Marek Olšák
2017-05-18
1
-2
/
+1
[prev]
[next]