index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_opengl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
GPU: Stub the shader SYNC and DEPBAR instructions.
Subv
2018-07-04
1
-0
/
+7
*
GPU: Only configure the used framebuffers during clear.
Subv
2018-07-03
4
-17
/
+48
*
Merge pull request #609 from Subv/clear_buffers
bunnei
2018-07-03
2
-14
/
+63
|
\
|
*
GPU: Factor out the framebuffer configuration code for both Clear and Draw co...
Subv
2018-07-03
2
-72
/
+39
|
*
GPU: Support clears that don't clear the color buffer.
Subv
2018-07-03
1
-4
/
+14
|
*
GPU: Bind and clear the render target when the CLEAR_BUFFERS register is writ...
Subv
2018-07-03
2
-0
/
+72
*
|
gl_rasterizer_cache: Implement PixelFormat S8Z24.
bunnei
2018-07-03
2
-11
/
+81
*
|
Merge pull request #607 from jroweboy/logging
bunnei
2018-07-03
8
-74
/
+73
|
\
\
|
*
|
Update clang format
James Rowe
2018-07-02
4
-15
/
+14
|
*
|
Rename logging macro back to LOG_*
James Rowe
2018-07-02
8
-61
/
+61
|
|
/
*
|
Merge pull request #612 from bunnei/fix-cull
bunnei
2018-07-02
1
-2
/
+5
|
\
\
|
*
|
gl_rasterizer: Only set cull mode and front face if enabled.
bunnei
2018-07-02
1
-2
/
+5
|
|
/
*
|
Merge pull request #611 from Subv/enabled_depth_test
bunnei
2018-07-02
1
-0
/
+4
|
\
\
|
*
|
GPU: Don't try to parse the depth test function if the depth test is disabled.
Subv
2018-07-02
1
-0
/
+4
|
|
/
*
|
Merge pull request #610 from Subv/mufu_8
bunnei
2018-07-02
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
GPU: Implemented MUFU suboperation 8, sqrt.
Subv
2018-07-02
1
-0
/
+4
*
|
Merge pull request #608 from Subv/depth
bunnei
2018-07-02
5
-28
/
+148
|
\
\
|
*
|
GPU: Set up the culling configuration on each draw.
Subv
2018-07-02
1
-6
/
+8
|
*
|
GPU: Set up the depth test state on every draw.
Subv
2018-07-02
2
-0
/
+14
|
*
|
MaxwellToGL: Added conversion functions for depth test and cull mode.
Subv
2018-07-02
1
-0
/
+50
|
*
|
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
Subv
2018-07-02
3
-23
/
+77
|
|
/
*
|
Merge pull request #606 from Subv/base_vertex
Sebastian Valle
2018-07-02
1
-7
/
+9
|
\
\
|
*
|
GPU: Implement offsetted rendering when using non-indexed drawing.
Subv
2018-07-02
1
-1
/
+1
|
*
|
GPU: Fixed the index offset rendering, and implemented the base vertex functi...
Subv
2018-07-02
1
-6
/
+8
|
|
/
*
|
Merge pull request #604 from Subv/invalid_textures
bunnei
2018-07-02
2
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
GPU: Ignore disabled textures and textures with an invalid address.
Subv
2018-07-02
2
-1
/
+10
*
|
Merge pull request #602 from Subv/mufu_subop
bunnei
2018-07-01
1
-4
/
+0
|
\
\
|
*
|
GPU: Corrected the size of the MUFU subop field, and removed incorrect "min" ...
Subv
2018-06-30
1
-4
/
+0
|
|
/
*
|
Merge pull request #601 from Subv/rgba32_ui
bunnei
2018-07-01
2
-25
/
+43
|
\
\
|
*
|
GPU: Implemented the RGBA32_UINT rendertarget format.
Subv
2018-06-30
2
-9
/
+23
|
*
|
GLCache: Specify the component type along the texture type in the format tuple.
Subv
2018-06-30
1
-17
/
+21
|
|
/
*
/
gl_shader_decompiler: Implement predicate NotEqualWithNan.
bunnei
2018-06-30
1
-17
/
+23
|
/
*
Merge pull request #595 from bunnei/raster-cache
bunnei
2018-06-29
6
-1434
/
+383
|
\
|
*
gl_rasterizer_cache: Only dereference color_surface/depth_surface if valid.
bunnei
2018-06-29
1
-2
/
+6
|
*
gl_rasterizer_cache: Implement caching for texture and framebuffer surfaces.
bunnei
2018-06-27
3
-16
/
+168
|
*
gl_rasterizer_cache: Various fixes for ASTC handling.
bunnei
2018-06-27
2
-35
/
+39
|
*
gl_rasterizer_cache: Use SurfaceParams as a key for surface caching.
bunnei
2018-06-27
2
-43
/
+72
|
*
gl_rasterizer: Implement AccelerateDisplay to forward textures to framebuffers.
bunnei
2018-06-27
5
-5
/
+60
|
*
gl_rasterizer_cache: Cache size_in_bytes as a const per surface.
bunnei
2018-06-27
2
-9
/
+13
|
*
gl_rasterizer_cache: Refactor to make SurfaceParams members const.
bunnei
2018-06-27
2
-52
/
+37
|
*
gl_rasterizer_cache: Remove Citra's rasterizer cache, always load/flush surfa...
bunnei
2018-06-27
4
-1494
/
+210
*
|
gl_shader_decompiler: Add a return path for unknown instructions.
bunnei
2018-06-27
1
-0
/
+1
|
/
*
gl_rasterizer: Workaround for when exceeding max UBO size.
bunnei
2018-06-26
2
-1
/
+7
*
Merge pull request #593 from bunnei/fix-swizzle
bunnei
2018-06-26
5
-12
/
+20
|
\
|
*
gl_state: Fix state management for texture swizzle.
bunnei
2018-06-26
5
-12
/
+20
*
|
Merge pull request #592 from bunnei/cleanup-gl-state
bunnei
2018-06-26
2
-94
/
+0
|
\
\
|
*
|
gl_state: Remove unused state management from 3DS.
bunnei
2018-06-26
2
-94
/
+0
|
|
/
*
/
gl_rasterizer_cache: Fix inverted B5G6R5 format.
bunnei
2018-06-26
1
-1
/
+1
|
/
*
Merge pull request #554 from Subv/constbuffer_ubo
bunnei
2018-06-26
4
-18
/
+39
|
\
|
*
Rasterizer: Use UBOs instead of SSBOs for uploading const buffers.
Subv
2018-06-09
4
-18
/
+39
[next]