index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
engines
/
maxwell_3d.cpp
Age
Commit message (
Expand
)
Author
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-08
Merge pull request #3885 from ReinUsesLisp/viewport-swizzles
bunnei
2020-05-05
Merge pull request #3815 from FernandoS27/command-list-2
bunnei
2020-05-04
maxwell_3d: Add viewport swizzles
ReinUsesLisp
2020-04-28
{maxwell_3d,buffer_cache}: Implement memory barriers using 3D registers
ReinUsesLisp
2020-04-27
VideoCore/Engines: Refactor Engines CallMethod.
Fernando Sahmkow
2020-04-23
Maxwell3D: Process Macros on MultiMethod.
Fernando Sahmkow
2020-04-23
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-22
FenceManager: Manage syncpoints and rename fences to semaphores.
Fernando Sahmkow
2020-04-22
Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan.
Fernando Sahmkow
2020-04-22
GPU: Fix rebase errors.
Fernando Sahmkow
2020-04-22
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-16
maxwell_3d: Initialize format attributes constant as one
ReinUsesLisp
2020-03-22
apply replay logic to all writes. remove replay from MacroInterpreter::Send (...
namkazy
2020-03-22
maxwell_3d: init shadow_state
namkazy
2020-03-22
maxwell_3d: this seem more correct.
namkazy
2020-03-22
maxwell_3d: update comments for shadow ram usage
namkazy
2020-03-22
maxwell_3d: track shadow ram ctrl and hw reg value
Nguyen Dac Nam
2020-03-09
const_buffer_engine_interface: Store component types
ReinUsesLisp
2020-02-28
maxwell_3d: Flatten cull and front face registers
ReinUsesLisp
2020-02-28
video_core: Reintroduce dirty flags infrastructure
ReinUsesLisp
2020-02-28
gl_rasterizer: Remove dirty flags
ReinUsesLisp
2020-02-19
Merge pull request #3414 from ReinUsesLisp/maxwell-3d-draw
bunnei
2020-02-14
maxwell_3d: Unify draw methods
ReinUsesLisp
2020-02-14
gl_query_cache: Optimize query cache
ReinUsesLisp
2020-02-14
gl_query_cache: Implement host queries using a deferred cache
ReinUsesLisp
2020-02-14
maxwell_3d: Slow implementation of passed samples (query 21)
ReinUsesLisp
2020-02-13
GPU: Address Feedback.
Fernando Sahmkow
2020-02-10
GPU: Implement GPU Clock correctly.
Fernando Sahmkow
2020-02-10
Maxwell3D: Correct query reporting.
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
2020-01-18
vk_graphics_pipeline: Set front facing properly
ReinUsesLisp
2020-01-02
yuzu: Remove Maxwell debugger
ReinUsesLisp
2019-12-18
gl_rasterizer: Implement RASTERIZE_ENABLE
ReinUsesLisp
2019-11-22
video_core: Unify ProgramType and ShaderStage into ShaderType
ReinUsesLisp
2019-11-14
texture_cache: Use a table instead of switch for texture formats
ReinUsesLisp
2019-11-08
video_core: Silence implicit conversion warnings
ReinUsesLisp
2019-10-28
maxwell_3d/kepler_compute: Remove unused arguments in GetTexture
ReinUsesLisp
2019-10-28
video_core/textures: Remove unused index entry in FullTextureInfo
ReinUsesLisp
[next]