index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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: add ac_get_i1_sgpr_mask
Marek Olšák
2019-04-23
1
-0
/
+2
*
ac: add ac_build_load_helper_invocation() helper
Samuel Pitoiset
2019-04-12
1
-0
/
+3
*
ac: add ac_build_ddxy_interp() helper
Samuel Pitoiset
2019-04-12
1
-0
/
+3
*
ac: add ac_build_umax() and use it where possible
Samuel Pitoiset
2019-04-12
1
-0
/
+1
*
ac: add ac_build_frex_exp() helper ans 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
1
-0
/
+4
*
ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
1
-0
/
+4
*
ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
Samuel Pitoiset
2019-03-27
1
-0
/
+4
*
ac: add f16_0 and f16_1 constants
Samuel Pitoiset
2019-03-21
1
-0
/
+2
*
ac: add ac_build_tbuffer_store_byte() helper
Samuel Pitoiset
2019-03-21
1
-0
/
+9
*
ac: add ac_build_tbuffer_load_byte() helper
Samuel Pitoiset
2019-03-21
1
-0
/
+8
*
ac: add various int8 definitions
Samuel Pitoiset
2019-03-21
1
-0
/
+2
*
ac: use new LLVM 8 intrinsic when storing 16-bit values
Samuel Pitoiset
2019-03-20
1
-0
/
+9
*
ac: add ac_build_{struct,raw}_tbuffer_store() helpers
Samuel Pitoiset
2019-03-20
1
-0
/
+29
*
ac: add ac_build_buffer_store_format() helper
Samuel Pitoiset
2019-03-20
1
-0
/
+11
*
ac: use the raw tbuffer version for 16-bit SSBO loads
Samuel Pitoiset
2019-03-13
1
-1
/
+0
*
ac: add ac_build_{struct,raw}_tbuffer_load() helpers
Samuel Pitoiset
2019-03-13
1
-12
/
+25
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
1
-15
/
+15
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
1
-0
/
+8
*
ac: add ac_build_llvm8_tbuffer_load() helper
Samuel Pitoiset
2019-02-18
1
-0
/
+14
*
ac: make use of ac_build_expand_to_vec4() in visit_image_store()
Samuel Pitoiset
2019-02-14
1
-3
/
+0
*
amd/common: Add gep helper for pointer increment.
Bas Nieuwenhuizen
2019-02-06
1
-0
/
+5
*
amd/common: scan/reduce across waves of a workgroup
Nicolai Hähnle
2018-12-19
1
-0
/
+36
*
amd/common: add ac_build_ifcc
Nicolai Hähnle
2018-12-19
1
-0
/
+1
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-5
/
+3
*
ac: avoid casting pointers on bcsel and stores
Dave Airlie
2018-11-21
1
-0
/
+1
*
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
[next]