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
/
amd
/
common
/
ac_llvm_build.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
1
-0
/
+456
*
ac: make ballot and umsb capable of 64bit inputs
Daniel Schürmann
2018-04-14
1
-9
/
+25
*
radeonsi: move FMASK shader logic to shared code
Marek Olšák
2018-04-02
1
-0
/
+56
*
ac/nir: Add workaround for GFX9 buffer views.
Bas Nieuwenhuizen
2018-03-29
1
-0
/
+24
*
ac/nir: move unpack_param() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+16
*
ac/nir: move trim_vector to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+19
*
ac/nir: move cast_ptr() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+8
*
ac/nir: move ac_build_alloca() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+33
*
ac: add if/loop build helpers
Timothy Arceri
2018-03-08
1
-0
/
+189
*
ac: update enabled channels mask when optimizing PARAM exports
Samuel Pitoiset
2018-03-06
1
-2
/
+16
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-0
/
+23
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-0
/
+23
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
1
-0
/
+22
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
1
-0
/
+13
*
ac: add 64bit support to ac_find_lsb()
Timothy Arceri
2018-02-09
1
-2
/
+20
*
ac: move get_elem_bits() to ac_llvm_build.c
Timothy Arceri
2018-02-09
1
-0
/
+19
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-0
/
+17
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-0
/
+8
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-140
/
+47
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-0
/
+164
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
1
-1
/
+2
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
1
-0
/
+35
*
ac/llvm: bump the number of results to 8.
Dave Airlie
2018-01-31
1
-1
/
+1
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-0
/
+6
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
1
-12
/
+4
*
ac: add ac_build_buffer_load_common() helper
Samuel Pitoiset
2018-01-26
1
-21
/
+40
*
ac: fix ac_build_varying_gather_values() for packed layouts
Timothy Arceri
2018-01-23
1
-1
/
+1
*
ac: add i64_0 and i64_1 to llvm build context
Timothy Arceri
2018-01-14
1
-0
/
+2
*
ac: add f64_0 to the llvm build context
Timothy Arceri
2018-01-12
1
-0
/
+1
*
ac: add f64_1 to the llvm build context
Timothy Arceri
2018-01-12
1
-0
/
+1
*
amd/common: import get_{load,store}_intr_attribs() from RadeonSI
Samuel Pitoiset
2018-01-10
1
-10
/
+2
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
1
-14
/
+18
*
ac: rework ac_llvm_extract_elem()
Timothy Arceri
2018-01-05
1
-3
/
+3
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
1
-0
/
+24
*
amd/common: pass the family to ac_llvm_context_init()
Samuel Pitoiset
2017-12-22
1
-1
/
+2
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
1
-0
/
+9
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
1
-0
/
+1
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
1
-0
/
+22
*
ac: add v2f32 to the common code and make use of it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac: add v3i32 to the common code and make use of it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac: add v2i32 to the common code and use it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
1
-0
/
+31
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
1
-6
/
+9
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
1
-0
/
+23
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
1
-0
/
+7
*
ac: use llvm.amdgcn.kill with LLVM 6.0
Marek Olšák
2017-10-24
1
-0
/
+6
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
1
-13
/
+6
*
ac: Fix a compiler warning for possibly undefined "name"
Eric Anholt
2017-10-23
1
-1
/
+1
*
ac/nir: init full exec mask for merged shaders.
Dave Airlie
2017-10-20
1
-0
/
+8
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
1
-17
/
+25
[next]