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: Flip s_cbranch / s_cselect to optimize out an s_not if possible.
Timur Kristóf
2020-01-14
2
-8
/
+51
*
aco: Optimize out s_and with exec, when used on uniform bitwise values.
Timur Kristóf
2020-01-14
1
-4
/
+31
*
aco: Don't skip combine_instruction when definitions[1] is used.
Timur Kristóf
2020-01-14
1
-1
/
+1
*
aco: Allow optimizing vote_all and nir_op_iand.
Timur Kristóf
2020-01-14
1
-6
/
+6
*
aco: Implement 64-bit constant propagation.
Timur Kristóf
2020-01-14
4
-25
/
+58
*
vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM first
Jason Ekstrand
2020-01-14
1
-0
/
+4
*
aco: add integer min/max to can_swap_operands
Rhys Perry
2020-01-14
1
-0
/
+4
*
aco: improve readfirstlane after uniform LDS loads
Rhys Perry
2020-01-14
1
-2
/
+5
*
aco: replace extract_vector with copies
Rhys Perry
2020-01-14
1
-2
/
+34
*
aco: allow input modifiers on v_cndmask_b32
Rhys Perry
2020-01-14
1
-1
/
+5
*
aco: don't move literal to reg when making an instruction VOP3 on GFX10
Rhys Perry
2020-01-14
1
-1
/
+1
*
aco: add min(-max(), ) and max(-min(), ) optimization
Rhys Perry
2020-01-14
1
-1
/
+35
*
aco: improve clamp optimization
Rhys Perry
2020-01-14
1
-2
/
+4
*
aco: fix clamp optimization
Rhys Perry
2020-01-14
1
-7
/
+2
*
aco: improve creation of v_madmk_f32/v_madak_f32
Rhys Perry
2020-01-14
1
-53
/
+45
*
aco: take advantage of GFX10's constant bus limit and VOP3 literals
Rhys Perry
2020-01-14
1
-15
/
+49
*
aco: allow an extra SGPR with multiple uses to be applied to VOP3
Rhys Perry
2020-01-14
1
-1
/
+1
*
aco: allow applying two sgprs to an instruction
Rhys Perry
2020-01-14
1
-2
/
+0
*
aco: follow through temporary when merging tests into constant comparisons
Rhys Perry
2020-01-14
1
-1
/
+2
*
aco: be more careful with literals in combine_salu_{n2,lshl_add}
Rhys Perry
2020-01-14
1
-0
/
+8
*
aco: add check_vop3_operands()
Rhys Perry
2020-01-14
1
-24
/
+34
*
aco: rewrite apply_sgprs()
Rhys Perry
2020-01-14
1
-36
/
+51
*
aco: rewrite literal combining
Rhys Perry
2020-01-14
1
-75
/
+89
*
aco: improve can_use_VOP3()
Rhys Perry
2020-01-14
1
-0
/
+7
*
aco: combine two sgprs into a VALU if they're the same
Rhys Perry
2020-01-14
1
-5
/
+11
*
aco: apply literals to split mads
Rhys Perry
2020-01-14
1
-1
/
+4
*
aco: update IR validator
Rhys Perry
2020-01-14
1
-30
/
+41
*
aco: fix unconditional demote_to_helper
Daniel Schürmann
2020-01-13
2
-13
/
+16
*
ac,radeonsi: increase the maximum number of shader args and return values
Marek Olšák
2020-01-13
1
-1
/
+2
*
nir/lower_atomics_to_ssbo: Also lower barriers
Jason Ekstrand
2020-01-13
2
-6
/
+0
*
nir: Rename nir_intrinsic_barrier to control_barrier
Jason Ekstrand
2020-01-13
3
-4
/
+4
*
nir: Add a new memory_barrier_tcs_patch intrinsic
Jason Ekstrand
2020-01-13
2
-0
/
+4
*
aco: check if multiplication/clamp is live when applying output modifier
Rhys Perry
2020-01-13
1
-18
/
+24
*
aco: disable add combining for ds_swizzle_b32
Rhys Perry
2020-01-13
1
-1
/
+1
*
aco: don't DCE atomics with return values
Rhys Perry
2020-01-13
5
-19
/
+26
*
aco: set exec_potentially_empty for demotes
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: better handle neg/abs of sgprs
Rhys Perry
2020-01-13
1
-2
/
+3
*
aco: check usesModifiers() when identifying a neg/abs
Rhys Perry
2020-01-13
1
-2
/
+2
*
aco: handle omod successors with the constant in the first operand
Rhys Perry
2020-01-13
1
-6
/
+8
*
aco: handle VOP3 modifiers when combining a constant comparison's NaN test
Rhys Perry
2020-01-13
1
-0
/
+6
*
aco: fix uninitialized data in the binary
Rhys Perry
2020-01-13
1
-1
/
+5
*
aco: fix imageSize()/textureSize() with large buffers on GFX8
Rhys Perry
2020-01-13
1
-19
/
+15
*
aco: set vm for pos0 exports on GFX10
Rhys Perry
2020-01-13
2
-3
/
+6
*
radv/gfx10: improve performance for TES using PrimID but not exporting it
Samuel Pitoiset
2020-01-13
1
-1
/
+1
*
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2020-01-13
2
-9
/
+15
*
radv/gfx10: do not declare LDS for NGG if useless
Samuel Pitoiset
2020-01-13
1
-6
/
+9
*
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
2020-01-13
4
-12
/
+59
*
radv/gfx10: disable vertex grouping
Samuel Pitoiset
2020-01-13
1
-5
/
+2
*
radv: Use new scanout gfx9 metadata flag.
Bas Nieuwenhuizen
2020-01-12
3
-10
/
+14
*
aco/wave32: Set the definitions of v_cmp instructions to the lane mask.
Timur Kristóf
2020-01-11
1
-4
/
+6
[next]