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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: move nomemorycache debug option at the right palce
Samuel Pitoiset
2019-10-30
1
-1
/
+1
*
radv: fix dumping SPIR-V into hang reports
Samuel Pitoiset
2019-10-30
4
-5
/
+13
*
radv: Enable VK_KHR_timeline_semaphore.
Bas Nieuwenhuizen
2019-10-30
2
-1
/
+13
*
radv: Add wait-before-submit support for timelines.
Bas Nieuwenhuizen
2019-10-30
2
-7
/
+154
*
radv: Add timelines with a VK_KHR_timeline_semaphore impl.
Bas Nieuwenhuizen
2019-10-30
3
-60
/
+504
*
radv: Add temporary datastructure for submissions.
Bas Nieuwenhuizen
2019-10-30
1
-28
/
+142
*
radv: Split semaphore into two parts as enum+union.
Bas Nieuwenhuizen
2019-10-30
2
-38
/
+92
*
radv: Always enable syncobj when supported for all fences/semaphores.
Bas Nieuwenhuizen
2019-10-30
1
-2
/
+0
*
radv: Improve fence signalling in QueueSubmit.
Bas Nieuwenhuizen
2019-10-30
1
-13
/
+24
*
radv: Do sparse binding in queue submission.
Bas Nieuwenhuizen
2019-10-30
1
-60
/
+81
*
radv: Split out commandbuffer submission.
Bas Nieuwenhuizen
2019-10-30
1
-163
/
+187
*
radv: Clean up unused variable.
Bas Nieuwenhuizen
2019-10-30
1
-4
/
+3
*
radv: Add an early exit in the secure compile if we already have the cache en...
Bas Nieuwenhuizen
2019-10-30
1
-0
/
+14
*
radv: Compute hashes in secure process for secure compilation.
Bas Nieuwenhuizen
2019-10-30
1
-0
/
+23
*
radv: make use of radv_sc_read()
Timothy Arceri
2019-10-30
3
-39
/
+76
*
radv: add radv_sc_read() helper
Timothy Arceri
2019-10-30
2
-0
/
+42
*
radv: allow select() calls in secure compile
Timothy Arceri
2019-10-30
1
-1
/
+5
*
ac: get tcc_harvested from the kernel
Marek Olšák
2019-10-28
1
-3
/
+8
*
aco: Introduce vgpr_limit to keep track of available VGPRs.
Timur Kristóf
2019-10-28
6
-5
/
+12
*
aco: Implement subgroup shuffle in GFX10 wave64 mode.
Timur Kristóf
2019-10-28
6
-16
/
+113
*
aco: Remove dead code in reduction lowering.
Rhys Perry
2019-10-28
1
-16
/
+14
*
aco: Fix reductions on GFX10.
Rhys Perry
2019-10-28
3
-18
/
+95
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
radv: fix OpQuantizeToF16 for NaN on GFX6-7
Samuel Pitoiset
2019-10-28
1
-2
/
+2
*
radv: enable fast depth/stencil clears with separate aspects on GFX8
Samuel Pitoiset
2019-10-28
1
-7
/
+0
*
radv: fix empty-body instruction
Eric Engestrom
2019-10-27
1
-1
/
+1
*
radv: enable secure compile support
Timothy Arceri
2019-10-26
2
-3
/
+26
*
radv: a support for a secure compile fork at device creation
Timothy Arceri
2019-10-26
1
-1
/
+299
*
radv: add radv_secure_compile()
Timothy Arceri
2019-10-26
1
-0
/
+134
*
radv: for secure compile exit early from radv_shader_variant_create()
Timothy Arceri
2019-10-26
1
-1
/
+8
*
radv: allow the secure process to read and write from disk cache
Timothy Arceri
2019-10-26
1
-5
/
+77
*
radv: add radv_device_use_secure_compile() helper
Timothy Arceri
2019-10-26
1
-0
/
+6
*
radv: add some new members to radv device and instance for secure compile
Timothy Arceri
2019-10-26
1
-0
/
+21
*
radv: add radv_secure_compile_type enum
Timothy Arceri
2019-10-26
1
-0
/
+11
*
radv: add radv_create_shaders() to radv_shader.h
Timothy Arceri
2019-10-26
2
-1
/
+10
*
radv: add debug option to turn off in memory cache
Timothy Arceri
2019-10-26
3
-5
/
+22
*
radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo
Timothy Arceri
2019-10-26
1
-9
/
+8
*
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
*
radv: fix VK_KHR_shader_float_controls dependency on GFX6-7
Samuel Pitoiset
2019-10-25
1
-3
/
+3
*
radv: compute the number of records correctly for vertex buffers
Samuel Pitoiset
2019-10-24
1
-5
/
+7
*
aco: take LDS into account when calculating num_waves
Rhys Perry
2019-10-23
4
-7
/
+42
[next]