| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
renderer_vulkan: allow up to 7 swapchain images
|
|
|
|
|
|
|
|
|
|
|
|
gl_buffer_cache: Fix tfb binding typo
|
|
renderer_vulkan: cap async presentation frame count
|
|
|
|
|
|
|
|
|
|
renderer_vulkan: do not recreate swapchain for srgb
|
|
Resolves Clang -Wdeprecated-declarations warning from interlaced_frame
|
|
renderer_vulkan: adjust window origin and swizzle independently
|
|
|
|
|
|
|
|
gl_buffer_cache: Batch vertex/tfb buffer binding
|
|
texture_cache: use pedantic type names
|
|
|
|
|
|
OpenGL: Implement async downloads in buffer and texture caches
|
|
|
|
|
|
video_core: fix mac compile
|
|
vulkan_device: add names for more driverID enumeration values
|
|
|
|
|
|
renderer_vulkan: Introduce separate cmd buffer for uploads
|
|
renderer_vulkan: exclude steam deck oled from force max clock setting
|
|
vk_texture_cache: add workaround for nullDescriptor on Mali
|
|
|
|
|
|
|
|
video_core: refactor video frame and packet parsing
|
|
|