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
Age
Commit message (
Expand
)
Author
2021-04-14
Merge pull request #6196 from bunnei/asserts-setting
bunnei
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-12
engine_interface: Add missing virtual destructor
Lioncash
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-01-24
maxwell_3d: Silence array bounds warnings
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-12-15
Merge pull request #5157 from lioncash/array-dirty
bunnei
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-06
maxwell_3d: Move member variables to end of class
Lioncash
2020-12-06
maxwell_3d: Resolve -Wdocumentation warning
Lioncash
2020-12-06
maxwell_3d: Remove unused dirty_pointer array
Lioncash
2020-12-05
maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflict
comex
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-11-26
vk_shader_decompiler: Implement force early fragment tests
ReinUsesLisp
2020-11-20
Merge pull request #4953 from lioncash/shader-shadow
bunnei
2020-11-20
shader_bytecode: Make use of [[nodiscard]] where applicable
Lioncash
2020-11-20
shader_bytecode: Eliminate variable shadowing
Lioncash
2020-11-11
maxwell_3d: Use insert instead of loop push_back
ReinUsesLisp
2020-11-11
maxwell_3d: Move code to separate functions
ReinUsesLisp
2020-10-28
shader/arithmetic: Implement FCMP immediate + register variant
ReinUsesLisp
2020-10-09
video_core: Enforce -Wclass-memaccess
ReinUsesLisp
2020-10-02
video_core: Enforce -Wunused-variable and -Wunused-but-set-variable
ReinUsesLisp
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-18
fermi_2d: Make use of designated initializers
Lioncash
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-16
Merge pull request #4519 from lioncash/semi
bunnei
2020-08-14
maxwell_3d: Resolve -Wextra-semi warning
Lioncash
2020-08-10
textures/decoders: Fix block linear to pitch copies
ReinUsesLisp
2020-07-10
video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes
ReinUsesLisp
2020-07-07
maxwell_dma: Rename registers to match official docs and reorder
ReinUsesLisp
2020-06-26
Merge pull request #4147 from ReinUsesLisp/hset2-imm
bunnei
2020-06-24
Addressed issues
David Marcec
2020-06-24
Macro HLE support
David Marcec
2020-06-22
shader/half_set: Implement HSET2_IMM
ReinUsesLisp
2020-06-13
Merge pull request #4049 from ReinUsesLisp/separate-samplers
bunnei
2020-06-08
texture_cache: Implement rendering to 3D textures
ReinUsesLisp
2020-06-05
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-04
Merge pull request #4009 from ogniK5377/macro-jit-prod
bunnei
2020-06-04
Default init labels and use initializer list for macro engine
David Marcec
2020-06-03
Mark parameters as const
David Marcec
2020-06-02
Pass by reference instead of copying parameters
David Marcec
2020-06-01
Merge pull request #3998 from ReinUsesLisp/init-3d
bunnei
2020-05-30
Implement macro JIT
David Marcec
2020-05-28
maxwell_3d: Reduce severity of logs that can be spammed
ReinUsesLisp
2020-05-27
maxwell_3d: Initialize line widths
ReinUsesLisp
2020-05-27
maxwell_3d: Initialize polygon modes
ReinUsesLisp
2020-05-13
Merge pull request #3899 from ReinUsesLisp/float-comparisons
bunnei
2020-05-09
shader_ir: Separate float-point comparisons in ordered and unordered
ReinUsesLisp
[next]