summaryrefslogtreecommitdiff
path: root/src/video_core/engines/kepler_compute.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-08-27VideoCore: Implement DispatchIndirectFernando Sahmkow
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2022-11-29engines: Remove unnecessary castsLioncash
2022-10-06DMA & InlineToMemory Engines Rework.bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19video_core: Reduce unused includesameerj
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2021-07-22shader: Unify shader stage typesReinUsesLisp
2021-07-22shader: Remove old shader managementReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp
2020-06-05shader/texture: Join separate image and sampler pairs offlineReinUsesLisp
2020-04-28Clang Format and Documentation.Fernando Sahmkow
2020-04-27VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow
2020-04-23Clang Format.Fernando Sahmkow
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow
2020-03-18kepler_compute: Remove unused variablesReinUsesLisp
2020-03-09const_buffer_engine_interface: Store component typesReinUsesLisp
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp
2020-01-24Shader_IR: Allow constant access of guest driver.Fernando Sahmkow
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow
2019-11-22video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp
2019-10-28maxwell_3d/kepler_compute: Remove unused arguments in GetTextureReinUsesLisp
2019-10-25Shader_IR: Clang formatFernando Sahmkow
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...Fernando Sahmkow
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...Fernando Sahmkow
2019-09-05kepler_compute: Implement texture queriesReinUsesLisp
2019-07-22Merge pull request #2734 from ReinUsesLisp/compute-shadersbunnei
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow
2019-07-15gl_rasterizer: Implement compute shadersReinUsesLisp
2019-04-23Corrections and stylingFernando Sahmkow
2019-04-22Introduce skeleton of the GPU Compute Engine.Fernando Sahmkow
2019-03-05video_core/engines: Remove unnecessary includesLioncash
2019-02-10kepler_compute: Fixup assert and rename enginesReinUsesLisp