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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: fold some shader context initialization to si_llvm_context_init
Marek Olšák
2016-11-15
1
-24
/
+1
*
radeonsi: accept is_store in image_fetch_rsrc instead of dcc_off
Marek Olšák
2016-11-10
1
-4
/
+4
*
radeonsi: don't rely on tgsi_scan::images_buffers
Marek Olšák
2016-11-10
1
-8
/
+11
*
radeonsi: fix/silence unused variable warnings in optimized builds
Nicolai Hähnle
2016-11-10
1
-1
/
+2
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
1
-32
/
+37
*
radeonsi: fix vertex fetches for 2_10_10_10 formats
Nicolai Hähnle
2016-11-04
1
-6
/
+48
*
radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...
Nicolai Hähnle
2016-11-03
1
-0
/
+115
*
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
2016-11-03
1
-7
/
+4
*
radeonsi: make the GS copy shader owned by the GS selector
Nicolai Hähnle
2016-11-03
1
-14
/
+4
*
radeonsi: make si_generate_gs_copy_shader usable as a standalone function
Nicolai Hähnle
2016-11-03
1
-36
/
+43
*
radeonsi: unify the si_compile_* functions for prologs and epilogs
Nicolai Hähnle
2016-11-03
1
-178
/
+61
*
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
2016-11-03
1
-143
/
+80
*
radeonsi: get rid of si_llvm_emit_fs_epilogue
Nicolai Hähnle
2016-11-03
1
-96
/
+1
*
radeonsi: get rid of get_interp_param
Nicolai Hähnle
2016-11-03
1
-52
/
+2
*
radeonsi: get rid of select_interp_param
Nicolai Hähnle
2016-11-03
1
-41
/
+0
*
radeonsi: use TCS epilog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-1
/
+21
*
radeonsi: extract si_build_tcs_epilog_function
Nicolai Hähnle
2016-11-03
1
-33
/
+46
*
radeonsi: use VS epilog for monolithic TES
Nicolai Hähnle
2016-11-03
1
-0
/
+13
*
radeonsi: use VS prolog and epilog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-2
/
+33
*
radeonsi: extract si_build_vs_{prolog,epilog}_function
Nicolai Hähnle
2016-11-03
1
-67
/
+115
*
radeonsi: use PS prolog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-10
/
+32
*
radeonsi: set num_input_vgprs for fragment shaders in create_function
Nicolai Hähnle
2016-11-03
1
-6
/
+11
*
radeonsi: extract si_build_ps_prolog_function
Nicolai Hähnle
2016-11-03
1
-139
/
+171
*
radeonsi: use PS epilog for monolithic shaders
Nicolai Hähnle
2016-11-03
1
-0
/
+207
*
radeonsi: extract si_build_ps_epilog_function
Nicolai Hähnle
2016-11-03
1
-35
/
+60
*
radeonsi: pass the function name to si_llvm_create_func
Nicolai Hähnle
2016-11-03
1
-7
/
+8
*
radeonsi: split is_monolithic into no_prolog and no_epilog
Nicolai Hähnle
2016-11-03
1
-14
/
+21
*
radeonsi: free data structures when shader compiles fail
Nicolai Hähnle
2016-11-03
1
-11
/
+11
*
radeonsi: move main TGSI translation into its own function
Nicolai Hähnle
2016-11-03
1
-45
/
+58
*
radeonsi: fix signature of export intrinsic in VS epilog
Nicolai Hähnle
2016-11-03
1
-3
/
+3
*
radeonsi: remove si_resource_create_custom
Marek Olšák
2016-10-26
1
-3
/
+3
*
radeonsi: fix a regression in si_eliminate_const_output
Nicolai Hähnle
2016-10-21
1
-4
/
+3
*
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8
Marek Olšák
2016-10-20
1
-3
/
+2
*
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
2016-10-20
1
-1
/
+1
*
radeonsi: eliminate trivial constant VS outputs
Marek Olšák
2016-10-19
1
-0
/
+160
*
radeonsi: rename prefixes from radeon to si
Marek Olšák
2016-10-18
1
-46
/
+46
*
radeonsi: merge radeon_llvm_context and si_shader_context
Marek Olšák
2016-10-18
1
-271
/
+193
*
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
2016-10-18
1
-2
/
+0
*
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
2016-10-18
1
-6
/
+3
*
radeonsi: unify the constant load paths
Nicolai Hähnle
2016-10-17
1
-28
/
+11
*
radeonsi: fix indirect loads of 64 bit constants
Nicolai Hähnle
2016-10-17
1
-2
/
+2
*
radeonsi: shorten "shader->selector" to "sel" in si_shader_create
Marek Olšák
2016-10-17
1
-7
/
+8
*
radeonsi: implement TC-compatible HTILE
Marek Olšák
2016-10-13
1
-2
/
+16
*
radeonsi: fix regression in image atomics
Nicolai Hähnle
2016-10-13
1
-1
/
+1
*
radeonsi: fix the coordinate overloading of llvm.amdgcn.image.atomic.cmpswap.*
Nicolai Hähnle
2016-10-13
1
-2
/
+7
*
radeonsi: Use the new image load/store intrinsic signatures
Tom Stellard
2016-10-12
1
-14
/
+45
*
radeonsi: Add function for converting LLVM type to intrinsic string
Tom Stellard
2016-10-12
1
-10
/
+32
*
radeonsi: Refactor image store/load intrinsic name creation
Tom Stellard
2016-10-12
1
-11
/
+18
*
radeonsi: support ARB_compute_variable_group_size
Nicolai Hähnle
2016-10-10
1
-14
/
+30
*
radeonsi: fix interpolateAt opcodes for .zw components
Marek Olšák
2016-10-05
1
-1
/
+1
[next]