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
*
ac: drop llvm8 from some load/store helpers
Samuel Pitoiset
2019-08-27
1
-115
/
+75
*
ac,radv,radeonsi: remove LLVM 7 support
Samuel Pitoiset
2019-08-23
1
-257
/
+48
*
ac: fix exclusive scans on GFX8-GFX9
Samuel Pitoiset
2019-08-22
1
-4
/
+3
*
radeonsi/nir: always lower ballot masks as 64-bit, codegen handles it
Marek Olšák
2019-08-19
1
-1
/
+4
*
ac/nir: Fix store_scratch with a non-full writemask
Connor Abbott
2019-08-18
1
-0
/
+16
*
ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+2
*
ac/nir: Use correct cast for readfirstlane and ptrs.
Bas Nieuwenhuizen
2019-08-06
1
-0
/
+2
*
ac: fix a memory leak in the error path of ac_build_type_name_for_intr
Marek Olšák
2019-07-30
1
-0
/
+1
*
ac: allow control flow statements in NIR callbacks
Marek Olšák
2019-07-30
1
-17
/
+18
*
ac: do not crash when the buffer data format is invalid
Samuel Pitoiset
2019-07-29
1
-0
/
+1
*
radeonsi/gfx10: use 32-bit wavemasks for Wave32
Marek Olšák
2019-07-19
1
-5
/
+19
*
ac: create the LLVM builder in ac_llvm_context_init
Marek Olšák
2019-07-19
1
-2
/
+2
*
ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_init
Marek Olšák
2019-07-19
1
-1
/
+4
*
ac: initial Wave32 support in LLVM build helpers
Marek Olšák
2019-07-19
1
-9
/
+15
*
ac: use llvm.amdgcn.writelane
Marek Olšák
2019-07-19
1
-2
/
+6
*
ac: fix shader clock on LLVM 9
Marek Olšák
2019-07-19
1
-2
/
+3
*
ac: add missing formats to ac_get_tbuffer_format() for GFX10
Samuel Pitoiset
2019-07-07
1
-0
/
+2
*
ac: use an LLVM fence instead of s.waitcnt when possible
Marek Olšák
2019-07-04
1
-9
/
+9
*
ac: remove unused AC_WAIT_EXP
Marek Olšák
2019-07-04
1
-4
/
+1
*
ac: only set ac_dlc in ac_llvm_build.c
Marek Olšák
2019-07-04
1
-1
/
+7
*
ac: replace glc,slc with cache_policy for loads
Marek Olšák
2019-07-04
1
-54
/
+42
*
ac: replace glc,slc with cache_policy for stores
Marek Olšák
2019-07-04
1
-40
/
+30
*
ac: rework ac_build_waitcnt for gfx10
Marek Olšák
2019-07-03
1
-1
/
+37
*
amd/common/gfx10: set DLC for llvm.amdgcn.s.buffer.load
Nicolai Hähnle
2019-07-03
1
-3
/
+1
*
radeonsi/gfx10: set DLC for loads when GLC is set
Marek Olšák
2019-07-03
1
-4
/
+15
*
amd/common/gfx10: support new tbuffer encoding
Nicolai Hähnle
2019-07-03
1
-2
/
+45
*
amd/common/gfx10: implement scan & reduce operations
Nicolai Hähnle
2019-07-03
1
-8
/
+104
*
radeonsi: set the calling convention for inlined function calls
Marek Olšák
2019-06-24
1
-0
/
+8
*
amd/common: lower bitfield_extract to ubfe/ibfe.
Daniel Schürmann
2019-06-24
1
-5
/
+16
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
1
-38
/
+23
*
ac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+
Samuel Pitoiset
2019-06-17
1
-3
/
+4
*
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
[next]