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
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
8
-27
/
+15
*
radv: expose VK_EXT_scalar_block_layout
Samuel Pitoiset
2018-12-05
2
-0
/
+7
*
radv: wait on the high 32 bits of timestamp queries
Samuel Pitoiset
2018-12-05
1
-1
/
+4
*
radv: reset pending_reset_query when flushing caches
Samuel Pitoiset
2018-12-05
2
-1
/
+5
*
radv: Flush before vkCmdWriteTimestamp() if needed
Alex Smith
2018-12-05
1
-11
/
+19
*
radv: rework the TC-compat HTILE hardware bug with COND_EXEC
Samuel Pitoiset
2018-12-05
3
-28
/
+81
*
radv: use 3d shader for gfx9 copies if dst is 3d
Dave Airlie
2018-12-04
1
-1
/
+1
*
radv: Check for shareable images in central place.
Bas Nieuwenhuizen
2018-12-04
1
-5
/
+5
*
radv/android: Use buffer metadata to determine scanout compat.
Bas Nieuwenhuizen
2018-12-04
3
-35
/
+93
*
radv/android: Mark android WSI image as shareable.
Bas Nieuwenhuizen
2018-12-04
1
-1
/
+11
*
amd/vulkan: meson build - use radv_deps for libvulkan_radeon
Tobias Klausmann
2018-12-03
1
-1
/
+1
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
2
-2
/
+1
*
radv: remove dependency on addrlib gfx9_enum.h
Nicolai Hähnle
2018-11-29
2
-9
/
+6
*
radv: drop few useless state changes when doing color/depth decompressions
Samuel Pitoiset
2018-11-29
2
-61
/
+41
*
radv: remove unused pending_clears param in the transition path
Samuel Pitoiset
2018-11-29
1
-11
/
+6
*
radv: optimize CmdClear{Color,DepthStencil}Image() for layered textures
Samuel Pitoiset
2018-11-29
1
-4
/
+86
*
radv: refactor the fast clear path for better re-use
Samuel Pitoiset
2018-11-29
1
-38
/
+40
*
radv: simplify a check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+1
*
radv: add radv_can_fast_clear_{color,depth}() helpers
Samuel Pitoiset
2018-11-29
1
-44
/
+89
*
radv: add radv_image_view_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-20
/
+27
*
radv: add radv_image_can_fast_clear() helper
Samuel Pitoiset
2018-11-29
1
-29
/
+39
*
radv: remove useless check in emit_fast_color_clear()
Samuel Pitoiset
2018-11-29
1
-3
/
+0
*
radv: Align large buffers to the fragment size.
Bas Nieuwenhuizen
2018-11-27
1
-1
/
+5
*
radv: Clamp gfx9 image view extents to the allocated image extents.
Bas Nieuwenhuizen
2018-11-27
1
-4
/
+2
*
radv: Fix opaque metadata descriptor last layer.
Bas Nieuwenhuizen
2018-11-26
1
-1
/
+1
*
radv: ignore subpass self-dependencies for CreateRenderPass() too
Samuel Pitoiset
2018-11-23
1
-0
/
+10
*
radv: remove useless sync before CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-23
1
-6
/
+2
*
radv: remove useless sync after CmdClear{Color,DepthStencil}Image()
Samuel Pitoiset
2018-11-22
1
-4
/
+0
*
radv: only sync CP DMA for transfer operations or bottom pipe
Samuel Pitoiset
2018-11-21
1
-2
/
+6
*
radv: ignore subpass self-dependencies
Samuel Pitoiset
2018-11-21
1
-0
/
+10
*
radv: Use structured intrinsics instead of indexing workaround for GFX9.
Bas Nieuwenhuizen
2018-11-19
1
-1
/
+1
*
radv: implement fast HTILE clears for depth or stencil only on GFX9
Samuel Pitoiset
2018-11-19
2
-5
/
+269
*
radv: rewrite the condition that checks allowed depth/stencil values
Samuel Pitoiset
2018-11-19
1
-8
/
+4
*
radv: check allowed fast HTILE clears a bit earlier
Samuel Pitoiset
2018-11-19
1
-0
/
+5
*
radv: add radv_is_fast_clear_{depth,stencil}_allowed() helpers
Samuel Pitoiset
2018-11-19
1
-2
/
+16
*
radv: add radv_get_htile_fast_clear_value() helper
Samuel Pitoiset
2018-11-19
1
-3
/
+18
*
radv: remove unnecessary goto in the fast clear paths
Samuel Pitoiset
2018-11-19
1
-28
/
+24
*
radv/winsys: remove the max IBs per submit limit for the sysmem path
Samuel Pitoiset
2018-11-19
1
-17
/
+29
*
radv/winsys: remove the max IBs per submit limit for the fallback path
Samuel Pitoiset
2018-11-19
1
-48
/
+55
*
radv: always clear the FCE predicate after DCC/FMASK/CMASK decompressions
Samuel Pitoiset
2018-11-19
1
-5
/
+8
*
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2018-11-19
5
-15
/
+14
*
radv: enable primitive binning by default
Samuel Pitoiset
2018-11-16
2
-7
/
+3
*
radv: add a debug option for disabling primitive binning
Samuel Pitoiset
2018-11-16
2
-0
/
+2
*
Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"
Connor Abbott
2018-11-16
1
-4
/
+2
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
6
-24
/
+24
*
radv: make use of nir_move_out_const_to_consumer()
Timothy Arceri
2018-11-14
1
-0
/
+4
*
radv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
Samuel Pitoiset
2018-11-13
2
-3
/
+21
*
radv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_AA_MASK_ENABLE
Samuel Pitoiset
2018-11-13
1
-1
/
+1
*
radv: binding streamout buffers doesn't change context regs
Samuel Pitoiset
2018-11-13
1
-2
/
+7
*
radv: make use of num_good_cu_per_sh in si_emit_graphics() too
Samuel Pitoiset
2018-11-12
1
-2
/
+1
[next]