Liam
b1d4804c07
renderer_vulkan: demote format assert to error log
2 years ago
Liam
9e9aed41be
shader_recompiler: use float image operations on load/store when required
2 years ago
Ameer J
61e8c5f798
gl_rasterizer: Less spammy log for unimplemented resets
2 years ago
Jan Beich
310834aea2
vulkan_common: unbreak build with Vulkan-Headers 1.3.274
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) {
^~~~~~
2 years ago
Ameer J
db8a601cf8
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN queries
2 years ago
Ameer J
1bb76201e6
gl_rasterizer: Silence spammy logs
2 years ago
Ameer J
372bca5945
gl_buffer_cache: Reintroduce NV_vertex_buffer_unified_memory
Workaround Nvidia drivers complaining when a buffer is bound as both a vertex buffer and transform feedback buffer
2 years ago
Liam
d0a75580da
renderer_vulkan: don't pass null view when nullDescriptor is not supported
2 years ago
Liam
94244437de
shader_recompiler: ignore clip distances beyond driver support level
2 years ago
Ameer J
a2b567dfd6
vk_query_cache: Fix prefix sum max_accumulation_limit logic
2 years ago
liamwhite
65e646eeba
Revert "video_core: use interval map for page count tracking"
2 years ago
Liam
fba3fa705d
renderer_vulkan: work around turnip binding bug in a610
2 years ago
Liam
7fc06260d1
renderer_vulkan: allow up to 7 swapchain images
2 years ago
Ameer J
2b0cf73bf0
gl_buffer_cache: Fix tfb binding typo
2 years ago
Liam
2a3f84aaf2
video_core: lock interval map update
2 years ago
Liam
030e6b3980
video_core: use interval map for page count tracking
2 years ago
Liam
b560ade663
renderer_vulkan: bound async presentation queue growth
2 years ago
lat9nq
4cd3f9f4f9
codec: Update to use av frame flags
Resolves Clang -Wdeprecated-declarations warning from interlaced_frame
2 years ago
Liam
6b7dc587cf
texture_cache: fix max_element comparison function
2 years ago
Liam
f05cb69d4f
renderer_opengl: remove srgb conversion logic
2 years ago
Liam
382cf087a0
renderer_vulkan: do not recreate swapchain for srgb
2 years ago
Liam
345ea568ba
texture_cache: use pedantic type names
2 years ago
GPUCode
d74dd4faf9
vk_blit_screen: Use correct format for fxaa renderpass
2 years ago
Liam
e7dd968ac4
renderer_vulkan: adjust window origin and swizzle independently
2 years ago
Liam
8f62e8e63f
renderer_vulkan: exclude more qcom drivers from extensions
2 years ago
Liam
7c1cb5e8c9
video_core: fix mac compile
2 years ago
Liam
dee792937f
vulkan_device: add names for more driverID enumeration values
2 years ago
Liam
4a278b69b1
renderer_vulkan: exclude steam deck oled from force max clock setting
2 years ago
Liam
453fd47030
query_cache: demote report synced unreachable to assert
2 years ago
Liam
e7878e3cf8
vk_texture_cache: add workaround for nullDescriptor on Mali
2 years ago
Ameer J
a595ed499d
gl_buffer_cache: Batch vertex/tfb buffer binding
2 years ago
Liam
473caaff5b
renderer_vulkan: ignore viewport stores on non-supporting drivers
2 years ago
Fernando Sahmkow
a493ba76b4
Vulkan: Be more generous with pipeline workers for Android
2 years ago
Fernando Sahmkow
ae60a5657e
Buffer Cache: Eliminate clears on Indirect buffers
2 years ago
Ameer J
feb60de5c3
shader_recompiler: Fix spelling of "derivate" ( #12067 )
2 years ago
Ameer J
c67644f1da
gl_graphics_pipeline: GLASM: Fix transform feedback attribs buffer mode
GL_SEPARATE_ATTRIBS only applies when multiple buffers are being used, else GL_INTERLEAVED_ATTRIBS handles the cases for a single buffer with potentially more than one attribute
2 years ago
Liam
4055a476aa
video_core: refactor video frame and packet parsing
2 years ago
Fernando Sahmkow
c9437e5244
Query Cache: Disable write syncing on Android
2 years ago
Fernando Sahmkow
50bcfa5fb9
Vulkan: Add a final barrier to the upload command buffer
2 years ago
GPUCode
efc50485b8
renderer_vulkan: Introduce separate cmd buffer for uploads
3 years ago
Fernando Sahmkow
f1806d237f
Memory: Fix invalidation handling from the CPU/Services
2 years ago
Fernando Sahmkow
1d03a0fa75
Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU"
This reverts commit d9dde7e6f3 .
2 years ago
liamwhite
a423e0f9e0
renderer_vulkan: render on bottom of surface clip when flipped ( #11894 )
2 years ago
Liam
75de0cadcf
renderer_null: fix
2 years ago
Liam
41701052d3
renderer_vulkan: minimize transform feedback support log
2 years ago
Ameer J
75c5be55af
shader_recompiler: Align SSBO offsets in GlobalMemory functions
2 years ago
Ameer J
735612c9b3
buffer_cache: Apply storage buffer alignment only to the offset
2 years ago
Ameer J
7d34800531
shader_recompiler: Align SSBO offsets to meet host requirements
Co-Authored-By: Billy Laws <blaws05@gmail.com>
3 years ago
Liam
8427b9d49d
renderer_vulkan: ensure exception on surface loss
2 years ago
Liam
6513a356f0
renderer_vulkan: fix FSR cropping
3 years ago