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_shader.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-05
radeonsi: VS as ES/LS are not yet supported with R600_DEBUG=nir
Nicolai Hähnle
1
-0
/
+2
2017-07-05
ac/nir,radeonsi: add and use ac_shader_abi::frag_pos
Nicolai Hähnle
1
-4
/
+8
2017-07-05
ac/nir,radeonsi: add and use ac_shader_abi::{ancillary,sample_coverage}
Nicolai Hähnle
1
-2
/
+4
2017-07-05
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
1
-1
/
+1
2017-07-05
ac/nir,radeonsi: add ac_shader_abi::front_face
Nicolai Hähnle
1
-4
/
+12
2017-07-05
radeonsi: implement and use ac_shader_abi::load_ssbo
Nicolai Hähnle
1
-0
/
+16
2017-07-05
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
1
-10
/
+10
2017-07-05
ac/nir,radeonsi: add ac_shader_abi::chip_class
Nicolai Hähnle
1
-0
/
+2
2017-07-05
radeonsi/nir: emit FS outputs
Nicolai Hähnle
1
-10
/
+14
2017-07-05
radeonsi/nir: load FS inputs
Nicolai Hähnle
1
-10
/
+21
2017-07-05
radeonsi/nir: load VS inputs
Nicolai Hähnle
1
-2
/
+9
2017-07-05
ac/nir,radeonsi: add ac_shader_abi::load_ubo
Nicolai Hähnle
1
-0
/
+14
2017-07-05
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
1
-11
/
+26
2017-07-05
radeonsi: pass si_shader_context to get_primitive_id
Nicolai Hähnle
1
-6
/
+5
2017-07-05
radeonsi: translate NIR to LLVM
Nicolai Hähnle
1
-3
/
+10
2017-07-05
radeonsi: dump NIR instead of TGSI when appropriate
Nicolai Hähnle
1
-1
/
+5
2017-07-05
radeonsi: scan NIR shaders to obtain required info
Nicolai Hähnle
1
-0
/
+1
2017-07-05
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
1
-26
/
+34
2017-07-05
radeonsi: store shader function arguments in a structure
Nicolai Hähnle
1
-298
/
+320
2017-06-27
radeonsi: move instance divisors into a constant buffer
Marek Olšák
1
-25
/
+53
2017-06-27
Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"
Marek Olšák
1
-5
/
+3
2017-06-27
Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...
Marek Olšák
1
-6
/
+2
2017-06-26
radeonsi: support indirect indexing in INTERP_* opcodes
Nicolai Hähnle
1
-20
/
+58
2017-06-24
radeonsi/gfx9: don't overallocate shader binaries
Marek Olšák
1
-6
/
+0
2017-06-23
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
1
-0
/
+9
2017-06-12
radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copy
Marek Olšák
1
-2
/
+6
2017-06-12
radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs
Marek Olšák
1
-3
/
+5
2017-06-12
radeonsi: remove 8 bytes from si_shader_key by flattening opt.hw_vs
Marek Olšák
1
-5
/
+5
2017-06-07
radeonsi: remove 8 bytes from si_shader_key
Marek Olšák
1
-7
/
+7
2017-06-07
radeonsi: move PSIZE and CLIPDIST unique IO indices after GENERIC
Marek Olšák
1
-7
/
+11
2017-06-07
radeonsi: remove dead code in declare_input_fs
Marek Olšák
1
-5
/
+0
2017-05-29
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
1
-13
/
+10
2017-05-29
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
1
-5
/
+5
2017-05-18
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
1
-1
/
+1
2017-05-18
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
1
-15
/
+7
2017-05-18
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
1
-19
/
+13
2017-05-16
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
1
-1841
/
+0
2017-05-16
radeonsi: make const_array externally accessible
Nicolai Hähnle
1
-13
/
+13
2017-05-16
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
1
-16
/
+16
2017-05-16
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
1
-10
/
+5
2017-05-12
radeonsi: get rid of secondary input/output word
Nicolai Hähnle
1
-23
/
+9
2017-05-12
radeonsi: at most 8 sets of texture coordinates are supported
Nicolai Hähnle
1
-0
/
+1
2017-05-12
radeonsi: skip generic out/in indices without a shader IO index
Nicolai Hähnle
1
-0
/
+4
2017-05-12
radeonsi: use SI_MAX_IO_GENERIC instead of magic values
Nicolai Hähnle
1
-1
/
+1
2017-05-10
radeonsi: silent a compiler warning
Samuel Pitoiset
1
-1
/
+1
2017-05-10
radeonsi: more const qualifiers in shader dump functions
Nicolai Hähnle
1
-10
/
+10
2017-05-08
radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputs
Marek Olšák
1
-2
/
+2
2017-05-08
radeonsi: split per-patch from per-vertex indices
Nicolai Hähnle
1
-18
/
+38
2017-05-05
radeonsi/gfx9: set correct LLVM calling conventions for merged shaders
Marek Olšák
1
-0
/
+1
2017-05-05
radeonsi: remove unused parameters from si_shader_apply_scratch_relocs
Marek Olšák
1
-4
/
+2
[next]