summaryrefslogtreecommitdiff
path: root/src/video_core (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Fix floating point warningGravatar zawata2015-06-261-1/+1
* VideoCore: Log the GL driver’s vendor and renderer.Gravatar Emmanuel Gil Peyrot2015-06-161-0/+2
* video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-141-3/+3
* Renderer formatting editsGravatar tfarley2015-06-082-26/+29
* Render-to-texture flush, interval math fixGravatar tfarley2015-06-081-1/+13
* Liberal texture unbind (clout menu)Gravatar tfarley2015-06-082-4/+40
* Depth format fix (crush3d intro/black screens)Gravatar tfarley2015-06-081-46/+46
* Implemented glColorMaskGravatar tfarley2015-06-083-0/+24
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-319-865/+9
|\
| * Move video_core/color.h to common/color.hGravatar archshift2015-05-305-218/+4
| * Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-307-648/+6
* | Pica: Use zero for the SecondaryFragmentColor source.Gravatar bunnei2015-05-313-11/+21
* | rasterizer: Remove unnecessary 'using' for BlendEquation.Gravatar bunnei2015-05-311-2/+1
* | Pica: Implement LogicOp function.Gravatar bunnei2015-05-317-8/+135
* | rasterizer: Implement AddSigned combiner function for alpha channel.Gravatar bunnei2015-05-311-0/+7
* | vertex_shader: Use address offset on src2 in inverted mode.Gravatar bunnei2015-05-311-3/+3
* | Pica: Implement command buffer execution registers.Gravatar bunnei2015-05-312-44/+76
* | vertex_shader: Implement SLT/SLTI instructions.Gravatar bunnei2015-05-311-4/+10
* | vertex_shader: Implement MIN instruction.Gravatar bunnei2015-05-311-0/+9
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-2911-25/+25
* gl_state: Remove unnecessary const specifier on ApplyGravatar Lioncash2015-05-232-2/+2
* video_core/utils: Remove unused variables in GetMortonOffsetGravatar Lioncash2015-05-231-3/+0
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-2212-428/+451
* gl_state: Fix a condition typo in ApplyGravatar Lioncash2015-05-221-1/+1
* OpenGL rendererGravatar tfarley2015-05-2221-44/+2196
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-181-1/+1
|\
| * pica: Add the ULL specifier in IsDefaultAttributeGravatar Lioncash2015-05-141-1/+1
* | GPU/DefaultAttributes: Clear up a comment in command_processorGravatar Subv2015-05-171-2/+2
* | GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...Gravatar Subv2015-05-171-21/+23
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-154-5/+3
|/
* GPU: Add more fine grained profiling for vertex shader and rasterizationGravatar Yuri Kunde Schlesner2015-05-122-0/+10
* Implement I4 texture formatGravatar archshift2015-05-102-1/+12
* rasterizer: Implemented combiner output scaling.Gravatar bunnei2015-05-092-2/+16
* rasterizer: Implemented AddSigned combiner op.Gravatar bunnei2015-05-091-0/+10
* rasterizer: Fixed a depth testing bug.Gravatar bunnei2015-05-092-6/+19
* rasterizer: Implement combiner buffer input.Gravatar bunnei2015-05-092-4/+53
* rasterizer: Return zero'd vectors on error conditions.Gravatar bunnei2015-05-091-3/+3
* vertex_shader: Implement FLR instruction.Gravatar bunnei2015-05-091-0/+9
* vertex_shader: Implement MADI instruction.Gravatar bunnei2015-05-091-4/+7
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-093-11/+11
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-093-18/+7
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-091-1/+1
* Merge pull request #721 from yuriks/more-cleanupsGravatar Yuri Kunde Schlesner2015-05-076-3/+8
|\
| * Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-076-3/+8
* | Merge pull request #695 from Subv/crash_fGravatar bunnei2015-05-064-68/+137
|\ \ | |/ |/|
| * GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-064-68/+137
* | VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-291-1/+1
* | Silence some -Wsign-compare warnings.Gravatar Rohit Nirmal2015-04-091-2/+2
|/
* Changed occurences of colour to color for consistencyGravatar Gareth Higgins2015-04-052-4/+4
* Allow the user to set the background clear color during emulationGravatar archshift2015-04-031-1/+2