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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: use the ac helper for index buffer stores in the culling shader
Marek Olšák
2019-06-11
1
-2
/
+3
*
ac: rename LLVM <= 7 helpers for readability
Marek Olšák
2019-06-04
1
-37
/
+37
*
ac: fix a typo in ac_build_wg_scan_bottom
Marek Olšák
2019-06-04
1
-1
/
+1
*
ac,radv: do not emit vec3 for raw load/store on SI
Samuel Pitoiset
2019-06-04
1
-6
/
+6
*
ac,radv: remove the vec3 restriction with LLVM 9+
Samuel Pitoiset
2019-06-03
1
-7
/
+8
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-13
/
+13
*
ac: use 1D GEPs for descriptors and constants
Marek Olšák
2019-05-14
1
-9
/
+6
*
amd/common: add ac_build_opencoded_fetch_format
Nicolai Hähnle
2019-05-13
1
-0
/
+313
*
ac: tidy up ac_build_llvm8_tbuffer_{load,store}
Samuel Pitoiset
2019-05-02
1
-13
/
+13
*
ac: add ac_get_i1_sgpr_mask
Marek Olšák
2019-04-23
1
-0
/
+16
*
ac: use struct/raw store intrinsics for 8-bit/16-bit int with LLVM 9+
Samuel Pitoiset
2019-04-17
1
-14
/
+34
*
ac: use struct/raw load intrinsics for 8-bit/16-bit int with LLVM 9+
Samuel Pitoiset
2019-04-17
1
-12
/
+38
*
ac: add support for more types with struct/raw LLVM intrinsics
Samuel Pitoiset
2019-04-17
1
-20
/
+26
*
radeonsi: set AC_FUNC_ATTR_READNONE for image opcodes where it was missing
Marek Olšák
2019-04-12
1
-0
/
+1
*
ac: add ac_build_load_helper_invocation() helper
Samuel Pitoiset
2019-04-12
1
-0
/
+10
*
ac: add ac_build_ddxy_interp() helper
Samuel Pitoiset
2019-04-12
1
-0
/
+20
*
ac: add ac_build_umax() and use it where possible
Samuel Pitoiset
2019-04-12
1
-0
/
+7
*
ac: add 16-bit support to ac_build_ddxy()
Rhys Perry
2019-04-10
1
-5
/
+17
*
ac: add 8-bit and 64-bit support to ac_build_bitfield_reverse()
Samuel Pitoiset
2019-04-01
1
-0
/
+14
*
ac: add 8-bit support to ac_build_umsb()
Samuel Pitoiset
2019-04-01
1
-1
/
+7
*
ac: add 8-bit support to ac_find_lsb()
Samuel Pitoiset
2019-04-01
1
-1
/
+6
*
ac: add 8-bit support to ac_build_bit_count()
Samuel Pitoiset
2019-04-01
1
-0
/
+7
*
ac: fix ac_build_umsb() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-1
/
+6
*
ac: fix ac_find_lsb() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac: fix ac_build_bitfield_reverse() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac: fix ac_build_bit_count() for 16-bit integer type
Samuel Pitoiset
2019-04-01
1
-0
/
+2
*
ac: fix return type for llvm.amdgcn.frexp.exp.i32.64
Samuel Pitoiset
2019-03-29
1
-1
/
+1
*
ac: add ac_build_frex_exp() helper ans 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
1
-0
/
+24
*
ac: add ac_build_frexp_mant() helper and 16-bit/32-bit support
Samuel Pitoiset
2019-03-28
1
-0
/
+25
*
ac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
Samuel Pitoiset
2019-03-27
1
-0
/
+27
*
ac: fix incorrect argument type for tbuffer.{load,store} with LLVM 7
Samuel Pitoiset
2019-03-21
1
-4
/
+4
*
ac: add 16-bit support to fract
Samuel Pitoiset
2019-03-21
1
-1
/
+4
*
ac: add 16-bit support fo fsign
Samuel Pitoiset
2019-03-21
1
-1
/
+5
*
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
/
+19
*
ac: add ac_build_tbuffer_load_byte() helper
Samuel Pitoiset
2019-03-21
1
-0
/
+18
*
ac: add various int8 definitions
Samuel Pitoiset
2019-03-21
1
-2
/
+8
*
ac: use new LLVM 8 intrinsics in ac_build_buffer_store_dword()
Samuel Pitoiset
2019-03-20
1
-40
/
+26
*
ac: use new LLVM 8 intrinsic when storing 16-bit values
Samuel Pitoiset
2019-03-20
1
-0
/
+20
*
ac: add ac_build_{struct,raw}_tbuffer_store() helpers
Samuel Pitoiset
2019-03-20
1
-0
/
+127
*
ac: use new LLVM 8 intrinsics in ac_build_buffer_load()
Samuel Pitoiset
2019-03-20
1
-0
/
+8
*
ac: add ac_build_buffer_store_format() helper
Samuel Pitoiset
2019-03-20
1
-0
/
+100
*
ac: make use of ac_get_store_intr_attribs() where possible
Samuel Pitoiset
2019-03-20
1
-6
/
+2
*
ac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
Samuel Pitoiset
2019-03-20
1
-5
/
+4
*
ac: use the raw tbuffer version for 16-bit SSBO loads
Samuel Pitoiset
2019-03-13
1
-3
/
+3
*
ac: add ac_build_{struct,raw}_tbuffer_load() helpers
Samuel Pitoiset
2019-03-13
1
-5
/
+43
*
ac: rework typed buffers loads for LLVM 7
Samuel Pitoiset
2019-03-13
1
-40
/
+66
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
1
-0
/
+31
*
ac/nir: make ac_build_fdiv support 16-bit floats
Rhys Perry
2019-02-19
1
-1
/
+1
*
ac/nir: make ac_build_isign work on all bit sizes
Rhys Perry
2019-02-19
1
-23
/
+4
[next]