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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radv/winsys: set has_syncobj_wait_for_submit in the null winsys
Rhys Perry
2020-03-20
1
-0
/
+1
*
radv: fix optional pSizes parameter when binding streamout buffers
Samuel Pitoiset
2020-03-20
1
-1
/
+6
*
radv: call nir_shader_gather_info again
Rhys Perry
2020-03-19
1
-0
/
+3
*
radv: remove wrong assert that checks compute subgroup size
Samuel Pitoiset
2020-03-18
1
-5
/
+4
*
radv: fix random depth range unrestricted failures due to a cache issue
Samuel Pitoiset
2020-03-18
1
-2
/
+6
*
ac: unify denorm setting enforcement
Marek Olšák
2020-03-17
1
-14
/
+0
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
4
-7
/
+27
*
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
3
-4
/
+17
*
radv: only inject implicit subpass dependencies if necessary
Samuel Pitoiset
2020-03-17
1
-3
/
+39
*
radv/sqtt: handle thread trace capture in sqtt_QueuePresentKHR()
Samuel Pitoiset
2020-03-16
2
-44
/
+49
*
radv: add llvm_compiler_shader() helper
Samuel Pitoiset
2020-03-13
3
-40
/
+44
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
6
-16
/
+0
*
radv: remove radv_shader_variant::aco_used
Samuel Pitoiset
2020-03-13
3
-3
/
+1
*
radv: cleanup occurences of use_aco everywhere
Samuel Pitoiset
2020-03-13
3
-31
/
+27
*
radv: use ac_gpu_info::use_late_alloc
Samuel Pitoiset
2020-03-12
1
-4
/
+6
*
radv: rewrite late alloc computation
Samuel Pitoiset
2020-03-12
1
-34
/
+43
*
radv: tune primitive binning for small chips
Samuel Pitoiset
2020-03-12
1
-2
/
+7
*
radv: use better tessellation tunables on GFX9+
Samuel Pitoiset
2020-03-12
1
-1
/
+8
*
radv/gfx10: cache metadata in L2 on small chips
Samuel Pitoiset
2020-03-12
1
-8
/
+21
*
radv/sqtt: describe layout transitions with user markers
Samuel Pitoiset
2020-03-12
5
-1
/
+126
*
radv/sqtt: describe begin/end subpass barriers with user markers
Samuel Pitoiset
2020-03-12
1
-0
/
+8
*
amd/llvm: Fix divergent descriptor indexing. (v3)
Bas Nieuwenhuizen
2020-03-12
1
-7
/
+7
*
radv: Enable subgroup shuffle on GFX10 when ACO is used.
Timur Kristóf
2020-03-12
1
-1
/
+2
*
radv: Enable lowering dynamic quad broadcasts.
Timur Kristóf
2020-03-12
1
-0
/
+3
*
radv: fix 32-bits build (again)
Samuel Pitoiset
2020-03-11
1
-2
/
+2
*
radv: Enable ACO on all stages.
Timur Kristóf
2020-03-11
1
-25
/
+6
*
radv: Enable ACO for TES when there is no GS.
Timur Kristóf
2020-03-11
1
-7
/
+9
*
radv: Enable ACO for tessellation control shaders.
Timur Kristóf
2020-03-11
1
-2
/
+4
*
radv: Move some helper functions to the radv_shader.h header file.
Timur Kristóf
2020-03-11
2
-83
/
+94
*
radv: do not recursively begin/end render pass for meta operations
Samuel Pitoiset
2020-03-11
9
-150
/
+180
*
radv/sqtt: describe pipeline and wait events barriers
Samuel Pitoiset
2020-03-10
3
-0
/
+133
*
radv/rgp: bump the instrumentation spec version to 1
Samuel Pitoiset
2020-03-10
1
-1
/
+1
*
radv/sqtt: describe render pass color/depthstencil clears
Samuel Pitoiset
2020-03-10
3
-0
/
+21
*
radv/sqtt: describe draw/dispatch and emit event markers
Samuel Pitoiset
2020-03-10
3
-2
/
+457
*
radv/sqtt: describe begin/end command buffers with user markers
Samuel Pitoiset
2020-03-10
3
-0
/
+108
*
radv: initial implementation of the driver internal layer SQTT
Samuel Pitoiset
2020-03-10
3
-0
/
+347
*
radv/sqtt: add a helper that emits thread trace userdata markers
Samuel Pitoiset
2020-03-10
2
-0
/
+19
*
radv: use device entrypoints from the SQTT layer if enabled
Samuel Pitoiset
2020-03-10
1
-0
/
+11
*
radv/entrypoints: declare a driver internal layer for SQTT
Samuel Pitoiset
2020-03-10
1
-3
/
+2
*
radv/sqtt: fix RADV_THREAD_TRACE_BUFFER_SIZE spelling
Edmondo Tommasina
2020-03-09
1
-1
/
+1
*
amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvm
Daniel Schürmann
2020-03-09
1
-8
/
+0
*
radv: use nir_lower_discard_to_demote to work around game bugs
Daniel Schürmann
2020-03-09
3
-0
/
+6
*
radv/rgp: report correct system ram size
Samuel Pitoiset
2020-03-06
1
-0
/
+5
*
radv/rgp: report correct cu_mask info
Samuel Pitoiset
2020-03-06
1
-2
/
+2
*
radv/sqtt: abort if SQTT is used on GFX6-GFX7
Samuel Pitoiset
2020-03-06
1
-6
/
+10
*
radv/sqtt: add support for GFX8
Samuel Pitoiset
2020-03-06
2
-31
/
+62
*
radv/sqtt: add radv_copy_thread_trace_info_regs() helper
Samuel Pitoiset
2020-03-06
1
-30
/
+36
*
radv/sqtt: tidy up radv_emit_thread_trace_{start,stop}
Samuel Pitoiset
2020-03-06
1
-61
/
+59
*
radv/sqtt: fix wrong check in radv_is_thread_trace_complete()
Samuel Pitoiset
2020-03-06
1
-1
/
+1
*
radv/winsys: fix missing initializations of shader info in the null device
Samuel Pitoiset
2020-03-06
1
-0
/
+2
[prev]
[next]