summaryrefslogtreecommitdiff
path: root/src/video_core/engines/maxwell_3d.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-01-07Fix typos in video_coreViktor Szépe
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow
2023-03-31video_core: Keep the definition of DimensionControl consistent with nvidia op...Feng Chen
2023-01-05video_core: Implement maxwell3d draw texture methodFeng Chen
2023-01-04Video_core: Address feedbackFernando Sahmkow
2023-01-03Vulkan: rework stencil tracking.Fernando Sahmkow
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2023-01-01Revert Buffer cache changes and setup additional macros.Fernando Sahmkow
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2023-01-01MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow
2023-01-01MacroHLE: Add Index Buffer size estimation.Fernando Sahmkow
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2022-12-08video_core: Implement maxwell3d draw manager and split draw logicFeng Chen
2022-12-03Merge pull request #9353 from vonchenplus/draw_indexedliamwhite
2022-12-01video_core: Fine tuning the index drawing judgment logicFeng Chen
2022-11-29maxwell_3d: Mark shifted value as unsignedLioncash
2022-11-29engines: Remove unnecessary castsLioncash
2022-11-22video_core: Optimize maxwell drawing trigger mechanismFengChen
2022-11-17maxwell3d: full HLE for multi-layer clearsLiam
2022-11-16maxwell3d: HLE multi-layer clear macroLiam
2022-11-11Fix regs regression with OpenGL two-sided stencil, and re-add data invalidati...Kelebek1
2022-11-11ir/texture_pass: Use host_info instead of querying Settings::values (#9176)Morph
2022-10-27video_core: Fix drawing trigger mechanism regressionFengChen
2022-10-22video_core: Implement maxwell inline_index methodFengChen
2022-10-21video_coare: Reimplementing the maxwell drawing trigger mechanismFengChen
2022-10-13renderer_(opengl/vulkan): Fix tessellation clockwise parameterMorph
2022-10-10Fix stencil func registers, make clip control equivalent to how it was before...Kelebek1
2022-10-07Update 3D regsKelebek1
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-02Maxwell3D: Fix 3D semaphore counter type 0 handlingBilly Laws
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-14maxwell3d: add small_index_2 registerLiam
2022-03-19video_core: Reduce unused includesameerj
2022-03-16Merge pull request #8023 from ameerj/kirby-pop-inFernando S
2022-03-14maxwell_3d: Implement a safer CB data uploadameerj
2022-03-14Maxwell3D: Link to override constant definition in nouveaubyte[]
2022-03-14Maxwell3D: Use override constants from nouveauLiam
2022-03-11Maxwell3D: Restrict topology override effect to after the register is setLiam
2022-03-10Maxwell3D: read small-index draw and primitive topology override registersLiam
2022-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2021-10-01common/logging: Move Log::Entry declaration to a separate headerameerj
2021-09-07Fix blend equation enum errorFeng Chen
2021-07-22vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_stateReinUsesLisp
2021-07-22shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp
2021-07-22vk_graphics_pipeline: Implement conservative renderingReinUsesLisp