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_tgsi_setup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
1
-2
/
+2
*
amd/common: add chip_class to ac_llvm_context
Nicolai Hähnle
2017-09-18
1
-1
/
+1
*
radeonsi: remove 2 callbacks from si_shader_context
Marek Olšák
2017-09-07
1
-2
/
+2
*
ac: fail shader compilation if libelf is replaced by an incompatible version
Marek Olšák
2017-08-10
1
-1
/
+4
*
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
radeonsi/gfx9: add workarounds to avoid VGPR indexing completely
Marek Olšák
2017-07-17
1
-2
/
+1
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
1
-42
/
+0
*
radeonsi: don't call gallivm_init_llvm_targets
Marek Olšák
2017-07-17
1
-1
/
+0
*
radeonsi: call LLVMAddEarlyCSEMemSSAPass only for LLVM >= 4.0
Juan A. Suarez Romero
2017-06-08
1
-0
/
+2
*
radeonsi: do EarlyCSEMemSSA LLVM pass
Marek Olšák
2017-06-07
1
-0
/
+2
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-0
/
+5
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-0
/
+1
*
radeonsi/gfx9: set correct LLVM calling conventions for merged shaders
Marek Olšák
2017-05-05
1
-2
/
+17
*
radeonsi: inline si_llvm_shader_type into si_llvm_create_func
Marek Olšák
2017-05-05
1
-31
/
+22
*
radeonsi: fold surrounding code into si_llvm_finalize_module
Marek Olšák
2017-05-05
1
-3
/
+7
*
radeonsi: drop support for LLVM 3.8
Marek Olšák
2017-05-05
1
-28
/
+2
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
1
-1
/
+0
*
radeonsi: separate out TGSI initialization of si_shader_context
Marek Olšák
2017-04-28
1
-31
/
+62
*
radeonsi: strengthen emit_optimization_barrier
Nicolai Hähnle
2017-04-05
1
-0
/
+3
*
radeonsi: support 64-bit system values
Nicolai Hähnle
2017-04-05
1
-4
/
+20
*
radeonsi: access gallivm through ctx in most places
Marek Olšák
2017-04-04
1
-23
/
+23
*
radeonsi: use ctx->types instead of bld->types etc.
Marek Olšák
2017-04-04
1
-8
/
+8
*
radeonsi: use i32_0/1 instead of *int_bld.zero/one in most places
Marek Olšák
2017-04-04
1
-7
/
+7
*
radeonsi: remove most uses of lp_build_const*
Marek Olšák
2017-04-04
1
-13
/
+11
*
radeonsi/gfx9: disable features that don't work
Marek Olšák
2017-03-30
1
-1
/
+3
*
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
2017-03-15
1
-0
/
+11
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
1
-8
/
+0
*
ac: normalize build helper names
Marek Olšák
2017-03-03
1
-1
/
+1
*
radeon: remove unused radeon_elf_util.{c,h}
Timothy Arceri
2017-02-28
1
-1
/
+0
*
radeon/ac: switch from radeon_elf_read() to ac_elf_read()
Timothy Arceri
2017-02-28
1
-1
/
+1
*
radeon/ac: switch from radeon_shader_binary to ac_shader_binary
Timothy Arceri
2017-02-28
1
-1
/
+1
*
radeonsi: set no-signed-zeros-fp-math
Marek Olšák
2017-02-21
1
-1
/
+1
*
gallivm: add no-signed-zeros-fp-math option to lp_create_builder (v2)
Marek Olšák
2017-02-21
1
-1
/
+5
*
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
2017-02-18
1
-16
/
+1
*
radeonsi: add a workaround for clamping unaligned RGB 8 & 16-bit vertex loads
Marek Olšák
2017-02-18
1
-0
/
+3
*
radeonsi: Fix build on LLVM < 3.9 v2
Tom Stellard
2017-02-01
1
-2
/
+4
*
radeonsi: Set datalayout on the llvm module
Tom Stellard
2017-01-31
1
-0
/
+6
*
radeonsi: preload PS inputs only if KILL is used
Marek Olšák
2017-01-23
1
-2
/
+6
*
radeonsi: replace si_shader_context::soa by bld_base
Samuel Pitoiset
2017-01-13
1
-23
/
+23
*
radeonsi: replace ctx->soa.outputs by ctx->outputs
Samuel Pitoiset
2017-01-13
1
-12
/
+17
*
radeonsi: move si_shader_context::soa::addr to si_shader_context
Samuel Pitoiset
2017-01-13
1
-9
/
+8
*
radeonsi: allocate the array of immediates dynamically
Samuel Pitoiset
2017-01-13
1
-5
/
+13
*
amd/common: unify cube map coordinate handling between radeonsi and radv
Nicolai Hähnle
2017-01-13
1
-0
/
+4
*
radeonsi: fix the Witcher 2 black transitions
Marek Olšák
2017-01-09
1
-2
/
+13
*
radeonsi: set si_shader_context::input_decls for ranged decls correctly
Marek Olšák
2017-01-09
1
-1
/
+4
*
radeonsi: set unsafe fpmath on FP instructions when allowed by R600_DEBUG
Marek Olšák
2016-11-15
1
-1
/
+5
*
radeonsi: fold some shader context initialization to si_llvm_context_init
Marek Olšák
2016-11-15
1
-4
/
+26
*
radeonsi: pass the function name to si_llvm_create_func
Nicolai Hähnle
2016-11-03
1
-1
/
+2
*
radeonsi: add always-inline pass to si_llvm_finalize_module
Nicolai Hähnle
2016-11-03
1
-5
/
+5
*
radeonsi: rename prefixes from radeon to si
Marek Olšák
2016-10-18
1
-75
/
+75
[next]