index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
/
kepler_compute.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2023-08-27
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-07-02
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2022-11-29
engines: Remove unnecessary casts
Lioncash
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2022-01-29
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2021-07-22
shader: Unify shader stage types
ReinUsesLisp
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-06-05
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-04-28
Clang Format and Documentation.
Fernando Sahmkow
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-23
Clang Format.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-03-18
kepler_compute: Remove unused variables
ReinUsesLisp
2020-03-09
const_buffer_engine_interface: Store component types
ReinUsesLisp
2020-02-28
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-01-24
Shader_IR: Allow constant access of guest driver.
Fernando Sahmkow
2020-01-24
GPU: Implement guest driver profile and deduce texture handler sizes.
Fernando Sahmkow
2019-11-22
video_core: Unify ProgramType and ShaderStage into ShaderType
ReinUsesLisp
2019-10-28
maxwell_3d/kepler_compute: Remove unused arguments in GetTexture
ReinUsesLisp
2019-10-25
Shader_IR: Clang format
Fernando Sahmkow
2019-10-25
Shader_IR: allow lookup of texture samplers within the shader_ir for instruct...
Fernando Sahmkow
2019-10-25
VideoCore: Unify const buffer accessing along engines and provide ConstBuffer...
Fernando Sahmkow
2019-09-05
kepler_compute: Implement texture queries
ReinUsesLisp
2019-07-22
Merge pull request #2734 from ReinUsesLisp/compute-shaders
bunnei
2019-07-17
Maxwell3D: Rework the dirty system to be more consistant and scaleable
Fernando Sahmkow
2019-07-15
gl_rasterizer: Implement compute shaders
ReinUsesLisp
2019-04-23
Corrections and styling
Fernando Sahmkow
2019-04-22
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2019-02-10
kepler_compute: Fixup assert and rename engines
ReinUsesLisp