4460 Commits (7b893c7963a57bf41f5dad7dd1709985971ce291)

Author SHA1 Message Date
ReinUsesLisp 3b2dee88e6 buffer_cache: Avoid copying twice on certain cases 6 years ago
ReinUsesLisp b8b6f94ba9 texture_cache: Use unordered_map::find instead of operator[] on hot code 6 years ago
ReinUsesLisp d2b2557542 texture_cache: Use small vector for surface vectors 6 years ago
ReinUsesLisp f3f056c3b6 maxwell_3d: Initialize line widths 6 years ago
ReinUsesLisp 31eb658fea maxwell_3d: Initialize polygon modes 6 years ago
ReinUsesLisp 32e6727dae shader/other: Implement MEMBAR.CTS 6 years ago
ReinUsesLisp b2c4521a91 texture_cache: Fix layered null surfaces 6 years ago
ReinUsesLisp b17fe82973 gl_texture_cache: Implement small texture view cache for swizzles 6 years ago
ReinUsesLisp 8bba84a401 texture_cache: Implement depth stencil texture swizzles 6 years ago
ReinUsesLisp 606a62d4c7 gl_rasterizer: Port front face flip check from Vulkan 6 years ago
ReinUsesLisp efe7b7483b fixed_pipeline_state: Remove unnecessary check for front faces flip 6 years ago
ReinUsesLisp c13e2f1b75 gl_shader_manager: Unbind GLSL program when binding a host pipeline 6 years ago
ReinUsesLisp 5d0986a53b shader/other: Implement BAR.SYNC 0x0 6 years ago
ReinUsesLisp 103809a0ca shader/memory: Implement non-addition operations in RED 6 years ago
ReinUsesLisp e2b67a868b shader/other: Implement thread comparisons (NV_shader_thread_group) 6 years ago
ReinUsesLisp ed4e324991 shader_decompiler: Visit source nodes even when they assign to RZ 6 years ago
ReinUsesLisp 434856c636 vk_shader_decompiler: Don't assert for void returns 6 years ago
ReinUsesLisp ebaace294f buffer_cache: Remove unused boost headers 6 years ago
ReinUsesLisp a2dcc642c1 map_interval: Add interval allocator and drop hack 6 years ago
ReinUsesLisp 19d4f28001 buffer_cache: Use boost::container::small_vector for maps in range 6 years ago
ReinUsesLisp 891236124c buffer_cache: Use boost::intrusive::set for caching 6 years ago
ReinUsesLisp 3b0baf746e buffer_cache: Remove shared pointers 6 years ago
ReinUsesLisp 599274e3f0 buffer_cache: Minor style changes 6 years ago
ReinUsesLisp 420cc13248 renderer_opengl: Add assembly program code paths 6 years ago
Morph d0fc12684a maxwell_to_vk: Add format B8G8R8A8_SRGB 6 years ago
Fernando Sahmkow 4cff5dd194 OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. 6 years ago
David Marcec 4b9504028d DmaPusher: Remove dead code in step 6 years ago
ReinUsesLisp 7a27b7f3a3 vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior 6 years ago
ReinUsesLisp 91dddca26e vk_rasterizer: Implement constant attributes 6 years ago
ReinUsesLisp cf6a40fc12 vk_rasterizer: Remove buffer check in attribute selection 6 years ago
ReinUsesLisp 8b329ddcc9 gl_shader_decompiler: Properly emulate NaN behaviour on NE 6 years ago
Fernando Sahmkow 1887afaf9e RasterizerCache: Correct documentation. 6 years ago
Fernando Sahmkow 8d15f8b28e VkPipelineCache: Use a null shader on invalid address. 6 years ago
Fernando Sahmkow 0a4be73b9b VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation. 6 years ago
ReinUsesLisp 4e57f9d5cf shader_ir: Separate float-point comparisons in ordered and unordered 6 years ago
bunnei eb2c50c5e6
Update src/video_core/gpu.cpp 6 years ago
bunnei ea09930196
Update src/video_core/gpu.cpp 6 years ago
ReinUsesLisp 227278098a vk_sampler_cache: Use VK_EXT_custom_border_color when available 6 years ago
ReinUsesLisp 2dbf5290f2 vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp f813cd3ff7 gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp 9b8e962368 maxwell_3d: Add viewport swizzles 6 years ago
ReinUsesLisp 3b668e1210 vk_graphics_pipeline: Implement rasterizer_enable on Vulkan 6 years ago
Jan Beich b4d0724a63 fixed_pipeline_state: explicitly use template keyword after 1f345ebe3a 6 years ago
Dan 96ee1b42bc maxwell_to_vk: implement missing signed int formats 6 years ago
Morph 7909860d16 texture: Implement R8G8UI 6 years ago
Lioncash 6c53edd4d3 vulkan: Remove unnecessary includes 6 years ago
ReinUsesLisp 871aadbe36 shader/arithmetic_integer: Fix tracking issue in temporary 6 years ago
Fernando Sahmkow 9df67b2095 Clang Format and Documentation. 6 years ago
Fernando Sahmkow 37c690576f MaxwellDMA: Optimize micro copies. 6 years ago
ReinUsesLisp d6a24b4a5b vk_rasterizer: Skip index buffer setup when vertices are zero 6 years ago