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/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
*
ac: add if/loop build helpers
Timothy Arceri
2018-03-08
1
-0
/
+20
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
1
-0
/
+3
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
1
-0
/
+5
*
ac: Use the renumbered const address space for LLVM 7.
Bas Nieuwenhuizen
2018-02-14
1
-1
/
+2
*
ac: move get_elem_bits() to ac_llvm_build.c
Timothy Arceri
2018-02-09
1
-0
/
+3
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-0
/
+2
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-0
/
+2
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-0
/
+13
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
1
-0
/
+1
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
1
-0
/
+3
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-0
/
+3
*
ac: move address space definitions to common code
Marek Olšák
2018-01-27
1
-0
/
+1
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
1
-0
/
+1
*
ac: add i64_0 and i64_1 to llvm build context
Timothy Arceri
2018-01-14
1
-0
/
+2
*
ac: add f64_0 to the llvm build context
Timothy Arceri
2018-01-12
1
-0
/
+1
*
ac: add f64_1 to the llvm build context
Timothy Arceri
2018-01-12
1
-0
/
+1
*
ac: add ac_build_fmin/fmax helpers
Marek Olšák
2018-01-06
1
-1
/
+4
*
ac: move some helpers to ac_llvm_build.c
Timothy Arceri
2018-01-05
1
-0
/
+8
*
amd/common: pass the family to ac_llvm_context_init()
Samuel Pitoiset
2017-12-22
1
-1
/
+2
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
1
-0
/
+2
*
ac: move build_varying_gather_values() to ac_llvm_build.h and expose
Timothy Arceri
2017-12-04
1
-0
/
+4
*
ac: add v2f32 to the common code and make use of it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac: add v3i32 to the common code and make use of it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac: add v2i32 to the common code and use it
Timothy Arceri
2017-11-03
1
-0
/
+1
*
ac/llvm: consolidate find lsb function.
Dave Airlie
2017-10-26
1
-0
/
+4
*
ac/llvm: add i1false/i1true to common code.
Dave Airlie
2017-10-26
1
-0
/
+2
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
1
-0
/
+12
*
radeonsi: postponed KILL isn't postponed anymore, but maintains WQM
Marek Olšák
2017-10-24
1
-0
/
+1
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
1
-1
/
+1
*
ac/nir: init full exec mask for merged shaders.
Dave Airlie
2017-10-20
1
-0
/
+1
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
1
-8
/
+6
*
ac: properly document a buffer.store LLVM workaround
Marek Olšák
2017-10-06
1
-1
/
+1
*
amd/common: move ac_build_phi from radeonsi
Nicolai Hähnle
2017-10-02
1
-0
/
+5
*
amd/common: remove has_ds_bpermute argument from ac_build_ddxy
Nicolai Hähnle
2017-09-18
1
-1
/
+0
*
amd/common: add chip_class to ac_llvm_context
Nicolai Hähnle
2017-09-18
1
-1
/
+6
*
amd/common: round cube array slice in ac_prepare_cube_coords
Nicolai Hähnle
2017-09-18
1
-1
/
+1
*
ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.c
Connor Abbott
2017-09-08
1
-0
/
+5
*
radeonsi: move the guts of ARB_shader_group_vote emission to ac
Connor Abbott
2017-09-08
1
-0
/
+6
*
radeonsi: move si_emit_ballot() to ac
Connor Abbott
2017-09-08
1
-0
/
+3
*
radeonsi: move emit_optimization_barrier() to ac
Connor Abbott
2017-09-08
1
-0
/
+2
*
radeonsi: move llvm_get_type_size() to ac
Connor Abbott
2017-09-08
1
-0
/
+2
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-02
1
-1
/
+0
*
radeonsi: use new function ac_build_umin for edgeflag clamping
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
ac/nir: add always_vector argument to ac_build_gather_values_extended
Nicolai Hähnle
2017-07-31
1
-1
/
+2
[next]