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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: Introduce ac_build_expand()
Connor Abbott
2018-10-22
1
-0
/
+3
*
ac: add helpers for fast integer division by a constant
Marek Olšák
2018-10-16
1
-0
/
+17
*
radv: emit the GLC bit for SSBO loads/stores when needed
Samuel Pitoiset
2018-10-12
1
-1
/
+2
*
ac: add ac_build_round
Marek Olšák
2018-10-06
1
-0
/
+1
*
ac: define all address spaces properly
Marek Olšák
2018-10-06
1
-4
/
+6
*
ac: add 16-bit constant values for zero and one
Samuel Pitoiset
2018-09-17
1
-0
/
+2
*
ac: add ac_build_bifield_reverse() helper
Samuel Pitoiset
2018-09-17
1
-0
/
+3
*
ac: add ac_build_bit_count() helper
Samuel Pitoiset
2018-09-17
1
-0
/
+2
*
radeonsi: fix GPU hangs with bindless textures and LLVM 7.0
Marek Olšák
2018-09-10
1
-0
/
+4
*
ac: fix WAITCNT flags for GFX9
Marek Olšák
2018-08-22
1
-0
/
+6
*
ac: add imad & fmad helpers
Marek Olšák
2018-08-21
1
-0
/
+4
*
ac: add ac_build_s_barrier
Marek Olšák
2018-08-21
1
-0
/
+1
*
ac: add support for 16bit UBO loads
Daniel Schürmann
2018-07-23
1
-0
/
+8
*
ac: fold LLVMContext creation into ac_llvm_context_init
Marek Olšák
2018-07-04
1
-1
/
+1
*
ac/nir: use ac_build_image_opcode for image intrinsics
Nicolai Hähnle
2018-04-20
1
-6
/
+0
*
radeonsi: generate image load/store/atomic ops using ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-5
/
+32
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-7
/
+7
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-1
/
+12
*
ac: add LLVM build functions for subgroup instrinsics
Daniel Schürmann
2018-04-14
1
-1
/
+29
*
radeonsi: move FMASK shader logic to shared code
Marek Olšák
2018-04-02
1
-0
/
+3
*
ac/nir: Add workaround for GFX9 buffer views.
Bas Nieuwenhuizen
2018-03-29
1
-0
/
+10
*
ac/nir: move unpack_param() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+3
*
ac/nir: move trim_vector to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+3
*
ac/nir: move cast_ptr() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+3
*
ac/nir: move ac_build_alloca() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-0
/
+5
*
ac: add if/loop build helpers
Timothy Arceri
2018-03-08
1
-0
/
+20
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
1
-0
/
+5
*
ac: Use the renumbered const address space for LLVM 7.
Bas Nieuwenhuizen
2018-02-14
1
-1
/
+2
*
ac: move get_elem_bits() to ac_llvm_build.c
Timothy Arceri
2018-02-09
1
-0
/
+3
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-0
/
+2
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-0
/
+2
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-0
/
+13
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
1
-0
/
+1
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
1
-0
/
+3
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-0
/
+3
*
ac: move address space definitions to common code
Marek Olšák
2018-01-27
1
-0
/
+1
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
1
-0
/
+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
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
1
-1
/
+4
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
1
-0
/
+8
*
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
/
+2
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
1
-0
/
+4
*
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
[next]