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
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi/gfx10: generate VS and TES as NGG merged ESGS shaders
Nicolai Hähnle
2019-07-03
1
-1
/
+1
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
1
-2
/
+12
*
Change a few frequented uses of DEBUG to !NDEBUG
Marek Olšák
2019-05-29
1
-3
/
+3
*
radeonsi: fix regression in indirect input swizzles.
Dave Airlie
2018-08-31
1
-2
/
+5
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
1
-8
/
+10
*
ac,radeonsi: use ac_build_gather_values more
Marek Olšák
2018-08-21
1
-12
/
+5
*
radeonsi: use ac_build_imad
Marek Olšák
2018-08-21
1
-10
/
+4
*
radeonsi: don't use emit_data->args in atomic_emit
Marek Olšák
2018-08-14
1
-0
/
+2
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
1
-2
/
+6
*
ac: fold LLVMContext creation into ac_llvm_context_init
Marek Olšák
2018-07-04
1
-4
/
+1
*
radeonsi: reorder code in si_llvm_context_init
Marek Olšák
2018-07-04
1
-13
/
+13
*
radeonsi: use ac_compile_module_to_binary to reduce compile times
Marek Olšák
2018-07-04
1
-31
/
+2
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-2
/
+2
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
1
-4
/
+1
*
radeonsi: stop using lp_build_alloc
Marek Olšák
2018-06-25
1
-11
/
+8
*
radeonsi: stop using lp_build_gather_values
Marek Olšák
2018-06-25
1
-2
/
+1
*
radeonsi: clean up some #includes
Marek Olšák
2018-06-25
1
-13
/
+1
*
amd: remove support for LLVM 4.0
Marek Olšák
2018-05-17
1
-2
/
+1
*
radeonsi: move data_layout into si_compiler
Marek Olšák
2018-04-27
1
-6
/
+1
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
1
-33
/
+1
*
radeonsi: move target_library_info into si_compiler
Marek Olšák
2018-04-27
1
-5
/
+2
*
radeonsi: use si_compiler::triple in si_llvm_optimize_module
Marek Olšák
2018-04-27
1
-2
/
+2
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
1
-1
/
+1
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-6
/
+7
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: Fix include for LLVMAddPromoteMemoryToRegisterPass
Mike Lothian
2018-04-02
1
-0
/
+3
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-1
/
+1
*
radeonsi: fix a snprintf warning on gcc 7.3.0
Marek Olšák
2018-03-21
1
-1
/
+1
*
radeonsi: make use of if/loop build helpers in ac
Timothy Arceri
2018-03-08
1
-152
/
+11
*
radeonsi: remove si_llvm_add_attribute
Marek Olšák
2018-03-07
1
-8
/
+0
*
radeonsi: set some context vars for nir path
Timothy Arceri
2018-03-01
1
-6
/
+10
*
radeonsi: make si_declare_compute_memory() more generic and call for nir
Timothy Arceri
2018-02-13
1
-1
/
+1
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-2
/
+0
*
radeonsi: remove unused si_shader_context members
Marek Olšák
2018-02-01
1
-7
/
+0
*
ac: import lp_create_builder() from gallivm
Samuel Pitoiset
2018-01-16
1
-4
/
+4
*
amd/common: pass the family to ac_llvm_context_init()
Samuel Pitoiset
2017-12-22
1
-1
/
+2
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
1
-7
/
+10
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-4
/
+4
*
radeonsi: move shader debug helpers out of r600_pipe_common.c
Marek Olšák
2017-11-29
1
-2
/
+2
*
radeonsi: get llvm types from ac
Timothy Arceri
2017-11-11
1
-4
/
+4
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
1
-2
/
+2
*
radeonsi: use f32_0 and f32_1
Marek Olšák
2017-10-06
1
-1
/
+1
*
radeonsi: lp_type::length is always 1
Marek Olšák
2017-10-06
1
-2
/
+2
*
radeonsi: don't use lp_build_const_*
Marek Olšák
2017-10-06
1
-1
/
+1
*
radeonsi: use ctx->ac.context and ctx->types
Marek Olšák
2017-10-06
1
-28
/
+24
*
radeonsi: use ctx->ac.builder
Marek Olšák
2017-10-06
1
-50
/
+34
*
radeonsi: use i32_0 and i32_1 more
Marek Olšák
2017-10-06
1
-4
/
+3
*
radeonsi: use ac helpers for bitcasts
Marek Olšák
2017-10-06
1
-6
/
+8
*
radeonsi: use si_get_indirect_index for TEMP indexing
Marek Olšák
2017-10-06
1
-18
/
+4
[next]