index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
/
common
/
ac_llvm_build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-05
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
1
-0
/
+7
2017-07-05
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
1
-3
/
+4
2017-06-28
ac/nir: remove last remnants of v16i8
Dave Airlie
1
-1
/
+0
2017-06-27
ac: add ac_llvm_context::v8i32
Nicolai Hähnle
1
-0
/
+1
2017-06-27
ac: add ac_llvm_context::{i,f}32_{0,1}
Nicolai Hähnle
1
-0
/
+5
2017-06-27
ac: add ac_llvm_context::{i16, i64, f16, f64}
Nicolai Hähnle
1
-0
/
+4
2017-05-29
radeonsi: move building llvm.SI.load.const into ac_build_buffer_load
Marek Olšák
1
-12
/
+34
2017-05-29
radeonsi: rename readonly_memory -> can_speculate
Marek Olšák
1
-4
/
+4
2017-05-08
ac: fix broken elimination of duplicated VS exports
Marek Olšák
1
-14
/
+14
2017-05-05
radeonsi: drop support for LLVM 3.8
Marek Olšák
1
-126
/
+53
2017-05-05
radeonsi: stop using v16i8
Marek Olšák
1
-1
/
+1
2017-05-03
ac: eliminate duplicated VS exports
Marek Olšák
1
-2
/
+79
2017-05-03
ac: rename ac_eliminate_const_vs_outputs -> ac_optimize_vs_outputs
Marek Olšák
1
-5
/
+5
2017-05-03
ac: first parse VS exports before eliminating constant ones
Marek Olšák
1
-24
/
+58
2017-04-27
radeon/ac: remove assert causing regression
Dave Airlie
1
-1
/
+0
2017-04-27
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
1
-1
/
+155
2017-04-10
ac: add unreachable() in ac_build_image_opcode()
Samuel Pitoiset
1
-0
/
+2
2017-03-07
radeonsi/ac: move get_image_intr_name to common
Dave Airlie
1
-0
/
+26
2017-03-06
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
1
-19
/
+11
2017-03-06
radeonsi: set the convergent attribute where needed
Marek Olšák
1
-2
/
+6
2017-03-06
radeonsi: fix LLVM 3.9 - don't use non-matching attributes on declarations
Marek Olšák
1
-3
/
+3
2017-03-06
radeon/ac: fix intrinsic version check
Dave Airlie
1
-1
/
+1
2017-03-03
ac: normalize build helper names
Marek Olšák
1
-150
/
+149
2017-03-03
ac: replace SI.vs.load.input with amdgcn.buffer.load.format
Marek Olšák
1
-0
/
+20
2017-03-03
radeonsi: move SI.vs.load.input building into amd/common
Marek Olšák
1
-0
/
+17
2017-03-03
ac: replace llvm.SI.tbuffer.store with llvm.amdgcn.buffer.store if ADD_TID=0
Marek Olšák
1
-1
/
+57
2017-03-03
ac: remove offen parameter from ac_build_buffer_store_dword
Marek Olšák
1
-5
/
+4
2017-03-03
radeonsi: merge and simplify tbuffer_store functions
Marek Olšák
1
-40
/
+22
2017-03-03
radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
Marek Olšák
1
-0
/
+26
2017-03-03
radeonsi: move kill intrinsic building into amd/common
Marek Olšák
1
-0
/
+16
2017-03-03
radeonsi: set readnone on reads from read-only memory
Marek Olšák
1
-2
/
+9
2017-03-03
radeonsi: replace SI.packf16 with amdgcn.cvt.pkrtz
Marek Olšák
1
-0
/
+18
2017-03-03
ac: replace old image intrinsics with new ones
Marek Olšák
1
-0
/
+80
2017-03-03
radeonsi: move image intrinsic building to amd/common
Marek Olšák
1
-0
/
+68
2017-03-03
ac: replace SI.export with amdgcn.exp.*
Marek Olšák
1
-0
/
+31
2017-03-03
radeonsi: move llvm.SI.export building to amd/common
Marek Olšák
1
-0
/
+15
2017-03-03
ac: unify build_type_name_for_intr functions
Marek Olšák
1
-0
/
+37
2017-03-01
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
1
-9
/
+14
2017-02-25
ac: silence a warning
Marek Olšák
1
-2
/
+1
2017-02-18
ac/llvm: use min+max instead of AMDGPU.clamp on LLVM 5.0
Marek Olšák
1
-0
/
+17
2017-02-18
radeonsi: stop using TGSI_OPCODE_CLAMP by moving it amd/common
Marek Olšák
1
-0
/
+14
2017-02-18
ac/llvm: fix various findMSB bugs
Marek Olšák
1
-2
/
+3
2017-02-16
radeon/ac: add emit umsb shared code.
Dave Airlie
1
-0
/
+25
2017-02-16
radeon/ac: use llvm.amdgcn.sffbh intrinsic instead of AMDGPU.flbit.i32
Dave Airlie
1
-1
/
+2
2017-02-16
radeon/ac: add ac_emit_imsb helper.
Dave Airlie
1
-0
/
+24
2017-02-14
radeon/ac/llvm: add support for sendmsg emission
Dave Airlie
1
-0
/
+13
2017-02-07
radeon/ac: move common llvm build functions to a separate file.
Dave Airlie
1
-0
/
+752