summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2023-06-03android: vulkan: Disable vertex_input_dynamic_state on Qualcomm.bunnei
2023-06-03android: vulkan_debug_callback: Ignore many innocuous errors.bunnei
2023-06-03android: vulkan_device: Disable VK_EXT_custom_border_color on Adreno.bunnei
2023-06-03build: only enable adrenotools on arm64Liam
2023-06-03video_core: fix clang-format errorsliushuyu
2023-06-03video_core: vulkan_device: Correct error message for unsuitable driver.bunnei
2023-06-03android: vulkan: Implement adrenotools turbo mode.bunnei
2023-06-03android: vulkan_device: Disable VK_EXT_extended_dynamic_state2 on Qualcomm.bunnei
2023-06-03android: native: Add support for custom Vulkan driver loading.bunnei
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
2023-06-03Avoid using VectorExtractDynamic for subgroup mask on Adreno GPUsBilly Laws
2023-06-03Implement scaled vertex buffer format emulationBilly Laws
2023-06-03Disable push descriptors on adreno driversBilly Laws
2023-06-03Disable VK_EXT_extended_dynamic_state on maliBilly Laws
2023-06-03Disable multithreaded pipeline compilation on Qualcomm driversBilly Laws
2023-06-03externals: add adrenotools for bcenablerLiam
2023-06-03video_core: vulkan_device: Device initialization for Adreno.bunnei
2023-06-03video_core: vk_pipeline_cache: Disable support_descriptor_aliasing on Android.bunnei
2023-06-03video_core: vk_swapchain: Fix image format for Android.bunnei
2023-06-03video_core: vk_blit_screen: Rotate viewport for Android landscape.bunnei
2023-06-03cmake: Integrate bundled FFmpeg for Android.bunnei
2023-06-01Merge pull request #10091 from Kelebek1/bc_buggggggliamwhite
2023-06-01Merge pull request #10474 from GPUCode/you-left-me-waitingliamwhite
2023-05-30Skip BufferCache tickframe with no channel state setKelebek1
2023-05-28Merge pull request #10483 from ameerj/gl-cpu-astcliamwhite
2023-05-28Merge pull request #10283 from danilaml/support-interlaced-videosliamwhite
2023-05-28gl_texture_cache: Fix ASTC CPU decoding with compression disabledameerj
2023-05-28renderer_vulkan: Remove timeline semaphore waitGPUCode
2023-05-27Move buffer bindings to per-channel stateKelebek1
2023-05-26Merge pull request #10414 from liamwhite/anv-push-descriptorMatías Locatti
2023-05-26Merge pull request #10418 from liamwhite/blink-and-youll-miss-itMatías Locatti
2023-05-26Fix buffer overlap checking skipping a page for stream score right expandKelebek1
2023-05-25video_core: don't garbage collect during configurationLiam
2023-05-24Merge pull request #10435 from FernandoS27/gotta-clean-mess-upsbunnei
2023-05-24Texture cache: revert wrong acceleration assumptionFernando Sahmkow
2023-05-24Texture Cache Util: Fix block depth adjustment on slices.Fernando Sahmkow
2023-05-24texture_cache: process aliases and overlaps in the correct orderFernando Sahmkow
2023-05-24Merge pull request #10422 from liamwhite/gcFernando S
2023-05-24Merge pull request #10398 from liamwhite/bcnFernando S
2023-05-23video_core: tune garbage collection aggressivenessLiam
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-23Merge pull request #10388 from GPUCode/fence-waitliamwhite
2023-05-23Merge pull request #10402 from liamwhite/uhliamwhite
2023-05-22vulkan_device: Enable VK_KHR_push_descriptor on newer ANVLiam
2023-05-22renderer_vulkan: barrier attachment feedback loopsLiam
2023-05-22Limit the device access memory to 4 GBscorpion81
2023-05-22Add support for deinterlaced videos playbackDanila Malyutin
2023-05-20vk_master_semaphore: Move fence wait on separate threadGPUCode
2023-05-18renderer_vulkan: remove wrong constexprLiam
2023-05-17vulkan_device: Disable VK_KHR_push_descriptor on ANVlat9nq