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_shader_tgsi_mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use slot indexes for bindless handles
Samuel Pitoiset
2017-08-22
1
-15
/
+20
*
radeonsi/gfx9: use the VI codepath for clamping Z
Marek Olšák
2017-08-11
1
-1
/
+1
*
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
2017-07-31
1
-11
/
+4
*
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
2017-07-31
1
-8
/
+14
*
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
1
-20
/
+13
*
radeonsi/gfx9: fix TXF_LZ with 1D textures
Marek Olšák
2017-06-19
1
-1
/
+2
*
radeonsi: add support for loading bindless images
Samuel Pitoiset
2017-06-14
1
-7
/
+21
*
radeonsi: add support for loading bindless samplers
Samuel Pitoiset
2017-06-14
1
-3
/
+12
*
radeonsi: use ac_build_buffer_load for shader buffer loads
Marek Olšák
2017-05-29
1
-22
/
+21
*
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
2017-05-29
1
-9
/
+9
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-3
/
+3
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
1
-4
/
+11
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
1
-4
/
+9
*
radeonsi: get the sampler view type from inst->Texture for TG4
Samuel Pitoiset
2017-05-18
1
-7
/
+3
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-0
/
+1883