index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
rasterizer.cpp
Age
Commit message (
Expand
)
Author
2016-06-07
Rasterizer: Implement fog
Jannik Vogel
2016-05-11
Rasterizer: Implement texture type 3
Jannik Vogel
2016-05-10
Pica: Implement W-Buffer in SW rasterizer
Jannik Vogel
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-04-29
Common: Remove section measurement from profiler (#1731)
Yuri Kunde Schlesner
2016-04-17
Rasterizer: Allow all blend factors for alpha blend-func
Jannik Vogel
2016-04-08
Rasterizer: Respect buffer-write allow registers
Jannik Vogel
2016-03-05
Pica: Write depth value even when depth test is disabled
Yuri Kunde Schlesner
2016-03-02
Add immediate mode vertex submission
Dwayne Slater
2015-11-30
PICA: Properly emulate 1-stage delay in the combiner buffer
Yuri Kunde Schlesner
2015-10-09
CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.
Emmanuel Gil Peyrot
2015-09-29
fix some xcode 7.0 warnings
Martin Lindhe
2015-09-16
general: Silence some warnings when using clang
Lioncash
2015-09-11
video_core: Reorganize headers
Lioncash
2015-08-29
Merge pull request #1049 from Subv/stencil
bunnei
2015-08-24
Integrate the MicroProfile profiling library
Yuri Kunde Schlesner
2015-08-21
SWRasterizer: Implemented stencil ops 6 and 7.
Subv
2015-08-21
SWRasterizer: Implemented stencil action 1 (GL_ZERO).
Subv
2015-08-21
SWRasterizer: Removed a todo. Verified with hwtests.
Subv
2015-08-21
SWRenderer: The stencil depth_pass action is executed even if depth testing i...
Subv
2015-08-21
Rasterizer: Abstract duplicated stencil code into a lambda.
Subv
2015-08-20
GPU/Rasterizer: Corrected the stencil implementation.
Subv
2015-08-15
Shader: Move shader code to its own subdirectory, "shader".
bunnei
2015-08-15
GPU: Refactor "VertexShader" namespace to "Shader".
bunnei
2015-07-26
VideoCore: #ifdef out some debugging routines
Yuri Kunde Schlesner
2015-07-21
GPU: Added registers for min and mag texture filters and implemented them in ...
Subv
2015-07-14
VideoCore: Implement the DOT3_RGB combiner
Lectem
2015-07-13
Pica: Implement stencil testing.
Tony Wasserka
2015-07-09
Added GL_CLAMP_TO_BORDER support
Lectem
2015-05-31
Merge pull request #811 from archshift/commonify
archshift
2015-05-31
Pica: Use zero for the SecondaryFragmentColor source.
bunnei
2015-05-31
rasterizer: Remove unnecessary 'using' for BlendEquation.
bunnei
2015-05-31
Pica: Implement LogicOp function.
bunnei
2015-05-31
rasterizer: Implement AddSigned combiner function for alpha channel.
bunnei
2015-05-30
Move video_core/color.h to common/color.h
archshift
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-22
Pica: Create 'State' structure and move state memory there.
bunnei
2015-05-22
OpenGL renderer
tfarley
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-12
GPU: Add more fine grained profiling for vertex shader and rasterization
Yuri Kunde Schlesner
2015-05-09
rasterizer: Implemented combiner output scaling.
bunnei
2015-05-09
rasterizer: Implemented AddSigned combiner op.
bunnei
2015-05-09
rasterizer: Fixed a depth testing bug.
bunnei
2015-05-09
rasterizer: Implement combiner buffer input.
bunnei
2015-05-09
rasterizer: Return zero'd vectors on error conditions.
bunnei
2015-05-09
Memory: Add GetPhysicalPointer helper function
Yuri Kunde Schlesner
2015-05-09
Memory: Support more regions in the VAddr-PAddr translation functions
Yuri Kunde Schlesner
2015-04-09
Silence some -Wsign-compare warnings.
Rohit Nirmal
2015-03-09
GPU: Added the stencil test structure to the Pica Regs struct.
Subv
2015-03-09
GPU: Implemented more depth buffer formats.
Subv
[next]