4447 Commits (666a02395786249fbc73bb8b699493b3466709bc)

Author SHA1 Message Date
ReinUsesLisp 00bef5d0d3 vk_rasterizer: Add lazy default buffer maker and use it for empty buffers 6 years ago
ReinUsesLisp b33a0c0d5f gl_rasterizer: Fix buffers without size 6 years ago
ReinUsesLisp 6da525c8d2 shader/arithmetic_integer: Fix LEA_IMM encoding 6 years ago
Amit Prakash Ambasta 7915dc7ac9 Initialize quad_indexed_pass before uint8_pass 6 years ago
Lioncash 8a37c63b9e dma_pusher: Remove reliance on the global system instance 6 years ago
Jan Beich cc5e71c5ad renderer_vulkan: assume X11 if not Windows/macOS after 30bbdc653c 6 years ago
ReinUsesLisp fcbe714435 vulkan/wrapper: Sort physical devices 6 years ago
ReinUsesLisp 98266da47c fixed_pipeline_state: Hash and compare the whole structure 6 years ago
ReinUsesLisp 89c816a3cf fixed_pipeline_state: Pack blending state 6 years ago
ReinUsesLisp d74b3a5a50 fixed_pipeline_state: Pack rasterizer state 6 years ago
ReinUsesLisp cc6af27ae7 fixed_pipeline_state: Pack depth stencil state 6 years ago
ReinUsesLisp fd2f04bbdc fixed_pipeline_state: Pack attribute state 6 years ago
bunnei 6613cbfc35 video_core: gl_shader_decompiler: Fix implicit fallthrough errors. 6 years ago
Lioncash e302cb8c36 gl_shader_decompiler: Avoid copies where applicable 6 years ago
Markus Wick d8d02fa184 video_code: Fix implicit switch fallthrough. 6 years ago
ReinUsesLisp 153845bba3 vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers 6 years ago
Rodrigo Locatti aed8e57a1b Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" 6 years ago
bunnei 5a461a7482 video_core: memory_manager: Updates for Common::PageTable changes. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Lioncash eaeb4520f7 General: Resolve warnings related to missing declarations 6 years ago
Lioncash 5eae660cba decode/memory: Resolve unused variable warning 6 years ago
Lioncash ade1bb1e95 decode/texture: Resolve unused variable warnings. 6 years ago
Lioncash ef5b809b0d decode/texture: Collapse loop down into std::generate 6 years ago
Lioncash e50ca6a64f decode/texture: Eliminate trivial missing field initializer warnings 6 years ago
ReinUsesLisp 4ef04832a8 maxwell_3d: Initialize format attributes constant as one 6 years ago
ReinUsesLisp 14ab5c4b65 vk_compute_pass: Implement indexed quads 6 years ago
ReinUsesLisp c1ad40a3cb buffer_cache: Return handles instead of pointer to handles 6 years ago
Lioncash 3e1772a6af decode/shift: Remove unused variable within Shift() 6 years ago
Lioncash adae1cbaeb surface_view: Add missing operator!= to ViewParams 6 years ago
Lioncash 4ce2aaa9d2 surface_base: Make IsInside() a const member function 6 years ago
Lioncash 61329ad0be texture_cache/format_lookup_table: Fix incorrect green, blue, and alpha indices 6 years ago
Lioncash 38b955a3ff control_flow: Make use of std::move in TryInspectAddress() 6 years ago
Lioncash 3c3928a5f7 video_core: Amend doxygen comment references 6 years ago
Lioncash 5e32ba4080 gl_query_cache: Resolve use-after-move in CachedQuery move assignment operator 6 years ago
Lioncash 4efb85bb2e gl_device: Mark stage_swizzle as constexpr 6 years ago
Lioncash 7ff67fc798 track: Eliminate redundant copies 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Lioncash 6ea751d910 CMakeLists: Make -Wreorder a compile-time error 6 years ago
Fernando Sahmkow 09ba659a78 Texture Cache: Read current data when flushing a 3D segment. 6 years ago
ReinUsesLisp 9db905ec1d maxwell_to_vk: Add uint16 vertex formats 6 years ago
ReinUsesLisp f643910f7b maxwell_to_vk: Add missing breaks 6 years ago
ReinUsesLisp ffc83d1a57 vk_blit_screen: Initialize all members in VkPipelineViewportStateCreateInfo 6 years ago
Fernando Sahmkow 52144a9a23 Texture Cache: Only do buffer copies on accurate GPU. (#3634) 6 years ago
ReinUsesLisp f5a23c9bb3 Revert "gl_shader_decompiler: Implement merges with bitfieldInsert" 6 years ago
ReinUsesLisp ffceca76c9 shader/arithmetic: Add FCMP_CR variant 6 years ago
ReinUsesLisp 501c92a17f gl_rasterizer: Implement constant vertex attributes 6 years ago
ReinUsesLisp a1ea6948e2 vk_rasterizer: Default to 1 viewports with a size of 0 6 years ago
ReinUsesLisp ab33a2bebc gl_shader_cache: Use CompileDepth::FullDecompile on GLSL 6 years ago
ReinUsesLisp c4dc51f168 renderer_vulkan: Integrate Nvidia Nsight Aftermath on Windows 6 years ago
ReinUsesLisp 855faaf4a0 gl_texture_cache: Fix layered texture attachment base level 6 years ago