4990 Commits (75ccd9959ca7aa78b71fbb800ed2127d8613e9dc)

Author SHA1 Message Date
ReinUsesLisp b571c92dfd fixed_pipeline_state: Pack blending state 6 years ago
ReinUsesLisp 548dd27f45 fixed_pipeline_state: Pack rasterizer state 6 years ago
ReinUsesLisp 7790144a55 fixed_pipeline_state: Pack depth stencil state 6 years ago
ReinUsesLisp ab6704f20c fixed_pipeline_state: Pack attribute state 6 years ago
bunnei 03726fb7f5 video_core: gl_shader_decompiler: Fix implicit fallthrough errors. 6 years ago
Lioncash bf328ed35a gl_shader_decompiler: Avoid copies where applicable 6 years ago
Markus Wick 07fbef1776 video_code: Fix implicit switch fallthrough. 6 years ago
ReinUsesLisp a7b6bd56d7 vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers 6 years ago
Rodrigo Locatti 990c0b184f
Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" 6 years ago
bunnei 32fc2aae3c video_core: memory_manager: Updates for Common::PageTable changes. 6 years ago
bunnei 4caff51710 core: memory: Move to Core::Memory namespace. 6 years ago
Lioncash e2d8be1ca2 General: Resolve warnings related to missing declarations 6 years ago
Lioncash 678ac54749 decode/memory: Resolve unused variable warning 6 years ago
Lioncash d159643fd7 decode/texture: Resolve unused variable warnings. 6 years ago
Lioncash f522abd8ab decode/texture: Collapse loop down into std::generate 6 years ago
Lioncash 7e2d60de26 decode/texture: Eliminate trivial missing field initializer warnings 6 years ago
ReinUsesLisp 238c6016f9 maxwell_3d: Initialize format attributes constant as one 6 years ago
ReinUsesLisp c961770900 vk_compute_pass: Implement indexed quads 6 years ago
ReinUsesLisp 090fd3fefa buffer_cache: Return handles instead of pointer to handles 6 years ago
Lioncash cd2a12e78f decode/shift: Remove unused variable within Shift() 6 years ago
Lioncash 5fbe8785d2 surface_view: Add missing operator!= to ViewParams 6 years ago
Lioncash d551c910bb surface_base: Make IsInside() a const member function 6 years ago
Lioncash 636c8ab85b texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices 6 years ago
Lioncash 72a224d3fc control_flow: Make use of std::move in TryInspectAddress() 6 years ago
Lioncash 11837e8f13 video_core: Amend doxygen comment references 6 years ago
Lioncash 24620bc4ea decode/image: Fix typo in assert in GetComponentSize() 6 years ago
Lioncash 3a60f19eaf gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator 6 years ago
Lioncash b178c9a349 decoder/image: Fix incorrect G24R8 component sizes in GetComponentSize() 6 years ago
Lioncash 71fb156611 gl_device: Mark stage_swizzle as constexpr 6 years ago
Lioncash e15ec2705c track: Eliminate redundant copies 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 213fff67bc CMakeLists: Make -Wreorder a compile-time error 6 years ago
Fernando Sahmkow 6789d88a9c Texture Cache: Read current data when flushing a 3D segment. 6 years ago
ReinUsesLisp 3036067047 maxwell_to_vk: Add uint16 vertex formats 6 years ago
ReinUsesLisp b4e43c64c8 maxwell_to_vk: Add missing breaks 6 years ago
ReinUsesLisp 0ca456830f vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo 6 years ago
Fernando Sahmkow daddbeffd1
Texture Cache: Only do buffer copies on accurate GPU. (#3634) 6 years ago
ReinUsesLisp fd6371eba7 Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" 6 years ago
ReinUsesLisp fefe7f18f9 shader/arithmetic: Add FCMP_CR variant 6 years ago
ReinUsesLisp 6dfcabc800 gl_rasterizer: Implement constant vertex attributes 6 years ago
ReinUsesLisp 37e5c4fa7c vk_rasterizer: Default to 1 viewports with a size of 0 6 years ago
ReinUsesLisp 453d7419d9 gl_shader_cache: Use CompileDepth::FullDecompile on GLSL 6 years ago
ReinUsesLisp 0e232cfdc1 renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows 6 years ago
ReinUsesLisp 21dc842171 gl_texture_cache: Fix layered texture attachment base level 6 years ago
ReinUsesLisp 6cfe2a7246 renderer_vulkan: Remove Nvidia checkpoints 6 years ago
ReinUsesLisp 16105c6a66 renderer_vulkan: Catch device losses in more places 6 years ago
ReinUsesLisp 76615b9f34 gl_rasterizer: Implement line widths and smooth lines 6 years ago
ReinUsesLisp 05cf270836 gl_shader_decompiler: Implement merges with bitfieldInsert 6 years ago
ReinUsesLisp 75eb953575 gl_shader_decompiler: Improve generated code in HMergeH* 6 years ago
ReinUsesLisp 76f178ba6e shader/video: Partially implement VMNMX 6 years ago