934 Commits (b8c96cee5f2eb0bd5ba9ef46746daec78ee3bb44)

Author SHA1 Message Date
Lioncash a05d9405b9 video_core/macro: Remove unused parameter from Execute() 4 years ago
ameerj 427bf76e62 gpu: Migrate implementation to the cpp file 4 years ago
ameerj 5daf3abe65 common/logging: Move Log::Entry declaration to a separate header 4 years ago
ameerj 24049591f6 maxwell_dma: Minor refactoring 4 years ago
Feng Chen 0292374807 Fix blend equation enum error 4 years ago
Lioncash f8964dd89a video_core/engine: Consistently initialize rasterizer pointers 5 years ago
ReinUsesLisp fba6bd92d4 vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state 5 years ago
ReinUsesLisp 7dafa96ab5 shader: Rework varyings and implement passthrough geometry shaders 5 years ago
ReinUsesLisp 4f052a1f39 vk_graphics_pipeline: Implement conservative rendering 5 years ago
ReinUsesLisp 395bed3a0a shader: Unify shader stage types 5 years ago
ReinUsesLisp d554778311 vulkan: Use VK_EXT_provoking_vertex when available 5 years ago
FernandoS27 c736b9ffab DMA: Restrict optimised path for BlockToLinear further. 5 years ago
ReinUsesLisp 85cce78583 shader: Primitive Vulkan integration 5 years ago
ReinUsesLisp c67d64365a shader: Remove old shader management 5 years ago
Fernando Sahmkow 1ae4b684ff Buffer cache: Fixes, Clang and Feedback. 5 years ago
Fernando Sahmkow 495b8e31b5 DMAEngine: Revert flushing from Pitch to BlpockLinear. 5 years ago
Fernando Sahmkow b780d5b5c5 DMAEngine: Accelerate BufferClear 5 years ago
Fernando Sahmkow be1a3f7a0f accelerateDMA: Accelerate Buffer Copies. 5 years ago
Feng Chen c7ad195fd3
Out of bound blit (#6531) 5 years ago
Lioncash be6844c1ed maxwell3d: Add missing return in default SizeInBytes() case 5 years ago
ameerj 859ba21f6d buffer_cache: Simplify uniform disabling logic 5 years ago
bunnei a4c6712a4b common: Move settings to common from core. 5 years ago
Lioncash 31932904c5 engine_interface: Add missing virtual destructor 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
ReinUsesLisp 80a673a27f maxwell_3d: Silence array bounds warnings 5 years ago
ReinUsesLisp 3ff978aa4f common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
ReinUsesLisp 9764c13d6d video_core: Rewrite the texture cache 5 years ago
Lioncash 4c5f5c9bf3 video_core: Remove unnecessary enum class casting in logging messages 5 years ago
Lioncash 9e7a1f1351 maxwell_3d: Move member variables to end of class 5 years ago
Lioncash ce0712bf95 maxwell_3d: Resolve -Wdocumentation warning 5 years ago
Lioncash bcc5c4403a maxwell_3d: Remove unused dirty_pointer array 5 years ago
comex a6e6cd5788 maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict 5 years ago
Lioncash 677a8b208d video_core: Resolve more variable shadowing scenarios 5 years ago
ReinUsesLisp 2ccf85a910 vk_shader_decompiler: Implement force early fragment tests 5 years ago
Lioncash b7cd5d742e shader_bytecode: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 56ecafc204 shader_bytecode: Eliminate variable shadowing 5 years ago
ReinUsesLisp 622830f4e1 maxwell_3d: Use insert instead of loop push_back 6 years ago
ReinUsesLisp 9ea8cffe35 maxwell_3d: Move code to separate functions 6 years ago
ReinUsesLisp 44b552be71 shader/arithmetic: Implement FCMP immediate + register variant 5 years ago
ReinUsesLisp e1600b0962 video_core: Enforce -Wclass-memaccess 5 years ago
ReinUsesLisp 2a24b1c973 video_core: Enforce -Wunused-variable and -Wunused-but-set-variable 5 years ago
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 5 years ago
Lioncash 91bca9eb0b fermi_2d: Make use of designated initializers 5 years ago
ReinUsesLisp da53bcee60 video_core: Initialize renderer with a GPU 6 years ago
Lioncash 83d8bf9af9 maxwell_3d: Resolve -Wextra-semi warning 5 years ago
ReinUsesLisp f00641459e textures/decoders: Fix block linear to pitch copies 6 years ago
ReinUsesLisp c574ab5aa1 video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes 6 years ago
ReinUsesLisp 2a9d17b7e7 maxwell_dma: Rename registers to match official docs and reorder 6 years ago
David Marcec fabdf5d385 Addressed issues 6 years ago