aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2020-05-29texture_cache: Handle overlaps with multiple subresourcesReinUsesLisp
2020-05-28Merge pull request #3991 from ReinUsesLisp/depth-samplingbunnei
2020-05-28maxwell_3d: Reduce severity of logs that can be spammedReinUsesLisp
2020-05-28format_lookup_table: Implement G24S8 format as S8Z24ReinUsesLisp
2020-05-28Merge pull request #3993 from ReinUsesLisp/fix-zlabunnei
2020-05-27buffer_cache: Avoid copying twice on certain casesReinUsesLisp
2020-05-27texture_cache: Use unordered_map::find instead of operator[] on hot codeReinUsesLisp
2020-05-27Merge pull request #3961 from Morph1984/bgra8_srgbbunnei
2020-05-27texture_cache: Use small vector for surface vectorsReinUsesLisp
2020-05-27maxwell_3d: Initialize line widthsReinUsesLisp
2020-05-27maxwell_3d: Initialize polygon modesReinUsesLisp
2020-05-27shader/other: Implement MEMBAR.CTSReinUsesLisp
2020-05-26texture_cache: Fix layered null surfacesReinUsesLisp
2020-05-26gl_texture_cache: Implement small texture view cache for swizzlesReinUsesLisp
2020-05-26texture_cache: Implement depth stencil texture swizzlesReinUsesLisp
2020-05-26gl_rasterizer: Port front face flip check from VulkanReinUsesLisp
2020-05-26fixed_pipeline_state: Remove unnecessary check for front faces flipReinUsesLisp
2020-05-26Merge pull request #3981 from ReinUsesLisp/barbunnei
2020-05-26Merge pull request #3980 from ReinUsesLisp/red-opbunnei
2020-05-26gl_shader_manager: Unbind GLSL program when binding a host pipelineReinUsesLisp
2020-05-25Merge pull request #3978 from ReinUsesLisp/write-rzbunnei
2020-05-24Merge pull request #3905 from FernandoS27/vulkan-fixbunnei
2020-05-24Merge pull request #3964 from ReinUsesLisp/arb-integrationbunnei
2020-05-24Merge pull request #3979 from ReinUsesLisp/thread-groupbunnei
2020-05-21shader/other: Implement BAR.SYNC 0x0ReinUsesLisp
2020-05-21shader/memory: Implement non-addition operations in REDReinUsesLisp
2020-05-21shader/other: Implement thread comparisons (NV_shader_thread_group)ReinUsesLisp
2020-05-21shader_decompiler: Visit source nodes even when they assign to RZReinUsesLisp
2020-05-21vk_shader_decompiler: Don't assert for void returnsReinUsesLisp
2020-05-21buffer_cache: Remove unused boost headersReinUsesLisp
2020-05-21map_interval: Add interval allocator and drop hackReinUsesLisp
2020-05-21buffer_cache: Use boost::container::small_vector for maps in rangeReinUsesLisp
2020-05-21buffer_cache: Use boost::intrusive::set for cachingReinUsesLisp
2020-05-21buffer_cache: Remove shared pointersReinUsesLisp
2020-05-21buffer_cache: Minor style changesReinUsesLisp
2020-05-19renderer_opengl: Add assembly program code pathsReinUsesLisp
2020-05-18maxwell_to_vk: Add format B8G8R8A8_SRGBMorph
2020-05-17OpenGL: Enable Debug Context and Synchronous debugging when graphics debuggin...Fernando Sahmkow
2020-05-16DmaPusher: Remove dead code in stepDavid Marcec
2020-05-15vk_rasterizer: Match OpenGL's FlushAndInvalidate behaviorReinUsesLisp
2020-05-13Merge pull request #3899 from ReinUsesLisp/float-comparisonsbunnei
2020-05-13vk_rasterizer: Implement constant attributesReinUsesLisp
2020-05-13vk_rasterizer: Remove buffer check in attribute selectionReinUsesLisp
2020-05-11Merge pull request #3816 from ReinUsesLisp/vk-rasterizer-enablebunnei
2020-05-10gl_shader_decompiler: Properly emulate NaN behaviour on NEReinUsesLisp
2020-05-09RasterizerCache: Correct documentation.Fernando Sahmkow
2020-05-09VkPipelineCache: Use a null shader on invalid address.Fernando Sahmkow
2020-05-09VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation.Fernando Sahmkow
2020-05-09Merge pull request #3839 from Morph1984/r8g8uiRodrigo Locatti
2020-05-09shader_ir: Separate float-point comparisons in ordered and unorderedReinUsesLisp