5066 Commits (c7a0ebbba7b880362bfd411941539b05ef5f1322)

Author SHA1 Message Date
Jan Beich acf5e9c9b7 vulkan_common: enable OpenGL interop on other Unices 5 years ago
ameerj e0977af861 astc_decoder: Refactor for style and more efficient memory use 5 years ago
Jan Beich b273871baf gl_device: unblock async shaders on other Unix systems 5 years ago
lat9nq 32b3f10bc3 gl_device: Block async shaders on AMD and Intel 5 years ago
Rodrigo Locatti bca641cf8a astc_decoder: Reimplement Layers 5 years ago
ameerj 1a1076f154 astc_decoder: Fix out of bounds memory access 5 years ago
ameerj cac341dbc7 renderer_vulkan: Accelerate ASTC decoding 5 years ago
ameerj bdec905c4a host_shaders: Modify shader cmake integration to allow for larger shaders 5 years ago
ameerj 113734e488 renderer_opengl: Accelerate ASTC texture decoding with a compute shader 5 years ago
bunnei 044f6a53c9 video_core: rasterizer_accelerated: Fix un/signed mismatch. 5 years ago
ameerj fb79ff4cab texture_cache: Blacklist BGRA8 copies and views on OpenGL 5 years ago
ameerj 594860b216 renderer_opengl: Swizzle BGR textures on copy 5 years ago
bunnei 1f1170eb3d video_core: rasterizer_accelerated: Fix delta check ordering. 5 years ago
bunnei 02870daa16 video_core: rasterizer_accelerated: Improve error handling & fix implicit conversion. 5 years ago
bunnei 489b5cca7c video_core: rasterizer_accelerated: Use a flat array instead of interval_map for cached pages. 5 years ago
ReinUsesLisp 06028cda0c buffer_cache: Heuristically decide to skip cache on uniform buffers 5 years ago
ameerj 37d4ac1f6e gpu_thread: Remove Async NVDEC placeholders 5 years ago
Kelebek1 f924b0efce Implement glDepthRangeIndexeddNV 5 years ago
ReinUsesLisp da2876ad7b vk_command_pool: Reduce the command pool size from 4096 to 4 5 years ago
Jan Beich 7936e43cc1 video_core: add missing header after a4e811af27 5 years ago
Morph f542011e0c gl_disk_shader_cache: Log total shader entries count on game load 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
ReinUsesLisp 76e2d40963 vk_rasterizer: Fix loading shader addresses twice 5 years ago
Kelebek1 16a5c56b7c Review 1 5 years ago
Kelebek1 4e04e95a8e Implement texture offset support for TexelFetch and TextureGather and add offsets for Tlds 5 years ago
bunnei fddde225c5 yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 5 years ago
ReinUsesLisp ec1854363e vk_resource_pool: Load GPU tick once and compare with it 5 years ago
ReinUsesLisp 7fa30ea272 vk_update_descriptor: Inline and improve code for binding buffers 5 years ago
ReinUsesLisp 261380d2b6 fixed_pipeline_cache: Use dirty flags to lazily update key 5 years ago
ameerj c18cef2a9b gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats 5 years ago
ameerj 01dec35df3 rebase, fix name shadowing, more const 5 years ago
ameerj c0ccf9eac5 Address PR feedback 5 years ago
ameerj 427eca063d streamline cdma_pusher/command_classes 5 years ago
ameerj e97cd00753 streamline cdma_pusher/command_classes 5 years ago
ameerj be6c487b4e nvdec cleanup 5 years ago
ReinUsesLisp 898de871a9 vk_master_semaphore: Mark gpu_tick atomic operations with relaxed order 5 years ago
ReinUsesLisp 6f5d45aecc vk_staging_buffer_pool: Inline tick tests 5 years ago
ReinUsesLisp 2f40ef90c5 gl_stream_buffer/vk_staging_buffer_pool: Fix size check 5 years ago
ReinUsesLisp bf10ce380b vulkan_device: Require VK_EXT_robustness2 5 years ago
ReinUsesLisp 3f190b946c video_core: Fix clang build issues 5 years ago
ReinUsesLisp 50d8c1eb35 vk_staging_buffer_pool: Fix softlock when stream buffer overflows 5 years ago
ReinUsesLisp 0cc70777ca vk_buffer_cache: Add support for null index buffers 5 years ago
ReinUsesLisp 8e14700d9c buffer_cache: Add extra bytes to guest SSBOs 5 years ago
ReinUsesLisp cc201e3d82 Merge branch 'bytes-to-map-end' into new-bufcache-wip 5 years ago
ReinUsesLisp e83c4bd65d vk_staging_buffer_pool: Get a staging buffer instead of waiting 5 years ago
ReinUsesLisp 982ff88c8a renderer_opengl: Remove interop 5 years ago
ReinUsesLisp b0573192d4 gl_buffer_cache: Drop interop based parameter buffer workarounds 5 years ago
ReinUsesLisp d70e2f28b6 buffer_cache: Heuristically detect stream buffers 5 years ago
ReinUsesLisp c86394220d buffer_cache: Split CreateBuffer in separate functions 5 years ago
ReinUsesLisp 48a391810c buffer_cache: Skip cache on small uploads on Vulkan 5 years ago