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
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: remove the secure compile support feature
Samuel Pitoiset
2020-07-13
1
-566
/
+0
*
radv: return VK_ERROR_DEVICE_LOST if wait-for-idle failed or expired
Samuel Pitoiset
2020-07-12
1
-4
/
+10
*
radv: enable zerovram for Quantic Dream games
Rhys Perry
2020-07-07
1
-0
/
+3
*
radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal
Samuel Pitoiset
2020-07-02
1
-0
/
+1
*
radv: fix wide points and lines
Samuel Pitoiset
2020-07-02
1
-2
/
+2
*
radv: enable VK_AMD_shader_ballot on GFX6-7 with both compiler backends
Samuel Pitoiset
2020-06-29
1
-4
/
+0
*
radv: remove the load/store workaround for Monster Hunter World with LLVM
Samuel Pitoiset
2020-06-26
1
-8
/
+0
*
radv: remove the shader ballot workaround for Youngblood with LLVM
Samuel Pitoiset
2020-06-26
1
-10
/
+0
*
radv: enable ACO by default
Daniel Schürmann
2020-06-25
1
-11
/
+3
*
radv: change use_aco -> use_llvm
Daniel Schürmann
2020-06-25
1
-9
/
+9
*
radv: introduce RADV_DEBUG=llvm option
Daniel Schürmann
2020-06-25
1
-0
/
+5
*
radv: fix checking the return value of cs_finalize()
Samuel Pitoiset
2020-06-24
1
-1
/
+1
*
radv: Handle mmap failures.
Bas Nieuwenhuizen
2020-06-24
1
-4
/
+18
*
util: rename xmlpool.h to driconf.h
Eric Engestrom
2020-06-22
1
-1
/
+1
*
radv: add new drirc option radv_no_dynamic_bounds
Rhys Perry
2020-06-19
1
-0
/
+4
*
radv: add support for Sienna Cichlid
Samuel Pitoiset
2020-06-19
1
-1
/
+4
*
radv: lower discards to demote to workaround a RDR2 game bug
Samuel Pitoiset
2020-06-18
1
-0
/
+3
*
radv/aco: enable FP16 features/extensions on GFX9+
Samuel Pitoiset
2020-06-17
1
-1
/
+1
*
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
2020-06-12
1
-0
/
+5
*
radv/aco: enable shaderInt8 and VK_KHR_shader_float16_int8 on GFX6-GFX7
Samuel Pitoiset
2020-06-09
1
-1
/
+1
*
radv/aco: enable shaderInt16 on GFX6-GFX7
Samuel Pitoiset
2020-06-09
1
-1
/
+1
*
radv/aco: enable 8-bit/16-bit storage on GFX6-GFX7
Samuel Pitoiset
2020-06-09
1
-6
/
+6
*
radv/llvm: expose VK_EXT_shader_demote_to_helper_invocation with LLVM 9+
Samuel Pitoiset
2020-06-09
1
-1
/
+1
*
radv/aco: enable VK_KHR_shader_subgroup_extended_types on GFX6-GFX7
Samuel Pitoiset
2020-06-05
1
-1
/
+1
*
radv: Use offsets in surface struct.
Bas Nieuwenhuizen
2020-06-05
1
-6
/
+6
*
radv/aco: enable 64-bit atomic features if RADV is linked with LLVM 8
Samuel Pitoiset
2020-06-05
1
-2
/
+2
*
radv: Always expose non-visible local memory type on dedicated GPUs
Clément Guérin
2020-06-04
1
-18
/
+7
*
radv: enable zero VRAM for all VKD3D (DX12->VK) games
Samuel Pitoiset
2020-06-03
1
-34
/
+43
*
radv: enable zero VRAM for Doom Eternal
Samuel Pitoiset
2020-06-03
1
-0
/
+3
*
radv/aco: Always enable subgroup shuffle.
Timur Kristóf
2020-06-02
1
-8
/
+3
*
ac: rename has_double_rate_fp16 -> has_packed_math_16bit
Marek Olšák
2020-06-02
1
-6
/
+6
*
radv/aco: enable VK_KHR_subgroup_extended_types on GFX8+
Samuel Pitoiset
2020-05-29
1
-1
/
+1
*
ac/gpu_info: replace num_good_cu_per_sh with min/max_good_cu_per_sa
Marek Olšák
2020-05-26
1
-1
/
+1
*
radv: Do not close fd -1 when NULL-winsys creation fails.
Bas Nieuwenhuizen
2020-05-25
1
-1
/
+2
*
radv: advertise shaderDeviceClock on GFX8+
Samuel Pitoiset
2020-05-24
1
-1
/
+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
1
-2
/
+2
*
radv: fix missing break in radv_GetPhysicalDeviceFeatures2()
Samuel Pitoiset
2020-05-21
1
-0
/
+1
*
radv: Expose VK_EXT_pipeline_creation_cache_control.
Bas Nieuwenhuizen
2020-05-19
1
-0
/
+6
*
radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
Bas Nieuwenhuizen
2020-05-19
1
-0
/
+4
*
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
*
radv: Implement VK_EXT_custom_border_color
Joshua Ashton
2020-05-15
1
-2
/
+131
*
radv: Provide a better error for permission issues with priorities.
Bas Nieuwenhuizen
2020-05-15
1
-3
/
+4
*
radv: enable shaderResourceMinLod
Samuel Pitoiset
2020-05-14
1
-0
/
+1
*
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
1
-3
/
+5
*
radv: implement VK_EXT_private_data
Samuel Pitoiset
2020-05-13
1
-0
/
+51
*
radv: use the base object struct types
Samuel Pitoiset
2020-05-13
1
-1
/
+28
[next]