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
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: enable shaderStorageImageMultisample feature on GFX8+
Samuel Pitoiset
2018-12-20
3
-4
/
+4
*
radv: add support for FMASK expand
Samuel Pitoiset
2018-12-20
7
-0
/
+335
*
radv: initialize FMASK for images in fully expanded mode
Samuel Pitoiset
2018-12-20
4
-0
/
+39
*
radv: compute optimal VM alignment for imported buffers
Samuel Pitoiset
2018-12-20
1
-1
/
+30
*
radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.
Bas Nieuwenhuizen
2018-12-20
3
-6
/
+36
*
radv: fix subpass image transitions with multiviews
Samuel Pitoiset
2018-12-20
1
-0
/
+11
*
radv: drop the amdgpu-skip-threshold=1 workaround for LLVM 8
Samuel Pitoiset
2018-12-20
1
-3
/
+9
*
radv/query: Use 1-bit booleans in query shaders
Jason Ekstrand
2018-12-19
1
-21
/
+21
*
radv/query: Add a nir_test_flag helper
Jason Ekstrand
2018-12-19
1
-15
/
+16
*
nir/opt_peephole_select: Don't peephole_select expensive math instructions
Ian Romanick
2018-12-17
1
-1
/
+1
*
nir/opt_peephole_select: Don't try to remove flow control around indirect loads
Ian Romanick
2018-12-17
1
-1
/
+1
*
radv: Fix multiview depth clears
Bas Nieuwenhuizen
2018-12-17
1
-8
/
+21
*
radv: Remove redundant format check.
Bas Nieuwenhuizen
2018-12-17
1
-4
/
+0
*
radv: report Vulkan version 1.1.90 for real
Samuel Pitoiset
2018-12-17
1
-1
/
+1
*
anv,radv: Re-enable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-17
1
-1
/
+1
*
radv: switch from nir_bcsel to nir_b32csel
Rhys Perry
2018-12-17
1
-4
/
+4
*
radv: don't set surf_index for stencil-only images
Rhys Perry
2018-12-17
1
-1
/
+1
*
radv: Fix a stupid if in gather_intrinsic_info
Jason Ekstrand
2018-12-16
1
-9
/
+9
*
nir: Add a bool to int32 lowering pass
Jason Ekstrand
2018-12-16
1
-0
/
+4
*
radv/xfb: fix counter buffer bounds checks.
Dave Airlie
2018-12-13
1
-2
/
+2
*
radv: don't check if format is depth in radv_image_can_enable_hile()
Samuel Pitoiset
2018-12-13
1
-1
/
+0
*
radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()
Samuel Pitoiset
2018-12-13
1
-1
/
+2
*
radv: switch on EOP when primitive restart is enabled with triangle strips
Samuel Pitoiset
2018-12-13
1
-2
/
+1
*
radv: allow to skip DCC decompressions with the new predicate
Samuel Pitoiset
2018-12-13
1
-6
/
+13
*
radv: add a predicate for reflecting DCC decompression state
Samuel Pitoiset
2018-12-13
5
-1
/
+44
*
radv: bump reported version to 1.1.90
Samuel Pitoiset
2018-12-12
1
-1
/
+1
*
anv,radv: Disable VK_EXT_pci_bus_info
Jason Ekstrand
2018-12-11
1
-1
/
+1
*
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
[next]