summaryrefslogtreecommitdiff
path: root/src/video_core/rasterizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* PICA: Properly emulate 1-stage delay in the combiner bufferGravatar Yuri Kunde Schlesner2015-11-301-5/+8
* CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Gravatar Emmanuel Gil Peyrot2015-10-091-4/+4
* fix some xcode 7.0 warningsGravatar Martin Lindhe2015-09-291-0/+4
* general: Silence some warnings when using clangGravatar Lioncash2015-09-161-2/+2
* video_core: Reorganize headersGravatar Lioncash2015-09-111-6/+6
* Merge pull request #1049 from Subv/stencilGravatar bunnei2015-08-291-19/+39
|\
| * SWRasterizer: Implemented stencil ops 6 and 7.Gravatar Subv2015-08-211-0/+6
| * SWRasterizer: Implemented stencil action 1 (GL_ZERO).Gravatar Subv2015-08-211-0/+3
| * SWRasterizer: Removed a todo. Verified with hwtests.Gravatar Subv2015-08-211-1/+0
| * SWRenderer: The stencil depth_pass action is executed even if depth testing i...Gravatar Subv2015-08-211-7/+5
| * Rasterizer: Abstract duplicated stencil code into a lambda.Gravatar Subv2015-08-211-6/+9
| * GPU/Rasterizer: Corrected the stencil implementation.Gravatar Subv2015-08-201-13/+24
* | Integrate the MicroProfile profiling libraryGravatar Yuri Kunde Schlesner2015-08-241-0/+3
|/
* Shader: Move shader code to its own subdirectory, "shader".Gravatar bunnei2015-08-151-1/+1
* GPU: Refactor "VertexShader" namespace to "Shader".Gravatar bunnei2015-08-151-7/+7
* VideoCore: #ifdef out some debugging routinesGravatar Yuri Kunde Schlesner2015-07-261-0/+2
* GPU: Added registers for min and mag texture filters and implemented them in ...Gravatar Subv2015-07-211-0/+1
* VideoCore: Implement the DOT3_RGB combinerGravatar Lectem2015-07-141-1/+12
* Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-131-3/+139
* Added GL_CLAMP_TO_BORDER supportGravatar Lectem2015-07-091-11/+20
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-311-1/+1
|\
| * Move video_core/color.h to common/color.hGravatar archshift2015-05-301-1/+1
* | Pica: Use zero for the SecondaryFragmentColor source.Gravatar bunnei2015-05-311-1/+6
* | rasterizer: Remove unnecessary 'using' for BlendEquation.Gravatar bunnei2015-05-311-2/+1
* | Pica: Implement LogicOp function.Gravatar bunnei2015-05-311-2/+57
* | rasterizer: Implement AddSigned combiner function for alpha channel.Gravatar bunnei2015-05-311-0/+7
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-221-119/+125
* OpenGL rendererGravatar tfarley2015-05-221-10/+10
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-151-0/+2
* GPU: Add more fine grained profiling for vertex shader and rasterizationGravatar Yuri Kunde Schlesner2015-05-121-0/+5
* rasterizer: Implemented combiner output scaling.Gravatar bunnei2015-05-091-1/+4
* rasterizer: Implemented AddSigned combiner op.Gravatar bunnei2015-05-091-0/+10
* rasterizer: Fixed a depth testing bug.Gravatar bunnei2015-05-091-3/+4
* rasterizer: Implement combiner buffer input.Gravatar bunnei2015-05-091-1/+20
* rasterizer: Return zero'd vectors on error conditions.Gravatar bunnei2015-05-091-3/+3
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-091-5/+5
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-091-5/+5
* Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-091-2/+2
* GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-091-32/+22
* GPU: Implemented more depth buffer formats.Gravatar Subv2015-03-091-9/+51
* GPU: Added RGB565/RGB8 framebuffer support and various cleanups.Gravatar bunnei2015-03-031-50/+26
* Added RGBA5551 compatibility in the rasterizerGravatar archshift2015-02-271-2/+21
* GPU: Implemented bits 3 and 1 from the display transfer flags.Gravatar Subv2015-02-261-12/+27
* Rasterizer: Add support for RGBA4 framebuffer format.Gravatar bunnei2015-02-241-0/+21
* Rasterize with the correct color component order.Gravatar bunnei2015-02-221-11/+24
* Rasterizer: Fixed a warning in GetWrappedTexCoord.Gravatar Subv2015-02-181-4/+4
* Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().Gravatar Tony Wasserka2015-02-181-5/+5
* Pica/Rasterizer: Make some local lambdas static.Gravatar Tony Wasserka2015-02-181-8/+8
* Pica/BlendUnit: Implement separate color/alpha blend equations.Gravatar Tony Wasserka2015-02-181-64/+58