| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Move time services to new IPC and add debug printing
|
|
Simplify VkResult lookup
|
|
Add some fixes/improvements to usage with the new IPC
|
|
Rework time services
|
|
|
|
|
|
Core: Implement Device Mapping & GPU SMMU
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
OpenGL: Fixes and workaround updates for AMD
|
|
|
|
|
|
video_core: Fix buffer_row_length for linear compressed textures
|
|
renderer_vulkan: skip SetObjectNameEXT on unsupported driver
|
|
renderer_vulkan: demote format assert to error log
|
|
gl_rasterizer: Implement DrawTransformFeedback macro
|
|
|
|
|
|
|
|
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
renderer_vulkan: don't pass null view when nullDescriptor is not supported
|
|
|
|
|
|
externals: update Vulkan-Headers to v1.3.274
|
|
vk_query_cache: Fix prefix sum max_accumulation_limit logic
|
|
shader_recompiler: use minimal clip distance array
|
|
renderer_vulkan: work around turnip binding bug in a610
|
|
|
|
|
|
src/video_core/vulkan_common/vulkan_wrapper.cpp:293:13: error: enumeration value 'VK_ERROR_INVALID_VIDEO_STD_PARAMETERS_KHR' not handled in switch [-Werror,-Wswitch]
switch (result) {
^~~~~~
|
|
GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
|
|
|
|
Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer
|