index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ARB_multi_bind for uniform buffers (#1287)
ReinUsesLisp
2018-09-12
2
-3
/
+23
*
gl_rasterizer_cache: B5G6R5U should use GL_RGB8 as an internal format.
bunnei
2018-09-12
1
-1
/
+1
*
Merge pull request #1263 from FernandoS27/tex-mode
bunnei
2018-09-12
2
-1
/
+43
|
\
|
*
Implemented Texture Processing Modes
FernandoS27
2018-09-12
2
-1
/
+43
*
|
Merge pull request #1278 from tech4me/bg-color-fix
bunnei
2018-09-11
3
-0
/
+8
|
\
\
|
*
|
Port Citra #4047 & #4052: add change background color support
tech4me
2018-09-08
3
-0
/
+8
*
|
|
Merge pull request #1295 from bunnei/accurate-copies
bunnei
2018-09-11
2
-18
/
+12
|
\
\
\
|
*
|
|
gl_rasterizer_cache: Always blit on recreate, regardless of format.
bunnei
2018-09-11
1
-6
/
+10
|
*
|
|
gl_shader_cache: Remove cache_width/cache_height.
bunnei
2018-09-11
2
-12
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #1294 from degasus/optimizations
bunnei
2018-09-11
1
-11
/
+8
|
\
\
\
|
*
|
|
gl_rasterizer: Use ARB_texture_storage.
Markus Wick
2018-09-11
1
-11
/
+8
|
|
/
/
*
|
|
Implemented LEA and PSET
FernandoS27
2018-09-11
1
-0
/
+91
*
|
|
Implemented encodings for LEA and PSET
FernandoS27
2018-09-11
1
-0
/
+64
|
/
/
*
|
Fixed renderdoc input/output textures not working due to render targets
David Marcec
2018-09-11
2
-2
/
+9
*
|
Merge pull request #1286 from bunnei/multi-clear
bunnei
2018-09-10
2
-50
/
+66
|
\
\
|
*
|
gl_rasterizer: Implement clear for non-zero render targets.
bunnei
2018-09-10
2
-50
/
+66
*
|
|
Merge pull request #1285 from bunnei/depth-fix
bunnei
2018-09-10
1
-6
/
+22
|
\
\
\
|
*
|
|
gl_rasterizer_cache: Only use depth for applicable texture formats.
bunnei
2018-09-10
1
-6
/
+22
|
|
/
/
*
|
|
Merge pull request #1284 from bunnei/bgra8_srgb
bunnei
2018-09-10
3
-0
/
+4
|
\
\
\
|
*
|
|
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
bunnei
2018-09-10
3
-0
/
+4
|
|
/
/
*
|
|
video_core: Refactor command_processor.
Markus Wick
2018-09-10
2
-44
/
+42
*
|
|
video_core: Move command buffer loop.
Markus Wick
2018-09-10
3
-46
/
+72
*
|
|
rasterizer: Drop unused handler.
Markus Wick
2018-09-10
4
-8
/
+0
|
/
/
*
|
gl_rasterizer: Implement multiple color attachments.
bunnei
2018-09-09
5
-132
/
+95
*
|
Merge pull request #1268 from FernandoS27/tmml
bunnei
2018-09-09
2
-5
/
+67
|
\
\
|
*
|
Implemented TMML
FernandoS27
2018-09-09
2
-5
/
+67
*
|
|
Merge pull request #1272 from Subv/dma_2d
bunnei
2018-09-09
1
-2
/
+10
|
\
\
\
|
*
|
|
GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine.
Subv
2018-09-08
1
-2
/
+10
*
|
|
|
Merge pull request #1280 from zero334/improvements
bunnei
2018-09-09
5
-89
/
+101
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
video_core: fixed arithmetic overflow warnings & improved code style
Patrick Elsässer
2018-09-09
5
-89
/
+101
|
|
|
/
|
|
/
|
*
|
|
Implemented TXQ dimension query type, used by SMO.
FernandoS27
2018-09-09
2
-1
/
+36
*
|
|
Change name of TEXQ to TXQ, in order to match NVIDIA's naming
FernandoS27
2018-09-08
1
-2
/
+2
|
/
/
*
|
Merge pull request #1256 from bunnei/tex-target-support
bunnei
2018-09-08
11
-229
/
+422
|
\
\
|
|
/
|
/
|
|
*
gl_rasterizer_cache: Improve accuracy of RecreateSurface for non-2D textures.
bunnei
2018-09-08
2
-27
/
+45
|
*
maxwell_3d: Remove assert that no longer applies.
bunnei
2018-09-08
1
-4
/
+0
|
*
gl_rasterizer_cache: Partially implement several non-2D texture types.
bunnei
2018-09-08
1
-30
/
+111
|
*
gl_shader_decompiler: Partially implement several non-2D texture types (Subv).
bunnei
2018-09-08
2
-32
/
+143
|
*
gl_rasterizer: Implement texture wrap mode p.
bunnei
2018-09-08
2
-2
/
+8
|
*
gl_rasterizer_cache: Track texture depth.
bunnei
2018-09-08
3
-4
/
+15
|
*
gl_rasterizer_cache: Remove impl. of FlushGLBuffer.
bunnei
2018-09-08
1
-34
/
+1
|
*
gl_rasterizer_cache: Keep track of texture type per surface.
bunnei
2018-09-08
3
-32
/
+84
|
*
gl_rasterizer_cache: Remove unused DownloadGLTexture.
bunnei
2018-09-08
2
-51
/
+0
|
*
gl_state: Keep track of texture target.
bunnei
2018-09-08
5
-26
/
+28
*
|
gl_rasterizer: Use baseInstance instead of moving the buffer points.
bunnei
2018-09-08
1
-21
/
+25
*
|
video_core: Arithmetic overflow warning fix for gl_rasterizer (#1262)
Patrick Elsässer
2018-09-08
1
-12
/
+14
|
/
*
Merge pull request #1252 from lioncash/header
bunnei
2018-09-06
1
-0
/
+1
|
\
|
*
video_core/CMakeLists: Add missing gl_buffer_cache.h
Lioncash
2018-09-06
1
-0
/
+1
*
|
Merge pull request #1253 from lioncash/explicit
bunnei
2018-09-06
2
-8
/
+10
|
\
\
|
*
|
gl_buffer_cache: Default initialize member variables
Lioncash
2018-09-06
1
-3
/
+3
|
*
|
gl_buffer_cache: Make GetHandle() a const member function
Lioncash
2018-09-06
2
-2
/
+2
[next]