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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: fix p_extract_vector optimization in presence of unequally sized vector ...
Daniel Schürmann
2020-04-13
1
-22
/
+27
*
aco: fix nir_op_pack_32_2x16_split if one operand is a constant
Samuel Pitoiset
2020-04-13
1
-0
/
+2
*
aco: implement 16-bit nir_op_f2i64/nir_op_f2u64
Samuel Pitoiset
2020-04-13
1
-4
/
+10
*
aco: fix f2i64/f2u64 with sgprs if the exponent computation overflow
Samuel Pitoiset
2020-04-13
1
-5
/
+5
*
aco: make some reg_file helpers private and fix their uses
Daniel Schürmann
2020-04-10
1
-25
/
+29
*
aco: rename aco_lower_bool_phis() -> aco_lower_phis()
Daniel Schürmann
2020-04-10
5
-7
/
+7
*
aco: lower subdword phis with SGPR operands
Daniel Schürmann
2020-04-10
1
-0
/
+26
*
aco: don't constant-propagate into subdword PSEUDO instructions
Daniel Schürmann
2020-04-10
1
-6
/
+8
*
aco: ensure correct bit representation of subdword constants
Daniel Schürmann
2020-04-10
1
-0
/
+6
*
aco: setup subdword regclasses for ssa_undef & load_const
Daniel Schürmann
2020-04-10
1
-12
/
+8
*
aco: implement nir_op_b2f16/nir_op_i2f16/nir_op_u2f16
Samuel Pitoiset
2020-04-10
2
-0
/
+33
*
aco: implement 16-bit comparisons
Samuel Pitoiset
2020-04-10
1
-13
/
+31
*
aco: implement 16-bit nir_op_fmax3/nir_op_fmin3/nir_op_fmed3
Samuel Pitoiset
2020-04-10
1
-5
/
+16
*
aco: implement 16-bit nir_op_ldexp
Samuel Pitoiset
2020-04-10
1
-8
/
+10
*
aco: implement 16-bit nir_op_f2i32/nir_op_f2u32
Samuel Pitoiset
2020-04-10
1
-2
/
+18
*
aco: implement 16-bit nir_op_bcsel
Samuel Pitoiset
2020-04-10
1
-2
/
+8
*
aco: implement 16-bit nir_op_fsign
Samuel Pitoiset
2020-04-10
1
-2
/
+10
*
aco: implement 16-bit nir_op_fsat
Samuel Pitoiset
2020-04-10
1
-2
/
+6
*
aco: implement 16-bit nir_op_fmul
Samuel Pitoiset
2020-04-10
1
-4
/
+9
*
aco: implement 16-bit nir_op_fcos/nir_op_fsin
Samuel Pitoiset
2020-04-10
1
-4
/
+9
*
aco: implement 16-bit nir_op_fsub/nir_op_fadd
Samuel Pitoiset
2020-04-10
1
-9
/
+20
*
aco: implement 16-bit nir_op_fabs/nir_op_fneg
Samuel Pitoiset
2020-04-10
1
-4
/
+10
*
aco: implement 16-bit nir_op_fmax/nir_op_fmin
Samuel Pitoiset
2020-04-10
1
-16
/
+22
*
aco: implement 16-bit nir_op_ffloor/nir_op_fceil
Samuel Pitoiset
2020-04-10
1
-7
/
+13
*
aco: implement 16-bit nir_op_fsqrt/nir_op_frcp/nir_op_frsq
Samuel Pitoiset
2020-04-10
1
-9
/
+21
*
aco: implement 16-bit nir_op_ftrunc/nir_op_fround_even
Samuel Pitoiset
2020-04-10
1
-7
/
+13
*
aco: implement 16-bit nir_op_fexp2/nir_op_flog2
Samuel Pitoiset
2020-04-10
1
-3
/
+11
*
aco: implement 16-bit nir_op_ffract
Samuel Pitoiset
2020-04-10
1
-2
/
+6
*
aco: implement 16-bit nir_op_frexp_sig/nir_op_frexp_exp
Samuel Pitoiset
2020-04-10
1
-11
/
+15
*
aco: RA - move all std::function objects into proper functions
Daniel Schürmann
2020-04-09
1
-136
/
+134
*
aco: move all needed helper containers to ra_ctx
Daniel Schürmann
2020-04-09
1
-56
/
+58
*
aco: change live_out variables to std::unordered_set
Daniel Schürmann
2020-04-09
4
-8
/
+17
*
aco: change some std::map to std::unordered_map in register_allocation
Daniel Schürmann
2020-04-09
1
-14
/
+14
*
aco: refactor try_remove_trivial_phi() in RA
Daniel Schürmann
2020-04-09
2
-23
/
+25
*
aco: improve speed of live_var_analysis
Daniel Schürmann
2020-04-09
1
-53
/
+20
*
aco: during RA only insert into renames table if a variable got renamed
Daniel Schürmann
2020-04-09
1
-18
/
+11
*
aco: replace assignment hashmap by std::vector in register allocation
Daniel Schürmann
2020-04-09
1
-74
/
+92
*
aco: improve register assignment when live-range splits are necessary
Daniel Schürmann
2020-04-09
1
-3
/
+5
*
aco: improve hashing for value numbering
Daniel Schürmann
2020-04-09
1
-28
/
+79
*
aco: add explicit padding for all Instruction sub-structs
Daniel Schürmann
2020-04-09
1
-11
/
+46
*
aco: guarantee that Temp fits in 4 bytes
Daniel Schürmann
2020-04-09
1
-9
/
+9
*
radv: allow TC-compat HTILE with GENERAL outside of render loops
Samuel Pitoiset
2020-04-09
1
-1
/
+16
*
radv: only enable TC-compat HTILE for images readable by a shader
Samuel Pitoiset
2020-04-09
1
-0
/
+8
*
radv: only expose fp16 control features for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-5
/
+10
*
radv: only expose storageInputOutput16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-2
/
+2
*
radv: only expose shaderFloat16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
2
-3
/
+3
*
ac,radv: add ac_gpu_info::has_double_rate_fp16
Samuel Pitoiset
2020-04-09
3
-2
/
+6
*
radv: Use correct buffer count with variable descriptor set sizes.
Bas Nieuwenhuizen
2020-04-08
3
-1
/
+3
*
radv: Whitespace fixup.
Bas Nieuwenhuizen
2020-04-08
1
-1
/
+0
*
radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZE
Samuel Iglesias Gonsálvez
2020-04-08
1
-1
/
+1
[next]