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.h
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-01-01
DMAPusher: Improve collection of non executing methods
Fernando Sahmkow
2022-11-29
engines: Remove unnecessary casts
Lioncash
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2021-07-22
shader: Primitive Vulkan integration
ReinUsesLisp
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-01-15
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
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
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
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-11-22
gl_shader_cache: Specialize local memory size for compute shaders
ReinUsesLisp
2019-11-22
gl_shader_cache: Specialize shader workgroup
ReinUsesLisp
2019-11-03
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-10-28
maxwell_3d/kepler_compute: Remove unused arguments in GetTexture
ReinUsesLisp
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-06-07
kepler_compute: Use std::array for cbuf info
ReinUsesLisp
2019-06-07
kepler_compute: Fix block_dim_x encoding
ReinUsesLisp
2019-05-01
Refactors and name corrections.
Fernando Sahmkow
2019-04-23
Add Documentation Headers to all the GPU Engines
Fernando Sahmkow
2019-04-22
Introduce skeleton of the GPU Compute Engine.
Fernando Sahmkow
2019-04-05
video_core/engines: Make memory manager members private
Lioncash
2019-04-05
video_core/engines: Remove unnecessary inclusions where applicable
Lioncash
2019-03-05
video_core/engines: Remove unnecessary includes
Lioncash
2019-02-10
kepler_compute: Fixup assert and rename engines
ReinUsesLisp