aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2021-04-14Merge pull request #6196 from bunnei/asserts-settingbunnei
2021-04-14common: Move settings to common from core.bunnei
2021-04-13Merge pull request #6191 from lioncash/vdtorbunnei
2021-04-13Merge pull request #6190 from lioncash/constfn2bunnei
2021-04-13Merge pull request #6188 from lioncash/bitsbunnei
2021-04-13Merge pull request #6187 from lioncash/sign-convbunnei
2021-04-12engine_interface: Add missing virtual destructorLioncash
2021-04-12vk_master_semaphore: Deduplicate atomic access within IsFree()Lioncash
2021-04-12vk_master_semaphore: Add missing const qualifier for IsFree()Lioncash
2021-04-12vk_texture_cache: Make use of Common::BitCast where applicableLioncash
2021-04-12texure_cache/util: Resolve implicit sign conversions with std::reduceLioncash
2021-04-12query_cache: Make use of std::erase_ifLioncash
2021-04-11Merge pull request #6181 from Joshua-Ashton/robustness_featuresRodrigo Locatti
2021-04-11vk_buffer_cache: Fix offset for NULL vertex buffersJoshua Ashton
2021-04-11vulkan_device: Enable EXT_robustness2 featuresJoshua Ashton
2021-04-11renderer_vulkan: Check return value of AcquireNextImageJoshua Ashton
2021-04-07video_core: Use a CV for blocking commands.Markus Wick
2021-04-07video_core/gpu_thread: Keep the write lock for allocating the fence.Markus Wick
2021-04-07video_core/gpu_thread: Implement a ShutDown method.Markus Wick
2021-04-07common/threadsafe_queue: Provide Wait() method.Markus Wick
2021-04-05vp9: Avoid memcpy with null pointerslat9nq
2021-03-30Merge pull request #5927 from ameerj/astc-computeRodrigo Locatti
2021-03-30vulkan_common: enable OpenGL interop on other UnicesJan Beich
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-24gl_device: unblock async shaders on other Unix systemsJan Beich
2021-03-21gl_device: Block async shaders on AMD and Intellat9nq
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti
2021-03-13astc_decoder: Fix out of bounds memory accessameerj
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj
2021-03-13host_shaders: Modify shader cmake integration to allow for larger shadersameerj
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj
2021-03-12Merge pull request #6028 from bunnei/raster-cachebunnei
2021-03-12video_core: rasterizer_accelerated: Fix un/signed mismatch.bunnei
2021-03-09Merge pull request #5891 from ameerj/bgra-oglRodrigo Locatti
2021-03-08Merge pull request #6021 from ReinUsesLisp/skip-cache-heuristicbunnei
2021-03-04texture_cache: Blacklist BGRA8 copies and views on OpenGLameerj
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj
2021-03-04Merge pull request #5989 from ReinUsesLisp/cmdpoolbunnei
2021-03-02video_core: rasterizer_accelerated: Fix delta check ordering.bunnei
2021-03-02video_core: rasterizer_accelerated: Improve error handling & fix implicit con...bunnei
2021-03-02video_core: rasterizer_accelerated: Use a flat array instead of interval_map ...bunnei
2021-03-02buffer_cache: Heuristically decide to skip cache on uniform buffersReinUsesLisp
2021-02-28gpu_thread: Remove Async NVDEC placeholdersameerj
2021-02-27Merge pull request #5984 from jbeich/gcc-freebsdbunnei
2021-02-27Merge pull request #5953 from bunnei/memory-refactor-1bunnei
2021-02-24Implement glDepthRangeIndexeddNVKelebek1
2021-02-23vk_command_pool: Reduce the command pool size from 4096 to 4ReinUsesLisp
2021-02-23video_core: add missing header after 468bd9c1b0f9Jan Beich
2021-02-21Merge pull request #5936 from Kelebek1/Offsetsbunnei
2021-02-20gl_disk_shader_cache: Log total shader entries count on game loadMorph