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
Age
Commit message (
Expand
)
Author
2018-03-23
gl_rasterizer: Log warning instead of sync'ing unimplemented funcs.
bunnei
2018-03-23
gl_rasterizer_cache: Add missing include for vm_manager.
bunnei
2018-03-23
renderer_opengl: Only invalidate the framebuffer region, not flush.
bunnei
2018-03-23
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
bunnei
2018-03-23
RasterizerCacheOpenGL: FlushAll should flush full memory region.
bunnei
2018-03-23
rasterizer: Flush and invalidate regions should be 64-bit.
bunnei
2018-03-23
renderer_opengl: Add framebuffer_transform_flags member variable.
bunnei
2018-03-23
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-22
renderer_opengl: Use accelerated framebuffer load with LoadFBToScreenInfo.
bunnei
2018-03-22
gl_rasterizer: Implement AccelerateDisplay method from Citra.
bunnei
2018-03-22
LoadGLBuffer: Use bytes_per_pixel, not bits.
bunnei
2018-03-22
gl_rasterizer_cache: LoadGLBuffer should do a morton copy.
bunnei
2018-03-22
video_core: Move MortonCopyPixels128 to utils header.
bunnei
2018-03-22
video_core: Remove usage of PAddr and replace with VAddr.
bunnei
2018-03-22
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-22
gl_rasterizer: Replace a bunch of UNIMPLEMENTED with ASSERT.
bunnei
2018-03-22
gl_rasterizer: Add a simple passthrough shader in lieu of shader generation.
bunnei
2018-03-22
gpu: Expose Maxwell3D engine.
bunnei
2018-03-22
maxwell_3d: Add some format decodings and string helper functions.
bunnei
2018-03-22
renderer: Create rasterizer and cleanup.
bunnei
2018-03-21
GPU: Added vertex attribute format registers.
Subv
2018-03-20
GPU: Added registers for the number of vertices to render.
Subv
2018-03-20
Merge pull request #254 from bunnei/port-citra-renderer
bunnei
2018-03-20
renderer_gl: Port boilerplate rasterizer code over from Citra.
bunnei
2018-03-20
gl_shader_util: Sync latest version with Citra.
bunnei
2018-03-20
renderer_gl: Port over gl_shader_gen module from Citra.
bunnei
2018-03-19
Merge pull request #253 from Subv/rt_depth
Mat M
2018-03-19
renderer_gl: Port over gl_shader_decompiler module from Citra.
bunnei
2018-03-19
renderer_gl: Port over gl_rasterizer_cache module from Citra.
bunnei
2018-03-19
gl_resource_manager: Sync latest version with Citra.
bunnei
2018-03-19
renderer_gl: Port over gl_stream_buffer module from Citra.
bunnei
2018-03-19
gl_state: Sync latest version with Citra.
bunnei
2018-03-19
GPU: Added Z buffer registers to Maxwell3D's reg structure.
Subv
2018-03-19
GPU: Added the render target (RT) registers to Maxwell3D's reg structure.
Subv
2018-03-19
Clang Fixes
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-19
GPU: Added the TSC registers to the Maxwell3D register structure.
Subv
2018-03-19
GPU: Added the TIC registers to the Maxwell3D register structure.
Subv
2018-03-18
GPU: Implement macro 0xE1A BindTextureInfoBuffer in HLE.
Subv
2018-03-18
GPU: Implement the BindStorageBuffer macro method in HLE.
Subv
2018-03-18
GPU: Handle writes to the CB_DATA method.
Subv
2018-03-18
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
GPU: Store uploaded GPU macros and keep track of the number of method paramet...
Subv
2018-03-18
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-17
GPU: Renamed ShaderType to ShaderStage as that is less confusing.
Subv
2018-03-17
GPU: Store shader constbuffer bindings in the GPU state.
Subv
2018-03-17
GPU: Corrected some register offsets and removed superfluous macro registers.
Subv
2018-03-17
GPU: Make the SetShader macro call do the same as the real macro's code.
Subv
2018-03-17
GPU: Corrected the parameter documentation for the SetShader macro call.
Subv
2018-03-17
Merge pull request #242 from Subv/set_shader
bunnei
[prev]
[next]