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
/
gallium
/
drivers
/
radeonsi
/
si_shader_tgsi_alu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: remove TGSI
Marek Olšák
2020-01-06
1
-834
/
+0
*
radeonsi/gfx10: use fma for TGSI_OPCODE_FMA
Marek Olšák
2019-09-09
1
-3
/
+14
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-30
/
+17
*
radeonsi: add a workaround for bitfield_extract when count is 0
Timothy Arceri
2018-10-02
1
-11
/
+30
*
radeonsi: NaN should pass kill_if
Axel Davy
2018-09-25
1
-1
/
+2
*
ac: use iN_0/1 constants
Marek Olšák
2018-09-10
1
-1
/
+1
*
radeonsi: remove fetch_args callbacks for ALU instructions
Marek Olšák
2018-08-14
1
-58
/
+27
*
amd: remove support for LLVM 5.0
Marek Olšák
2018-08-03
1
-5
/
+3
*
radeonsi: fix pk2h breakage
Marek Olšák
2018-07-23
1
-2
/
+5
*
radeonsi: stop using lp_build_emit_llvm_unary/binary
Marek Olšák
2018-06-25
1
-9
/
+8
*
radeonsi: stop using lp_bld_intr.h
Marek Olšák
2018-06-25
1
-5
/
+5
*
radeonsi: clean up some #includes
Marek Olšák
2018-06-25
1
-4
/
+0
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: add si_llvm_emit_kill() helper
Timothy Arceri
2018-03-08
1
-12
/
+19
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-11
/
+4
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-8
/
+2
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
1
-8
/
+5
*
radeonsi: make use of ac_build_fdiv()
Samuel Pitoiset
2017-12-14
1
-7
/
+1
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
1
-25
/
+2
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
1
-0
/
+6
*
radeonsi: use postponed KILL only when derivatives are used
Marek Olšák
2017-10-24
1
-1
/
+1
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
1
-26
/
+16
*
radeonsi: use f32_0 and f32_1
Marek Olšák
2017-10-06
1
-8
/
+10
*
radeonsi: don't use bld.elem_type
Marek Olšák
2017-10-06
1
-4
/
+4
*
radeonsi: don't use lp_build_const_*
Marek Olšák
2017-10-06
1
-8
/
+4
*
radeonsi: use ctx->ac.context and ctx->types
Marek Olšák
2017-10-06
1
-13
/
+6
*
radeonsi: use ctx->ac.builder
Marek Olšák
2017-10-06
1
-84
/
+77
*
radeonsi: use ctx->i/f32 types more
Marek Olšák
2017-10-06
1
-6
/
+6
*
radeonsi: use i32_0 and i32_1 more
Marek Olšák
2017-10-06
1
-7
/
+10
*
radeonsi: use ac helpers for bitcasts
Marek Olšák
2017-10-06
1
-7
/
+7
*
radeonsi: emit DLDEXP and DFRACEXP TGSI opcodes
Nicolai Hähnle
2017-09-29
1
-0
/
+25
*
radeonsi: emit LDEXP opcode
Nicolai Hähnle
2017-09-29
1
-0
/
+2
*
radeonsi: add support for TGSI opcodes DCEIL, DFLR, DROUND, DSSG, DTRUNC
Marek Olšák
2017-08-22
1
-0
/
+14
*
radeonsi: use a faster version of PK2H
Marek Olšák
2017-08-22
1
-21
/
+8
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
1
-0
/
+21
*
radeonsi: drop support for LLVM 3.8
Marek Olšák
2017-05-05
1
-4
/
+2
*
radeonsi: access gallivm through ctx in most places
Marek Olšák
2017-04-04
1
-2
/
+2
*
radeonsi: remove most uses of lp_build_const*
Marek Olšák
2017-04-04
1
-1
/
+1
*
radeonsi: drop support for LLVM 3.6 & 3.7
Marek Olšák
2017-03-06
1
-4
/
+2
*
ac: normalize build helper names
Marek Olšák
2017-03-03
1
-8
/
+8
*
radeonsi: replace AMDGPU.bfe.* with amdgcn.*bfe
Marek Olšák
2017-03-03
1
-7
/
+4
*
radeonsi: move kill intrinsic building into amd/common
Marek Olšák
2017-03-03
1
-6
/
+8
*
gallivm,ac: add function attributes at call sites instead of declarations
Marek Olšák
2017-03-01
1
-8
/
+6
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-3
/
+0
*
radeonsi: use shared emit_umsb helper.
Dave Airlie
2017-02-16
1
-22
/
+2
*
radeonsi: use shared emit imsb code.
Dave Airlie
2017-02-16
1
-25
/
+3
*
radeonsi: remove unused si_prepare_cube_coords
Nicolai Hähnle
2017-01-13
1
-196
/
+0
*
radeonsi: only touch first three coordinates in si_prepare_cube_coords
Nicolai Hähnle
2017-01-13
1
-12
/
+1
*
radeonsi: remove unused si_llvm_cube_to_2d_coords
Nicolai Hähnle
2017-01-13
1
-28
/
+0
*
radeonsi: restrict cube map derivative computations to the correct plane
Nicolai Hähnle
2017-01-13
1
-23
/
+107
[next]