2438 Commits (cdce1edf74fbaad08f77f8dcd0722dbbf6e0f2a5)

Author SHA1 Message Date
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
ameerj 2f83d9a61b astc_decoder: Refactor for style and more efficient memory use 5 years ago
Jan Beich 8c016b02e7 gl_device: unblock async shaders on other Unix systems 5 years ago
lat9nq 538f097f97 gl_device: Block async shaders on AMD and Intel 5 years ago
Rodrigo Locatti 2f30c10584 astc_decoder: Reimplement Layers 5 years ago
ameerj f6566338eb host_shaders: Modify shader cmake integration to allow for larger shaders 5 years ago
ameerj 2985e5e94c renderer_opengl: Accelerate ASTC texture decoding with a compute shader 5 years ago
ameerj 5213f70230 texture_cache: Blacklist BGRA8 copies and views on OpenGL 5 years ago
ameerj 0639244d85 renderer_opengl: Swizzle BGR textures on copy 5 years ago
ReinUsesLisp 5ad62e7bfc buffer_cache: Heuristically decide to skip cache on uniform buffers 5 years ago
Kelebek1 d31dbb1bc1 Implement glDepthRangeIndexeddNV 5 years ago
Morph 1a5d4d7840 gl_disk_shader_cache: Log total shader entries count on game load 5 years ago
ameerj c7325c6a4c gl_texture_cache: Lazily create non-sRGB texture views for sRGB formats 5 years ago
ReinUsesLisp 682d82faf3 gl_stream_buffer/vk_staging_buffer_pool: Fix size check 5 years ago
ReinUsesLisp 5b35b01070 video_core: Fix clang build issues 5 years ago
ReinUsesLisp 0b631f22fc renderer_opengl: Remove interop 5 years ago
ReinUsesLisp 3da87d3f12 gl_buffer_cache: Drop interop based parameter buffer workarounds 5 years ago
ReinUsesLisp 35df1d1864 vk_staging_buffer_pool: Add stream buffer for small uploads 5 years ago
ReinUsesLisp 82c2601555 video_core: Reimplement the buffer cache 5 years ago
ReinUsesLisp 75ccd9959c gpu: Report renderer errors with exceptions 5 years ago
ameerj 069afcc633 maxwell_to_gl: Remove unused code 5 years ago
Lioncash 10636d2494 gl_rasterizer: Remove unused variables 5 years ago
Morph 6e5cc977ad renderer_opengl: Update OpenGL backend version requirement to 4.6 5 years ago
ReinUsesLisp 436457b6e7 gl_shader_decompiler: Fix constant buffer size calculation 5 years ago
ReinUsesLisp 51512d01d8 renderer_opengl: Avoid precompiled cache and force NV GL cache directory 5 years ago
ReinUsesLisp 7d904fef2e gl_texture_cache: Avoid format views on Intel and AMD 5 years ago
ReinUsesLisp 3a49c1a691 gl_texture_cache: Create base images with sRGB 5 years ago
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
Lioncash 09fa1d6a73 video_core: Make use of ordered container contains() where applicable 5 years ago
Lioncash edcbd47800 gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers() 5 years ago
Lioncash 4c5f5c9bf3 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
comex d637114c17 video_core: Adjust `NUM` macro to avoid Clang warning 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
FearlessTobi 37d672bf08 Fix telemetry-related exit crash from use-after-free 5 years ago
Lioncash 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
comex 994f497781 Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main thread 5 years ago
ReinUsesLisp acc14d233f gl_rasterizer: Remove warning of untested alpha test 5 years ago
Lioncash 8469b76630 gl_rasterizer: Make floating-point literal a float 5 years ago
ReinUsesLisp 657771bdcb shader: Partially implement texture cube array shadow 6 years ago
ReinUsesLisp 79da90cea8 video_core: Enforce -Wredundant-move and -Wpessimizing-move 6 years ago
ReinUsesLisp f21a189148 gl_arb_decompiler: Implement robust buffer operations 6 years ago
ReinUsesLisp 2a24b1c973 video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 6 years ago
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 6 years ago
ReinUsesLisp 7003090187 renderer_opengl: Remove emulated mailbox presentation 6 years ago
ReinUsesLisp 58b0ae84b5 renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore 6 years ago
ReinUsesLisp eb914b6c50 video_core: Enforce -Werror=switch 6 years ago
ReinUsesLisp 9e87193725 video_core: Remove all Core::System references in renderer 6 years ago
Lioncash bae4e6c2f5 gl_texture_cache: Take std::string by reference in DecorateViewName() 6 years ago
Lioncash f3bb52c0a9 video_core/fence_manager: Remove unnecessary includes 6 years ago
ReinUsesLisp 91df2beee3 video_core/host_shaders: Add CMake integration for string shaders 6 years ago