summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2023-03-23Merge pull request #9971 from Morph1984/qliamwhite
2023-03-23Merge pull request #9962 from Kelebek1/disable_srgbMorph
2023-03-21bounded_threadsafe_queue: Deduplicate and add PushModesMorph
2023-03-21bounded_threadsafe_queue: Use simplified impl of bounded queueMorph
2023-03-17Merge pull request #9778 from behunin/my-box-chevybunnei
2023-03-17Disable SRGB border color conversion for now, to fix shadows in Xenoblade.Kelebek1
2023-03-15Merge pull request #9955 from liamwhite/color-blend-equationliamwhite
2023-03-15Merge pull request #9931 from liamwhite/schedliamwhite
2023-03-15vulkan: disable extendedDynamicState3ColorBlendEquation on radvLiam
2023-03-14Merge pull request #9933 from vonchenplus/texture_formatliamwhite
2023-03-13Merge pull request #9943 from vonchenplus/gentlemanliamwhite
2023-03-12vk_scheduler: split work queue waits and execution waitsLiam
2023-03-12general: fix spelling mistakesLiam
2023-03-12video_core: Fix ogl status error when draw_textureFengChen
2023-03-12video_core: Invalid index_buffer flag when inline_index drawFengChen
2023-03-11Merge pull request #9913 from ameerj/acc-dma-refactorFernando S
2023-03-10Merge pull request #9925 from ameerj/gl-sync-signalliamwhite
2023-03-10Merge pull request #9917 from Morph1984/the-real-timeliamwhite
2023-03-10video_core: Update texture formatFeng Chen
2023-03-09Merge pull request #9822 from ameerj/buffcache-ssbo-addrliamwhite
2023-03-08OpenGL: Prefer glClientWaitSync for OGLSync objectsameerj
2023-03-08Merge pull request #9896 from Kelebek1/d24s8liamwhite
2023-03-07core: Promote CPU/GPU threads to time criticalMorph
2023-03-07general: fix type inconsistenciesLiam
2023-03-07Merge pull request #9889 from Morph1984/time-is-tickingliamwhite
2023-03-06gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopyameerj
2023-03-06Refactor AccelerateDMA codeameerj
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow
2023-03-05core_timing: Use higher precision sleeps on WindowsMorph
2023-03-03Merge pull request #9884 from liamwhite/service-cleanupMorph
2023-03-04Check all swizzle components for red, not just [0], pass float border color r...Kelebek1
2023-03-03gpu_thread: Use bounded queueBehunin
2023-03-01vulkan_common: disable vertexInputDynamicState on unsupported driverLiam
2023-03-01nvnflinger: fix nameLiam
2023-02-27Partially apply LTO to only core and video_core projects.Matías Locatti
2023-02-25buffer_cache: Add logic for non-NVN storage buffer trackingameerj
2023-02-22configuration: Add async ASTC decode settingameerj
2023-02-22texture_cache: Add async texture decodingameerj
2023-02-21svc: Fix type consistency (exposed on macOS)Merry
2023-02-19Merge pull request #9588 from liamwhite/bylaws-revertsliamwhite
2023-02-17Merge pull request #9810 from Kelebek1/nvdec_threadsbunnei
2023-02-16Merge pull request #9802 from Kelebek1/wait_data_cachebunnei
2023-02-14Reimplement the invalidate_texture_data_cache registerKelebek1
2023-02-14Allow >1 cpu threads on video decoding, disable multi-frame decodingKelebek1
2023-02-14remove static from pointer sized or smaller types for aesthetics, change cons...arades79
2023-02-14add static lifetime to constexpr values to force compile time evaluation wher...arades79
2023-02-12Merge pull request #9746 from ameerj/ogl-msaa-texcachebunnei
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj
2023-02-11Merge pull request #9777 from vonchenplus/speed_up_video_copyliamwhite
2023-02-11Merge pull request #9744 from behunin/quick-releaseliamwhite