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
*
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
*
nir: Rename Boolean-related opcodes to include 32 in the name
Jason Ekstrand
2018-12-16
1
-11
/
+11
*
ac: split 16-bit ssbo loads that may not be dword aligned
Rhys Perry
2018-12-16
1
-0
/
+2
*
ac: refactor visit_load_buffer
Rhys Perry
2018-12-16
2
-44
/
+42
*
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/addrlib: drop si_ci_vi_merged_enum.h from the list
Emil Velikov
2018-12-10
1
-1
/
+0
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
14
-325
/
+47
*
nir: Make boolean conversions sized just like the others
Jason Ekstrand
2018-12-05
1
-4
/
+8
*
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
*
android: amd/addrlib: update Mesa's copy of addrlib
Mauro Rossi
2018-12-01
1
-6
/
+5
*
amd/addrlib: update Mesa's copy of addrlib
Nicolai Hähnle
2018-11-29
35
-11401
/
+859
*
ac/surface/gfx9: let addrlib choose the preferred swizzle kind
Nicolai Hähnle
2018-11-29
1
-18
/
+4
*
radv: remove dependency on addrlib gfx9_enum.h
Nicolai Hähnle
2018-11-29
3
-9
/
+9
*
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
[next]