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: fix regression with builtin cache
Timothy Arceri
2020-05-30
1
-1
/
+1
*
radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+
Samuel Pitoiset
2020-05-29
2
-2
/
+2
*
radv/aco: enable VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-05-29
1
-1
/
+1
*
spirv,radv,anv: implement no-op VK_GOOGLE_user_type
Samuel Pitoiset
2020-05-28
1
-0
/
+1
*
amd: replace SH -> SA (shader array) in comments
Marek Olšák
2020-05-26
1
-2
/
+2
*
ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa
Marek Olšák
2020-05-26
3
-3
/
+3
*
radv: Implement vkGetSwapchainGrallocUsage2ANDROID.
Bas Nieuwenhuizen
2020-05-25
1
-0
/
+89
*
radv: Do not close fd -1 when NULL-winsys creation fails.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+2
*
radv: Remove dead code.
Bas Nieuwenhuizen
2020-05-25
1
-11
/
+2
*
radv: Handle failing to create .cache dir.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+2
*
radv/winsys: Remove extra sizeof multiply.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+1
*
radv: advertise VK_AMD_texture_gather_bias_lod
Samuel Pitoiset
2020-05-25
2
-0
/
+2
*
radv: add support for querying which formats support texture gather LOD
Samuel Pitoiset
2020-05-25
1
-0
/
+12
*
radv: advertise shaderDeviceClock on GFX8+
Samuel Pitoiset
2020-05-24
1
-1
/
+1
*
radv: remove useless assignment in build_streamout_vertex()
Samuel Pitoiset
2020-05-24
1
-2
/
+1
*
radv: cleanup physical device features
Samuel Pitoiset
2020-05-24
1
-117
/
+144
*
radv: do not return from radv_GetPhysicalDeviceFeatures2()
Samuel Pitoiset
2020-05-24
1
-1
/
+1
*
ac: update register and packet definitions for preemption
Marek Olšák
2020-05-23
4
-10
/
+10
*
radv/winsys: remove useless free in radv_amdgpu_create_bo_list()
Samuel Pitoiset
2020-05-21
1
-3
/
+1
*
radv: fix duplicated expression in ac_setup_rings()
Samuel Pitoiset
2020-05-21
1
-1
/
+1
*
radv: fix missing break in radv_GetPhysicalDeviceFeatures2()
Samuel Pitoiset
2020-05-21
1
-0
/
+1
*
radv/winsys: Finish mapping for sparse residency.
Bas Nieuwenhuizen
2020-05-19
1
-21
/
+42
*
radv: Expose VK_EXT_pipeline_creation_cache_control.
Bas Nieuwenhuizen
2020-05-19
2
-0
/
+7
*
radv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCHRONIZED_BIT_EXT.
Bas Nieuwenhuizen
2020-05-19
2
-18
/
+39
*
radv: Support VK_PIPELINE_CREATE_EARLY_RETURN_ON_FAILURE_BIT_EXT.
Bas Nieuwenhuizen
2020-05-19
1
-0
/
+12
*
radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
Bas Nieuwenhuizen
2020-05-19
3
-12
/
+32
*
radv/aco: enable storageInputOutput16 on GFX9+
Samuel Pitoiset
2020-05-19
1
-2
/
+2
*
radv: fix missing break in radv_GetPhysicalDeviceProperties2()
Samuel Pitoiset
2020-05-19
1
-0
/
+1
*
Revert "ac,radeonsi: fix compilations issues with LLVM 11"
Michel Dänzer
2020-05-19
1
-1
/
+1
*
radv: use util_float_to_half_rtz
Christopher Egert
2020-05-17
1
-1
/
+1
*
radv: Implement VK_EXT_custom_border_color
Joshua Ashton
2020-05-15
4
-2
/
+159
*
radv: Provide a better error for permission issues with priorities.
Bas Nieuwenhuizen
2020-05-15
4
-16
/
+29
*
radv: enable shaderResourceMinLod
Samuel Pitoiset
2020-05-14
2
-0
/
+2
*
radv: add a LLVM version string workaround for SotTR and ACO
Samuel Pitoiset
2020-05-13
1
-3
/
+22
*
radv: use the common code for generating extensions and dispatch tables
Samuel Pitoiset
2020-05-13
2
-348
/
+13
*
radv: implement VK_EXT_private_data
Samuel Pitoiset
2020-05-13
2
-0
/
+52
*
radv: use the base object struct types
Samuel Pitoiset
2020-05-13
12
-7
/
+138
*
radv: use the common base object type for VkDevice
Samuel Pitoiset
2020-05-13
12
-90
/
+87
*
radv: update the list of allowed Android extensions
Samuel Pitoiset
2020-05-12
1
-0
/
+13
*
radv: handle different Vulkan API versions correctly
Samuel Pitoiset
2020-05-12
1
-12
/
+43
*
radv: limit the Vulkan version to 1.1 for Android
Samuel Pitoiset
2020-05-12
1
-2
/
+7
*
radv: report correct backend IR in hang reports when ACO is used
Samuel Pitoiset
2020-05-08
1
-1
/
+3
*
radv: do not print the LLVM version string twice in hang reports
Samuel Pitoiset
2020-05-08
1
-2
/
+1
*
radv: remove the LLVM version string when ACO is used
Samuel Pitoiset
2020-05-08
1
-4
/
+5
*
amd: unify code for overriding offset and stride for imported buffers
Marek Olšák
2020-05-07
1
-21
/
+3
*
amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htile
Marek Olšák
2020-05-07
2
-8
/
+10
*
amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmask
Marek Olšák
2020-05-07
2
-10
/
+12
*
amd: remove duplicated definitions from amdgpu_drm.h
Marek Olšák
2020-05-07
1
-3
/
+0
*
radv/winsys: do not count visible VRAM buffers twice in the budget
Samuel Pitoiset
2020-05-06
2
-17
/
+33
*
radv: display an error message if the winsys init failed
Samuel Pitoiset
2020-05-06
1
-1
/
+2
[next]