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_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-5
/
+3
*
radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)
Nicolai Hähnle
2017-07-27
1
-0
/
+3
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
1
-2
/
+0
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
1
-0
/
+1
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-0
/
+6
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-0
/
+1
*
radeonsi: make const_array externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+4
*
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+7
*
radeonsi: inline si_llvm_shader_type into si_llvm_create_func
Marek Olšák
2017-05-05
1
-1
/
+0
*
radeonsi: fold surrounding code into si_llvm_finalize_module
Marek Olšák
2017-05-05
1
-2
/
+1
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
1
-1
/
+0
*
radeonsi: don't load unused compute shader input SGPRs and VGPRs
Marek Olšák
2017-04-28
1
-0
/
+5
*
radeonsi: fix tess offchip offset for per-patch attributes
Marek Olšák
2017-04-28
1
-6
/
+11
*
radeonsi: pass tessellation ring addresses via user SGPRs
Marek Olšák
2017-04-28
1
-0
/
+2
*
radeonsi/gfx9: add the function signature of merged ES-GS
Marek Olšák
2017-04-28
1
-7
/
+10
*
radeonsi/gfx9: pass inputs from LS to TCS
Marek Olšák
2017-04-28
1
-0
/
+3
*
radeonsi: assign VS/TCS/TES/GS shader input parameter locations dynamically
Marek Olšák
2017-04-28
1
-4
/
+65
*
radeonsi: separate out TGSI initialization of si_shader_context
Marek Olšák
2017-04-28
1
-4
/
+3
*
radeonsi: bump RADEON_LLVM_MAX_SYSTEM_VALUES
Nicolai Hähnle
2017-04-05
1
-1
/
+1
*
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
2017-02-28
1
-2
/
+2
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
1
-3
/
+0
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
1
-0
/
+3
*
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
2017-02-07
1
-0
/
+1
*
radeonsi/ac: move a bunch of load/store related things to common code.
Dave Airlie
2017-02-03
1
-3
/
+0
*
radeonsi: remove si_shader_context::param_tess_offchip
Marek Olšák
2017-01-30
1
-5
/
+0
*
radeonsi: replace si_shader_context::soa by bld_base
Samuel Pitoiset
2017-01-13
1
-1
/
+1
*
radeonsi: move si_shader_context::soa::addr to si_shader_context
Samuel Pitoiset
2017-01-13
1
-0
/
+2
*
radeonsi: allocate the array of immediates dynamically
Samuel Pitoiset
2017-01-13
1
-0
/
+3
*
radeonsi: remove unused si_prepare_cube_coords
Nicolai Hähnle
2017-01-13
1
-4
/
+0
*
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
2017-01-13
1
-0
/
+2
*
radeonsi: fold some shader context initialization to si_llvm_context_init
Marek Olšák
2016-11-15
1
-1
/
+3
*
radeonsi: remove si_shader_context::is_gs_copy_shader
Nicolai Hähnle
2016-11-03
1
-1
/
+0
*
radeonsi: get rid of no_{prolog,epilog}
Nicolai Hähnle
2016-11-03
1
-10
/
+0
*
radeonsi: pass the function name to si_llvm_create_func
Nicolai Hähnle
2016-11-03
1
-0
/
+1
*
radeonsi: split is_monolithic into no_prolog and no_epilog
Nicolai Hähnle
2016-11-03
1
-3
/
+12
*
radeonsi: rename prefixes from radeon to si
Marek Olšák
2016-10-18
1
-35
/
+35
*
radeonsi: merge radeon_llvm_context and si_shader_context
Marek Olšák
2016-10-18
1
-19
/
+70
*
radeonsi: import all TGSI->LLVM code from gallium/radeon
Marek Olšák
2016-10-18
1
-0
/
+132
*
radeonsi: move LLVM ALU codegen into radeonsi
Marek Olšák
2016-10-18
1
-0
/
+37
[prev]