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
2016-11-02
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
wip
Nicolai Hähnle
1
-0
/
+112
2016-11-02
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
1
-7
/
+4
2016-11-02
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
1
-14
/
+4
2016-11-02
radeonsi: make si_generate_gs_copy_shader usable as a standalone function
Nicolai Hähnle
1
-36
/
+43
2016-11-02
radeonsi: unify the si_compile_* functions for prologs and epilogs
Nicolai Hähnle
1
-178
/
+61
2016-11-02
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
1
-143
/
+80
2016-11-02
radeonsi: get rid of si_llvm_emit_fs_epilogue
Nicolai Hähnle
1
-96
/
+1
2016-11-02
radeonsi: get rid of get_interp_param
Nicolai Hähnle
1
-52
/
+2
2016-11-02
radeonsi: get rid of select_interp_param
Nicolai Hähnle
1
-41
/
+0
2016-11-02
radeonsi: use TCS epilog for monolithic shaders
Nicolai Hähnle
1
-1
/
+21
2016-11-02
radeonsi: extract si_build_tcs_epilog_function
Nicolai Hähnle
1
-33
/
+46
2016-11-02
radeonsi: use VS epilog for monolithic TES
Nicolai Hähnle
1
-0
/
+13
2016-11-02
radeonsi: use VS prolog and epilog for monolithic shaders
Nicolai Hähnle
1
-2
/
+33
2016-11-02
radeonsi: extract si_build_vs_{prolog,epilog}_function
Nicolai Hähnle
1
-67
/
+115
2016-11-02
radeonsi: use PS prolog for monolithic shaders
Nicolai Hähnle
1
-10
/
+32
2016-11-02
radeonsi: set num_input_vgprs for fragment shaders in create_function
Nicolai Hähnle
1
-6
/
+11
2016-11-02
radeonsi: extract si_build_ps_prolog_function
Nicolai Hähnle
1
-139
/
+171
2016-11-02
radeonsi: use PS epilog for monolithic shaders
Nicolai Hähnle
1
-0
/
+207
2016-11-02
radeonsi: extract si_build_ps_epilog_function
Nicolai Hähnle
1
-35
/
+60
2016-11-02
radeonsi: pass the function name to si_llvm_create_func
Nicolai Hähnle
1
-7
/
+8
2016-11-02
radeonsi: split is_monolithic into no_prolog and no_epilog
Nicolai Hähnle
1
-14
/
+21
2016-11-02
radeonsi: free data structures when shader compiles fail
Nicolai Hähnle
1
-11
/
+11
2016-11-02
radeonsi: move main TGSI translation into its own function
Nicolai Hähnle
1
-45
/
+58
2016-11-02
radeonsi: fix signature of export intrinsic in VS epilog
Nicolai Hähnle
1
-3
/
+3
2016-10-26
radeonsi: remove si_resource_create_custom
Marek Olšák
1
-3
/
+3
2016-10-21
radeonsi: fix a regression in si_eliminate_const_output
Nicolai Hähnle
1
-4
/
+3
2016-10-20
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8
Marek Olšák
1
-3
/
+2
2016-10-20
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
1
-1
/
+1
2016-10-19
radeonsi: eliminate trivial constant VS outputs
Marek Olšák
1
-0
/
+160
2016-10-18
radeonsi: rename prefixes from radeon to si
Marek Olšák
1
-46
/
+46
2016-10-18
radeonsi: merge radeon_llvm_context and si_shader_context
Marek Olšák
1
-271
/
+193
2016-10-18
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
1
-2
/
+0
2016-10-18
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
1
-6
/
+3
2016-10-17
radeonsi: unify the constant load paths
Nicolai Hähnle
1
-28
/
+11
2016-10-17
radeonsi: fix indirect loads of 64 bit constants
Nicolai Hähnle
1
-2
/
+2
2016-10-17
radeonsi: shorten "shader->selector" to "sel" in si_shader_create
Marek Olšák
1
-7
/
+8
2016-10-13
radeonsi: implement TC-compatible HTILE
Marek Olšák
1
-2
/
+16
2016-10-13
radeonsi: fix regression in image atomics
Nicolai Hähnle
1
-1
/
+1
2016-10-13
radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.*
Nicolai Hähnle
1
-2
/
+7
2016-10-12
radeonsi: Use the new image load/store intrinsic signatures
Tom Stellard
1
-14
/
+45
2016-10-12
radeonsi: Add function for converting LLVM type to intrinsic string
Tom Stellard
1
-10
/
+32
2016-10-12
radeonsi: Refactor image store/load intrinsic name creation
Tom Stellard
1
-11
/
+18
2016-10-10
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
1
-14
/
+30
2016-10-05
radeonsi: fix interpolateAt opcodes for .zw components
Marek Olšák
1
-1
/
+1
2016-10-05
radeonsi: interpolate colors after interpolation weight shuffling
Marek Olšák
1
-48
/
+48
2016-10-04
radeonsi: optionally run the LLVM IR verifier pass
Nicolai Hähnle
1
-7
/
+21
2016-10-04
radeonsi: don't declare LDS in PS when ds_bpermute is used
Marek Olšák
1
-4
/
+3
2016-10-04
radeonsi: use DDX/DDY directly in si_llvm_emit_ddxy_interp
Marek Olšák
1
-49
/
+7
2016-10-04
radeonsi: simplify si_llvm_emit_ddxy
Marek Olšák
1
-51
/
+29
2016-10-04
radeonsi: don't call build_gep0 in si_llvm_emit_ddxy on VI
Marek Olšák
1
-5
/
+9
[next]