index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
radeonsi
/
si_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: emit s_waitcnt for shader memory barriers and volatile
Nicolai Hähnle
2016-04-27
1
-13
/
+23
*
radeonsi: Implement ddx/ddy on VI using ds_bpermute
Tom Stellard
2016-04-22
1
-12
/
+30
*
radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of llvm.SI.tid
Tom Stellard
2016-04-22
1
-1
/
+16
*
radeonsi: Set range metadata on calls to llvm.SI.tid
Tom Stellard
2016-04-22
1
-3
/
+26
*
radeonsi: Create a helper function for computing the thread id
Tom Stellard
2016-04-22
1
-6
/
+11
*
radeonsi: implement TGSI_SEMANTIC_HELPER_INVOCATION
Nicolai Hähnle
2016-04-21
1
-0
/
+11
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-64
/
+64
*
radeonsi: decrease GS copy shader user SGPRs to 2
Marek Olšák
2016-04-22
1
-2
/
+2
*
radeonsi: clean up shader resource limit definitions
Marek Olšák
2016-04-22
1
-3
/
+3
*
radeonsi: move default tess level constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-0
/
+19
*
radeonsi: move sample positions constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-2
/
+2
*
radeonsi: move clip plane constant buffer to RW buffers
Marek Olšák
2016-04-22
1
-2
/
+3
*
radeonsi: rework polygon stippling to use constant buffer instead of texture
Marek Olšák
2016-04-22
1
-38
/
+29
*
radeonsi: rename and rearrange RW buffer slots
Marek Olšák
2016-04-22
1
-5
/
+8
*
radeonsi: Add config parameter to si_shader_apply_scratch_relocs.
Bas Nieuwenhuizen
2016-04-21
1
-1
/
+2
*
radeonsi: Consider input SGPR count for compute shader SGPR count.
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+2
*
radeonsi: set maximum work group size based on block size
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+12
*
radeonsi: implement shared atomics
Bas Nieuwenhuizen
2016-04-19
1
-1
/
+76
*
radeonsi: implement shared memory load/store
Bas Nieuwenhuizen
2016-04-19
1
-2
/
+82
*
radeonsi: add shared memory
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+27
*
radeonsi: lower compute shader arguments
Bas Nieuwenhuizen
2016-04-19
1
-0
/
+41
*
radeonsi: don't overwrite the scratch offset in shader prologs
Marek Olšák
2016-04-14
1
-3
/
+4
*
radeonsi: fix SGPRS calculation once more
Marek Olšák
2016-04-14
1
-0
/
+11
*
radeonsi: add shader buffer support to TGSI_OPCODE_RESQ
Nicolai Hähnle
2016-04-12
1
-6
/
+11
*
radeonsi: add shader buffer support to TGSI_OPCODE_STORE
Nicolai Hähnle
2016-04-12
1
-18
/
+111
*
radeonsi: add shader buffer support to TGSI_OPCODE_LOAD
Nicolai Hähnle
2016-04-12
1
-19
/
+70
*
radeonsi: add shader buffer support to TGSI_OPCODE_ATOM*
Nicolai Hähnle
2016-04-12
1
-15
/
+46
*
radeonsi: add offset parameter to buffer_append_args
Nicolai Hähnle
2016-04-12
1
-5
/
+10
*
radeonsi: adjust buffer_append_args to take a 128 bit resource
Nicolai Hähnle
2016-04-12
1
-7
/
+23
*
radeonsi: preload shader buffers in shaders
Nicolai Hähnle
2016-04-12
1
-0
/
+17
*
radeonsi: implement set_shader_buffers
Nicolai Hähnle
2016-04-12
1
-1
/
+4
*
radeonsi: disable aniso filtering for non-mipmap textures on SI-CI
Marek Olšák
2016-04-12
1
-1
/
+35
*
radeonsi: don't use the real barrier instruction in tess ctrl shaders
Marek Olšák
2016-04-07
1
-0
/
+8
*
radeonsi: use bounded indexing for samplers
Bas Nieuwenhuizen
2016-04-05
1
-1
/
+4
*
radeonsi: use bounded indexing for constant buffers
Bas Nieuwenhuizen
2016-04-05
1
-2
/
+3
*
radeonsi: use util_strchrnul() to fix android build error
Mauro Rossi
2016-04-01
1
-1
/
+2
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
1
-4
/
+3
*
radeonsi: silence a coverity warning
Nicolai Hähnle
2016-03-24
1
-1
/
+1
*
radeonsi: fix out-of-bounds indexing of shader images
Nicolai Hähnle
2016-03-23
1
-1
/
+43
*
radeonsi: force the DCC enable bit off in image descriptors for writing (v2)
Nicolai Hähnle
2016-03-21
1
-8
/
+49
*
radeonsi: implement volatile memory access
Nicolai Hähnle
2016-03-21
1
-0
/
+4
*
radeonsi: implement coherent memory access (v2)
Nicolai Hähnle
2016-03-21
1
-4
/
+13
*
radeonsi: Lower TGSI_OPCODE_MEMBAR down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+31
*
radeonsi: Lower TGSI_OPCODE_ATOM* down to LLVM op
Nicolai Hähnle
2016-03-21
1
-8
/
+113
*
radeonsi: Lower TGSI_OPCODE_STORE down to LLVM op
Nicolai Hähnle
2016-03-21
1
-3
/
+80
*
radeonsi: Lower TGSI_OPCODE_LOAD down to LLVM op (v3)
Nicolai Hähnle
2016-03-21
1
-0
/
+139
*
radeonsi: extract the LLVM type name construction into its own function
Nicolai Hähnle
2016-03-21
1
-7
/
+19
*
radeonsi: Lower TGSI_OPCODE_RESQ down to LLVM op
Nicolai Hähnle
2016-03-21
1
-0
/
+129
*
radeonsi: extract TXQ buffer size computation into its own function
Nicolai Hähnle
2016-03-21
1
-20
/
+35
*
radeonsi: implement set_shader_images (v2)
Nicolai Hähnle
2016-03-21
1
-4
/
+4
[next]