index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
rasterizer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PICA: Properly emulate 1-stage delay in the combiner buffer
Yuri Kunde Schlesner
2015-11-30
1
-5
/
+8
*
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-10-09
1
-4
/
+4
*
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-29
1
-0
/
+4
*
general: Silence some warnings when using clang
Lioncash
2015-09-16
1
-2
/
+2
*
video_core: Reorganize headers
Lioncash
2015-09-11
1
-6
/
+6
*
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-29
1
-19
/
+39
|
\
|
*
SWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
1
-0
/
+6
|
*
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Subv
2015-08-21
1
-0
/
+3
|
*
SWRasterizer: Removed a todo. Verified with hwtests.
Subv
2015-08-21
1
-1
/
+0
|
*
SWRenderer: The stencil depth_pass action is executed even if depth testing i...
Subv
2015-08-21
1
-7
/
+5
|
*
Rasterizer: Abstract duplicated stencil code into a lambda.
Subv
2015-08-21
1
-6
/
+9
|
*
GPU/Rasterizer: Corrected the stencil implementation.
Subv
2015-08-20
1
-13
/
+24
*
|
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-24
1
-0
/
+3
|
/
*
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
1
-1
/
+1
*
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-08-15
1
-7
/
+7
*
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-26
1
-0
/
+2
*
GPU: Added registers for min and mag texture filters and implemented them in ...
Subv
2015-07-21
1
-0
/
+1
*
VideoCore: Implement the DOT3_RGB combiner
Lectem
2015-07-14
1
-1
/
+12
*
Pica: Implement stencil testing.
Tony Wasserka
2015-07-13
1
-3
/
+139
*
Added GL_CLAMP_TO_BORDER support
Lectem
2015-07-09
1
-11
/
+20
*
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
1
-1
/
+1
|
\
|
*
Move video_core/color.h to common/color.h
archshift
2015-05-30
1
-1
/
+1
*
|
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
1
-1
/
+6
*
|
rasterizer: Remove unnecessary 'using' for BlendEquation.
bunnei
2015-05-31
1
-2
/
+1
*
|
Pica: Implement LogicOp function.
bunnei
2015-05-31
1
-2
/
+57
*
|
rasterizer: Implement AddSigned combiner function for alpha channel.
bunnei
2015-05-31
1
-0
/
+7
|
/
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-1
/
+1
*
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
1
-119
/
+125
*
OpenGL renderer
tfarley
2015-05-22
1
-10
/
+10
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-0
/
+2
*
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-12
1
-0
/
+5
*
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
1
-1
/
+4
*
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
1
-0
/
+10
*
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
1
-3
/
+4
*
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
1
-1
/
+20
*
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
1
-3
/
+3
*
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
1
-5
/
+5
*
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-05-09
1
-5
/
+5
*
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-04-09
1
-2
/
+2
*
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2015-03-09
1
-32
/
+22
*
GPU: Implemented more depth buffer formats.
Subv
2015-03-09
1
-9
/
+51
*
GPU: Added RGB565/RGB8 framebuffer support and various cleanups.
bunnei
2015-03-03
1
-50
/
+26
*
Added RGBA5551 compatibility in the rasterizer
archshift
2015-02-27
1
-2
/
+21
*
GPU: Implemented bits 3 and 1 from the display transfer flags.
Subv
2015-02-26
1
-12
/
+27
*
Rasterizer: Add support for RGBA4 framebuffer format.
bunnei
2015-02-24
1
-0
/
+21
*
Rasterize with the correct color component order.
bunnei
2015-02-22
1
-11
/
+24
*
Rasterizer: Fixed a warning in GetWrappedTexCoord.
Subv
2015-02-18
1
-4
/
+4
*
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
Tony Wasserka
2015-02-18
1
-5
/
+5
*
Pica/Rasterizer: Make some local lambdas static.
Tony Wasserka
2015-02-18
1
-8
/
+8
*
Pica/BlendUnit: Implement separate color/alpha blend equations.
Tony Wasserka
2015-02-18
1
-64
/
+58
[next]