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
*
Merge pull request #1639 from linkmauve/fix-double-framebuffer-check
bunnei
2016-04-07
1
-4
/
+6
|
\
|
*
OpenGL: Fix a double framebuffer completeness checks.
Emmanuel Gil Peyrot
2016-04-03
1
-4
/
+6
*
|
Merge pull request #1643 from MerryMage/make_unique
Mathew Maidment
2016-04-05
5
-11
/
+7
|
\
\
|
|
/
|
/
|
|
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
5
-11
/
+7
*
|
OpenGL: Check for framebuffer completeness
Jannik Vogel
2016-04-03
1
-0
/
+3
*
|
Avoid warnings by casting to size_t for ARRAY_SIZE() comparisons
Jannik Vogel
2016-04-01
1
-6
/
+6
*
|
Pica: Improve accuracy of immediate-mode support
Yuri Kunde Schlesner
2016-03-23
5
-29
/
+56
*
|
OpenGL: Don't attempt to draw empty triangle batches
Yuri Kunde Schlesner
2016-03-23
1
-0
/
+3
*
|
Merge pull request #1508 from JayFoxRox/vs-output-map
bunnei
2016-03-22
2
-7
/
+19
|
\
\
|
|
/
|
/
|
|
*
Respect vs output map
Jannik Vogel
2016-03-14
2
-7
/
+19
*
|
Merge pull request #1538 from lioncash/dot
bunnei
2016-03-20
1
-5
/
+3
|
\
\
|
*
|
shader_interpreter: use std::inner_product for the dot product
Lioncash
2016-03-17
1
-5
/
+3
*
|
|
Merge pull request #1535 from JayFoxRox/fix-align
bunnei
2016-03-17
1
-6
/
+6
|
\
\
\
|
*
|
|
PICA: Alignment happens locally in vertex
Jannik Vogel
2016-03-17
1
-6
/
+6
*
|
|
|
video_core: Don't cast away const
Lioncash
2016-03-17
3
-18
/
+19
|
|
/
/
|
/
|
|
*
|
|
core/video_core: Make NumIds functions constexpr
Lioncash
2016-03-17
1
-1
/
+1
*
|
|
core/video_core: Don't cast away const in subscript operators
Lioncash
2016-03-17
1
-3
/
+3
|
/
/
*
|
Merge pull request #1519 from JayFoxRox/vp-offset-fix
bunnei
2016-03-16
1
-2
/
+2
|
\
\
|
*
|
PICA: Fix viewport offset
Jannik Vogel
2016-03-14
1
-2
/
+2
|
|
/
*
|
Merge pull request #1503 from bunnei/clear-jit-cache
bunnei
2016-03-16
3
-7
/
+27
|
\
\
|
*
|
shader_jit_x64: Clear cache after code space fills up.
bunnei
2016-03-12
3
-2
/
+19
|
*
|
shader_jit_x64: Make assert outputs more useful & cleanup formatting.
bunnei
2016-03-12
1
-4
/
+7
|
*
|
shader: Update log message to use proper log class.
bunnei
2016-03-12
1
-1
/
+1
*
|
|
PICA: Fix MAD/MADI encoding
Jannik Vogel
2016-03-15
2
-29
/
+33
|
|
/
|
/
|
*
|
PICA: Align vertex attributes
Jannik Vogel
2016-03-13
1
-1
/
+5
|
/
*
Merge pull request #1475 from lioncash/align
Yuri Kunde Schlesner
2016-03-09
1
-4
/
+4
|
\
|
*
Common: Get rid of alignment macros
Lioncash
2016-03-09
1
-4
/
+4
*
|
Merge pull request #1474 from lioncash/renderer
bunnei
2016-03-09
3
-15
/
+15
|
\
\
|
*
|
renderer_base: In-class initialize variables
Lioncash
2016-03-08
1
-5
/
+2
|
*
|
render_base: Clarify/normalize getter functions
Lioncash
2016-03-08
1
-2
/
+2
|
*
|
renderer_base: Don't directly expose the rasterizer unique_ptr
Lioncash
2016-03-08
3
-8
/
+11
|
|
/
*
|
Merge pull request #1344 from LittleWhite-tb/error-output
bunnei
2016-03-08
5
-8
/
+18
|
\
\
|
|
/
|
/
|
|
*
Improve error report from Init() functions
LittleWhite
2016-03-08
5
-8
/
+18
*
|
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner
2016-03-05
2
-10
/
+12
|
/
*
Add immediate mode vertex submission
Dwayne Slater
2016-03-02
17
-60
/
+172
*
Merge pull request #1424 from MerryMage/lut_init
bunnei
2016-02-25
1
-0
/
+4
|
\
|
*
renderer_opengl: Initalise fragment shader LUT textures
MerryMage
2016-02-26
1
-0
/
+4
*
|
Merge pull request #1395 from ds84182/padding-attributes
bunnei
2016-02-24
1
-7
/
+17
|
\
\
|
|
/
|
/
|
|
*
Fix out of bounds array access when loading a component >= 12
Dwayne Slater
2016-02-20
1
-1
/
+4
|
*
Add support for padding vertex attributes
Dwayne Slater
2016-02-20
1
-6
/
+13
*
|
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
2
-6
/
+6
*
|
pica: Cleanup lighting register definitions and documentation.
bunnei
2016-02-05
2
-48
/
+51
*
|
gl_rasterizer: Use alignas(16) instead of explicit padding.
bunnei
2016-02-05
1
-13
/
+6
*
|
renderer_opengl: Use GLvec3/GLvec4 aliases for commonly used types.
bunnei
2016-02-05
4
-14
/
+18
*
|
gl_rasterizer: Fix issue with interpolation of opposite quaternions.
bunnei
2016-02-05
2
-4
/
+32
*
|
pica_types: Fix typo in docstring.
bunnei
2016-02-05
1
-1
/
+1
*
|
pica_types: Replace float24/20/16 with a template class.
bunnei
2016-02-05
5
-116
/
+82
*
|
command_processor: Add an assertion to ensure LUTs are not written past their...
bunnei
2016-02-05
1
-0
/
+3
*
|
gl_rasterizer: Remove unnecessary casts.
bunnei
2016-02-05
1
-6
/
+6
*
|
gl_rasterizer: Fix PicaShaderConfig on GCC.
bunnei
2016-02-05
1
-29
/
+27
[next]