aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Collapse)Author
2020-02-28gl_rasterizer: Add oglEnablei helperReinUsesLisp
2020-02-28gl_rasterizer: Add OpenGL enable/disable helperReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-02-28renderer_opengl: Fix SRGB presentation frame tracking.bunnei
- Fixes SRGB in Super Smash Bros. Ultimate.
2020-02-27Merge pull request #3430 from bunnei/split-presenterbunnei
Port citra-emu/citra#4940: "Split Presentation thread from Render thread"
2020-02-27renderer_opengl: Reduce swap chain size to 3.bunnei
2020-02-27shader: FMUL switch to using LUT (#3441)Nguyen Dac Nam
* shader: add FmulPostFactor LUT table * shader: FMUL apply LUT * Update src/video_core/engines/shader_bytecode.h Co-Authored-By: Mat M. <mathew1800@gmail.com> * nit: mistype * clang-format & add missing import * shader: remove post factor LUT. * shader: move post factor LUT to function and fix incorrect order. * clang-format * shader: FMUL: add static to post factor LUT * nit: typo Co-authored-by: Mat M. <mathew1800@gmail.com>
2020-02-26renderer_opengl: Use more concise lock syntax.bunnei
2020-02-26renderer_opengl: Move Frame/FrameMailbox to OpenGL namespace.bunnei
2020-02-26Merge pull request #3440 from namkazt/patch-6bunnei
shader: implement LOP3 fast replace for old function
2020-02-25renderer_opengl: Create gl_framebuffer_data if empty.bunnei
2020-02-25frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei
2020-02-25core: frontend: Refactor scope_acquire_window_context to scope_acquire_context.bunnei
2020-02-25renderer_opengl: Add texture mailbox support for presenter thread.bunnei
2020-02-25renderer_opengl: Add OGLRenderbuffer to resource/state management.bunnei
2020-02-25Merge pull request #3461 from ReinUsesLisp/r32i-rtMat M
video_core/surface: Add R32_SINT render target format
2020-02-25Merge pull request #3460 from ReinUsesLisp/unused-format-getterMat M
video_core/gpu: Remove unused functions
2020-02-25video_core/surface: Add R32_SINT render target formatReinUsesLisp
2020-02-25video_core/gpu: Remove unused functionsReinUsesLisp
2020-02-25Merge pull request #3417 from ReinUsesLisp/r32ibunnei
texture: Implement R32I
2020-02-24Merge pull request #3425 from ReinUsesLisp/layered-framebufferbunnei
texture_cache: Implement layered framebuffer attachments
2020-02-22Merge pull request #3424 from ReinUsesLisp/spirv-layerbunnei
vk_shader_decompiler: Implement Layer output attribute
2020-02-22Merge pull request #3422 from ReinUsesLisp/buffer-flushbunnei
surface_base: Implement texture buffer flushes
2020-02-21shader/texture: Fix illegal 3D texture assertReinUsesLisp
Fix typo in the illegal 3D texture assert logic. We care about catching arrayed 3D textures or 3D shadow textures, not regular 3D textures.
2020-02-21Merge pull request #3433 from namkazt/patch-1Rodrigo Locatti
renderer_vulkan: Add the rest of case for TryConvertBorderColor
2020-02-21Merge pull request #3434 from namkazt/patch-2Rodrigo Locatti
vk_shader: Implement ImageLoad
2020-02-21Merge pull request #3435 from namkazt/patch-3Rodrigo Locatti
vulkan: add DXT23_SRGB
2020-02-21Merge pull request #3423 from ReinUsesLisp/no-match-3dbunnei
texture_cache: Avoid matches in 3D textures
2020-02-21nit: add const to where it need.Nguyen Dac Nam
2020-02-21shader: implement LOP3 fast replace for old functionNguyen Dac Nam
ref: https://devtalk.nvidia.com/default/topic/1070081/cuda-programming-and-performance/reverse-lut-for-lop3-lut/
2020-02-21vk_device: remove left over from other branchNguyen Dac Nam
2020-02-20Merge pull request #3438 from bunnei/gpu-mem-manager-fixbunnei
video_core: memory_manager: Flush/invalidate asynchronously when possible.
2020-02-20clang-formatNguyen Dac Nam
2020-02-20shader_decompiler: only add StorageImageReadWithoutFormat when availableNguyen Dac Nam
2020-02-19Merge pull request #3415 from ReinUsesLisp/texture-codebunnei
shader/texture: Allow 2D shadow arrays and simplify code
2020-02-19video_core: memory_manager: Flush/invalidate asynchronously on Unmap.bunnei
- Minor perf improvement.
2020-02-19Merge pull request #3414 from ReinUsesLisp/maxwell-3d-drawbunnei
maxwell_3d: Unify draw methods
2020-02-19Merge pull request #3411 from ReinUsesLisp/specific-funcsbunnei
gl_rasterizer: Use the least generic OpenGL draw function possible
2020-02-19shader_decompiler: add check in case of device not support ↵Nguyen Dac Nam
ShaderStorageImageReadWithoutFormat
2020-02-19vk_device: setup shaderStorageImageReadWithoutFormatNguyen Dac Nam
2020-02-19vk_device: add check for shaderStorageImageReadWithoutFormatNguyen Dac Nam
2020-02-19shader_conversion: I2F : add Assert for case src_size is ShortNguyen Dac Nam
2020-02-19fix warningNguyen Dac Nam
2020-02-19clang-format fixNguyen Dac Nam
2020-02-19shader_conversion: add conversion I2F for ShortNguyen Dac Nam
2020-02-18Merge pull request #3410 from ReinUsesLisp/vk-draw-indexbunnei
vk_shader_decompiler: Fix vertex id and instance id
2020-02-19vk_shader: add Capability StorageImageReadWithoutFormatNguyen Dac Nam
2020-02-19vk_shader: Implement function ImageLoad (Used by Kirby Start Allies)Nguyen Dac Nam
Please enter the commit message for your changes. Lines starting
2020-02-19fixups mistake auto commit.Nguyen Dac Nam
2020-02-19Update code structureNguyen Dac Nam
Co-Authored-By: Mat M. <mathew1800@gmail.com>