summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_compute.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-29engines: Remove unnecessary castsLioncash1-3/+3
2022-10-06DMA & InlineToMemory Engines Rework.bunnei1-4/+9
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19video_core: Reduce unused includesameerj1-1/+0
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow1-0/+1
2021-07-23shader: Unify shader stage typesReinUsesLisp1-1/+0
2021-07-23shader: Remove old shader managementReinUsesLisp1-43/+1
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+0
2021-02-13gpu: Report renderer errors with exceptionsReinUsesLisp1-2/+2
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-21/+5
2020-08-22video_core: Initialize renderer with a GPUReinUsesLisp1-8/+9
2020-06-05shader/texture: Join separate image and sampler pairs offlineReinUsesLisp1-1/+4
2020-04-28Clang Format and Documentation.Fernando Sahmkow1-1/+1
2020-04-28VideoCore/Engines: Refactor Engines CallMethod.Fernando Sahmkow1-7/+6
2020-04-23Clang Format.Fernando Sahmkow1-1/+2
2020-04-23DMAPusher: Propagate multimethod writes into the engines.Fernando Sahmkow1-0/+6
2020-03-19kepler_compute: Remove unused variablesReinUsesLisp1-8/+0
2020-03-09const_buffer_engine_interface: Store component typesReinUsesLisp1-1/+1
2020-02-28video_core: Reintroduce dirty flags infrastructureReinUsesLisp1-0/+3
2020-02-28gl_rasterizer: Remove dirty flagsReinUsesLisp1-3/+0
2020-01-24Shader_IR: Allow constant access of guest driver.Fernando Sahmkow1-0/+4
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow1-0/+4
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-0/+1
2019-10-28maxwell_3d/kepler_compute: Remove unused arguments in GetTextureReinUsesLisp1-7/+5
2019-10-25Shader_IR: Clang formatFernando Sahmkow1-2/+1
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide itFernando Sahmkow1-0/+18
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.Fernando Sahmkow1-1/+2
2019-09-06kepler_compute: Implement texture queriesReinUsesLisp1-0/+53
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-1/+1
2019-07-15gl_rasterizer: Implement compute shadersReinUsesLisp1-3/+4
2019-04-23Corrections and stylingFernando Sahmkow1-1/+1
2019-04-23Introduce skeleton of the GPU Compute Engine.Fernando Sahmkow1-4/+33
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-2/+1
2019-02-10kepler_compute: Fixup assert and rename enginesReinUsesLisp1-0/+34