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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
aco: Refactor hazard mitigations, separate pass for GFX10.
Timur Kristóf
2019-10-25
1
-70
/
+113
*
aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.
Timur Kristóf
2019-10-25
1
-10
/
+20
*
aco/gfx10: Mitigate LdsBranchVmemWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+66
*
aco/gfx10: Mitigate SMEMtoVectorWriteHazard.
Timur Kristóf
2019-10-25
2
-0
/
+70
*
aco/gfx10: Mitigate VcmpxExecWARHazard.
Timur Kristóf
2019-10-25
2
-0
/
+59
*
aco/gfx10: Mitigate VcmpxPermlaneHazard.
Timur Kristóf
2019-10-25
2
-0
/
+28
*
aco/gfx10: Add notes about some GFX10 hazards.
Timur Kristóf
2019-10-25
2
-2
/
+37
*
aco: take LDS into account when calculating num_waves
Rhys Perry
2019-10-23
4
-7
/
+42
*
aco: increase accuracy of SGPR limits
Rhys Perry
2019-10-23
6
-28
/
+95
*
Revert "aco: only emit waitcnt on loop continues if we there was some load or...
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: add missing bld.scc()
Rhys Perry
2019-10-22
1
-1
/
+1
*
aco: keep can_reorder/barrier when combining addition into SMEM
Rhys Perry
2019-10-22
1
-0
/
+2
*
aco: add a few missing checks in value numbering
Rhys Perry
2019-10-22
1
-1
/
+4
*
aco: use ds_read2_b64/ds_write2_b64
Rhys Perry
2019-10-22
1
-7
/
+24
*
aco: properly combine additions into ds_write2_b64/ds_read2_b64
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: fix sparse store_lds()
Rhys Perry
2019-10-22
1
-8
/
+40
*
aco: create load_lds/store_lds helpers
Rhys Perry
2019-10-22
1
-176
/
+195
*
aco: fix 64-bit p_extract_vector on 32-bit p_create_vector
Rhys Perry
2019-10-22
1
-1
/
+2
*
aco: small stage corrections
Rhys Perry
2019-10-22
2
-11
/
+13
*
aco: refactor value numbering
Daniel Schürmann
2019-10-22
1
-55
/
+53
*
aco: run opt_algebraic in a loop
Rhys Perry
2019-10-21
1
-3
/
+8
*
aco: use nir_lower_idiv_precise
Rhys Perry
2019-10-21
1
-1
/
+1
*
nir/lower_idiv: add new llvm-based path
Rhys Perry
2019-10-21
1
-1
/
+1
*
aco: ensure that uniform booleans are computed in WQM if their uses happen in...
Daniel Schürmann
2019-10-21
1
-1
/
+2
*
aco/gfx10: Update constant addresses in fix_branches_gfx10.
Timur Kristóf
2019-10-21
1
-1
/
+12
*
aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
Timur Kristóf
2019-10-21
1
-1
/
+7
*
aco/gfx10: Wait for pending SMEM stores before loads
Timur Kristóf
2019-10-21
2
-1
/
+33
*
aco: don't combine minmax3 if there is a neg or abs modifier in between
Daniel Schürmann
2019-10-17
1
-29
/
+1
*
aco: emit_split_vector() s_memtime results
Rhys Perry
2019-10-16
1
-0
/
+1
*
aco: don't CSE s_memtime
Rhys Perry
2019-10-16
1
-1
/
+1
*
aco: fix scheduling with s_memtime/s_memrealtime
Rhys Perry
2019-10-16
1
-0
/
+8
*
aco: don't use p_as_uniform for vgpr sampler/image indices
Rhys Perry
2019-10-11
1
-1
/
+3
*
aco: implement divergent vulkan_resource_index
Rhys Perry
2019-10-11
2
-4
/
+14
*
aco: readfirstlane vgpr pointers in convert_pointer_to_64_bit()
Rhys Perry
2019-10-11
1
-0
/
+2
*
aco: use can_accept_constant in valu_can_accept_literal
Rhys Perry
2019-10-11
1
-7
/
+8
*
aco: don't apply sgprs/constants to read/write lane instructions
Rhys Perry
2019-10-11
1
-1
/
+11
*
aco: update print_ir
Rhys Perry
2019-10-10
1
-0
/
+39
*
aco: rework scratch resource code
Rhys Perry
2019-10-10
1
-22
/
+28
*
aco/gfx10: disable GFX9 1D texture workarounds
Rhys Perry
2019-10-10
1
-5
/
+5
*
aco/gfx10: fix inline uniform blocks
Rhys Perry
2019-10-10
1
-3
/
+9
*
aco: Clean up usages of PhysReg::reg from aco_assembler.
Timur Kristóf
2019-10-10
1
-27
/
+27
*
aco: Add extra assertion for number of FS input VGPRs.
Timur Kristóf
2019-10-10
1
-0
/
+7
*
aco: Fix s_dcache_wb on GFX10.
Timur Kristóf
2019-10-10
2
-0
/
+13
*
aco: Have s_waitcnt_vscnt write to NULL.
Rhys Perry
2019-10-10
1
-2
/
+3
*
aco: Use the VOP3-only add/sub GFX10 instructions if needed.
Rhys Perry
2019-10-10
1
-1
/
+15
*
aco: Initial work to avoid GFX10 hazards.
Rhys Perry
2019-10-10
2
-36
/
+117
*
aco: pad code with s_code_end on GFX10
Rhys Perry
2019-10-10
1
-2
/
+13
*
aco: workaround GFX10 0x3f branch bug
Rhys Perry
2019-10-10
1
-5
/
+39
*
aco: Fix VS input VGPRs on GFX10.
Timur Kristóf
2019-10-10
1
-1
/
+5
*
aco: Assemble opsel in VOP3 instructions.
Rhys Perry
2019-10-10
2
-2
/
+3
[next]