summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp
AgeCommit message (Expand)Author
2016-06-07Rasterizer: Implement fogJannik Vogel
2016-05-11Rasterizer: Implement texture type 3Jannik Vogel
2016-05-10Pica: Implement W-Buffer in SW rasterizerJannik Vogel
2016-04-30VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot
2016-04-29Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner
2016-04-17Rasterizer: Allow all blend factors for alpha blend-funcJannik Vogel
2016-04-08Rasterizer: Respect buffer-write allow registersJannik Vogel
2016-03-05Pica: Write depth value even when depth test is disabledYuri Kunde Schlesner
2016-03-02Add immediate mode vertex submissionDwayne Slater
2015-11-30PICA: Properly emulate 1-stage delay in the combiner bufferYuri Kunde Schlesner
2015-10-09CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot
2015-09-29fix some xcode 7.0 warningsMartin Lindhe
2015-09-16general: Silence some warnings when using clangLioncash
2015-09-11video_core: Reorganize headersLioncash
2015-08-29Merge pull request #1049 from Subv/stencilbunnei
2015-08-24Integrate the MicroProfile profiling libraryYuri Kunde Schlesner
2015-08-21SWRasterizer: Implemented stencil ops 6 and 7.Subv
2015-08-21SWRasterizer: Implemented stencil action 1 (GL_ZERO).Subv
2015-08-21SWRasterizer: Removed a todo. Verified with hwtests.Subv
2015-08-21SWRenderer: The stencil depth_pass action is executed even if depth testing i...Subv
2015-08-21Rasterizer: Abstract duplicated stencil code into a lambda.Subv
2015-08-20GPU/Rasterizer: Corrected the stencil implementation.Subv
2015-08-15Shader: Move shader code to its own subdirectory, "shader".bunnei
2015-08-15GPU: Refactor "VertexShader" namespace to "Shader".bunnei
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-21GPU: Added registers for min and mag texture filters and implemented them in ...Subv
2015-07-14VideoCore: Implement the DOT3_RGB combinerLectem
2015-07-13Pica: Implement stencil testing.Tony Wasserka
2015-07-09Added GL_CLAMP_TO_BORDER supportLectem
2015-05-31Merge pull request #811 from archshift/commonifyarchshift
2015-05-31Pica: Use zero for the SecondaryFragmentColor source.bunnei
2015-05-31rasterizer: Remove unnecessary 'using' for BlendEquation.bunnei
2015-05-31Pica: Implement LogicOp function.bunnei
2015-05-31rasterizer: Implement AddSigned combiner function for alpha channel.bunnei
2015-05-30Move video_core/color.h to common/color.harchshift
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-22OpenGL renderertfarley
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-12GPU: Add more fine grained profiling for vertex shader and rasterizationYuri Kunde Schlesner
2015-05-09rasterizer: Implemented combiner output scaling.bunnei
2015-05-09rasterizer: Implemented AddSigned combiner op.bunnei
2015-05-09rasterizer: Fixed a depth testing bug.bunnei
2015-05-09rasterizer: Implement combiner buffer input.bunnei
2015-05-09rasterizer: Return zero'd vectors on error conditions.bunnei
2015-05-09Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner
2015-05-09Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner
2015-04-09Silence some -Wsign-compare warnings.Rohit Nirmal
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09GPU: Implemented more depth buffer formats.Subv