aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core
Commit message (Expand)AuthorAge
...
* | CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* | Common: Cleanup emu_window includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* | Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|/
* VideoCore: Fix floating point warningGravatar zawata2015-06-26
* VideoCore: Log the GL driver’s vendor and renderer.Gravatar Emmanuel Gil Peyrot2015-06-16
* video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-14
* Renderer formatting editsGravatar tfarley2015-06-08
* Render-to-texture flush, interval math fixGravatar tfarley2015-06-08
* Liberal texture unbind (clout menu)Gravatar tfarley2015-06-08
* Depth format fix (crush3d intro/black screens)Gravatar tfarley2015-06-08
* Implemented glColorMaskGravatar tfarley2015-06-08
* Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-31
|\
* | Pica: Use zero for the SecondaryFragmentColor source.Gravatar bunnei2015-05-31
* | rasterizer: Remove unnecessary 'using' for BlendEquation.Gravatar bunnei2015-05-31
* | Pica: Implement LogicOp function.Gravatar bunnei2015-05-31
* | rasterizer: Implement AddSigned combiner function for alpha channel.Gravatar bunnei2015-05-31
* | vertex_shader: Use address offset on src2 in inverted mode.Gravatar bunnei2015-05-31
* | Pica: Implement command buffer execution registers.Gravatar bunnei2015-05-31
* | vertex_shader: Implement SLT/SLTI instructions.Gravatar bunnei2015-05-31
* | vertex_shader: Implement MIN instruction.Gravatar bunnei2015-05-31
| * Move video_core/color.h to common/color.hGravatar archshift2015-05-30
| * Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-30
|/
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* gl_state: Remove unnecessary const specifier on ApplyGravatar Lioncash2015-05-23
* video_core/utils: Remove unused variables in GetMortonOffsetGravatar Lioncash2015-05-23
* Pica: Create 'State' structure and move state memory there.Gravatar bunnei2015-05-22
* gl_state: Fix a condition typo in ApplyGravatar Lioncash2015-05-22
* OpenGL rendererGravatar tfarley2015-05-22
* Merge pull request #772 from lioncash/warnGravatar bunnei2015-05-18
|\
* | GPU/DefaultAttributes: Clear up a comment in command_processorGravatar Subv2015-05-17
* | GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the ...Gravatar Subv2015-05-17
* | Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| * pica: Add the ULL specifier in IsDefaultAttributeGravatar Lioncash2015-05-14
|/
* GPU: Add more fine grained profiling for vertex shader and rasterizationGravatar Yuri Kunde Schlesner2015-05-12
* Implement I4 texture formatGravatar archshift2015-05-10
* rasterizer: Implemented combiner output scaling.Gravatar bunnei2015-05-09
* rasterizer: Implemented AddSigned combiner op.Gravatar bunnei2015-05-09
* rasterizer: Fixed a depth testing bug.Gravatar bunnei2015-05-09
* rasterizer: Implement combiner buffer input.Gravatar bunnei2015-05-09
* rasterizer: Return zero'd vectors on error conditions.Gravatar bunnei2015-05-09
* vertex_shader: Implement FLR instruction.Gravatar bunnei2015-05-09
* vertex_shader: Implement MADI instruction.Gravatar bunnei2015-05-09
* Memory: Add GetPhysicalPointer helper functionGravatar Yuri Kunde Schlesner2015-05-09
* Memory: Support more regions in the VAddr-PAddr translation functionsGravatar Yuri Kunde Schlesner2015-05-09
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
* Merge pull request #721 from yuriks/more-cleanupsGravatar Yuri Kunde Schlesner2015-05-07
|\
| * Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* | Merge pull request #695 from Subv/crash_fGravatar bunnei2015-05-06
|\ \ | |/ |/|
| * GPU: Implemented default vertex shader attributes.Gravatar Subv2015-05-06
* | VideoCore: Remove a superfluous auto variable declaration in debug_utils.Gravatar Emmanuel Gil Peyrot2015-04-29