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
*
VideoCore: Fix floating point warning
zawata
2015-06-26
1
-1
/
+1
*
VideoCore: Log the GL driver’s vendor and renderer.
Emmanuel Gil Peyrot
2015-06-16
1
-0
/
+2
*
video_core: add extra braces around initializer
Yuri Kunde Schlesner
2015-06-14
1
-3
/
+3
*
Renderer formatting edits
tfarley
2015-06-08
2
-26
/
+29
*
Render-to-texture flush, interval math fix
tfarley
2015-06-08
1
-1
/
+13
*
Liberal texture unbind (clout menu)
tfarley
2015-06-08
2
-4
/
+40
*
Depth format fix (crush3d intro/black screens)
tfarley
2015-06-08
1
-46
/
+46
*
Implemented glColorMask
tfarley
2015-06-08
3
-0
/
+24
*
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
9
-865
/
+9
|
\
|
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
5
-218
/
+4
|
*
Move video_core/math.h to common/vector_math.h
archshift
2015-05-30
7
-648
/
+6
*
|
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
3
-11
/
+21
*
|
rasterizer: Remove unnecessary 'using' for BlendEquation.
bunnei
2015-05-31
1
-2
/
+1
*
|
Pica: Implement LogicOp function.
bunnei
2015-05-31
7
-8
/
+135
*
|
rasterizer: Implement AddSigned combiner function for alpha channel.
bunnei
2015-05-31
1
-0
/
+7
*
|
vertex_shader: Use address offset on src2 in inverted mode.
bunnei
2015-05-31
1
-3
/
+3
*
|
Pica: Implement command buffer execution registers.
bunnei
2015-05-31
2
-44
/
+76
*
|
vertex_shader: Implement SLT/SLTI instructions.
bunnei
2015-05-31
1
-4
/
+10
*
|
vertex_shader: Implement MIN instruction.
bunnei
2015-05-31
1
-0
/
+9
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
11
-25
/
+25
*
gl_state: Remove unnecessary const specifier on Apply
Lioncash
2015-05-23
2
-2
/
+2
*
video_core/utils: Remove unused variables in GetMortonOffset
Lioncash
2015-05-23
1
-3
/
+0
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
12
-428
/
+451
*
gl_state: Fix a condition typo in Apply
Lioncash
2015-05-22
1
-1
/
+1
*
OpenGL renderer
tfarley
2015-05-22
21
-44
/
+2196
*
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
1
-1
/
+1
|
\
|
*
pica: Add the ULL specifier in IsDefaultAttribute
Lioncash
2015-05-14
1
-1
/
+1
*
|
GPU/DefaultAttributes: Clear up a comment in command_processor
Subv
2015-05-17
1
-2
/
+2
*
|
GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...
Subv
2015-05-17
1
-21
/
+23
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
4
-5
/
+3
|
/
*
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-12
2
-0
/
+10
*
Implement I4 texture format
archshift
2015-05-10
2
-1
/
+12
*
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
2
-2
/
+16
*
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
1
-0
/
+10
*
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
2
-6
/
+19
*
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
2
-4
/
+53
*
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
1
-3
/
+3
*
vertex_shader: Implement FLR instruction.
bunnei
2015-05-09
1
-0
/
+9
*
vertex_shader: Implement MADI instruction.
bunnei
2015-05-09
1
-4
/
+7
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
3
-11
/
+11
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
3
-18
/
+7
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Merge pull request #721 from yuriks/more-cleanups
Yuri Kunde Schlesner
2015-05-07
6
-3
/
+8
|
\
|
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
6
-3
/
+8
*
|
Merge pull request #695 from Subv/crash_f
bunnei
2015-05-06
4
-68
/
+137
|
\
\
|
|
/
|
/
|
|
*
GPU: Implemented default vertex shader attributes.
Subv
2015-05-06
4
-68
/
+137
*
|
VideoCore: Remove a superfluous auto variable declaration in debug_utils.
Emmanuel Gil Peyrot
2015-04-29
1
-1
/
+1
*
|
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-09
1
-2
/
+2
|
/
*
Changed occurences of colour to color for consistency
Gareth Higgins
2015-04-05
2
-4
/
+4
*
Allow the user to set the background clear color during emulation
archshift
2015-04-03
1
-1
/
+2
[next]