summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-281-26/+0
* VideoCore: Fix floating point warningGravatar zawata2015-06-261-1/+1
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-223-7/+43
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-215-174/+734
|\
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-215-163/+695
| * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-201-72/+100
* | Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-2175-637/+1190
|\ \ | |/ |/|
| * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-1175-637/+1190
* | Make the call stack entries not editableGravatar Greg Wicks2015-06-191-0/+3
* | Merge pull request #849 from bunnei/fix-waitsynch-2Gravatar bunnei2015-06-179-113/+68
|\ \
| * | kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-169-113/+68
* | | Merge pull request #864 from linkmauve/gl-infoGravatar Lioncash2015-06-171-0/+2
|\ \ \ | |/ / |/| |
| * | VideoCore: Log the GL driver’s vendor and renderer.Gravatar Emmanuel Gil Peyrot2015-06-161-0/+2
* | | Merge pull request #866 from lioncash/typoGravatar Lioncash2015-06-161-1/+1
|\ \ \ | |/ / |/| |
| * | hw: Fix mismatched Write callGravatar Lioncash2015-06-161-1/+1
| |/
* | video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-141-3/+3
* | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-123-4/+8
* | vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-122-5/+8
* | Merge pull request #835 from tfarley/hw-renderer-fixesGravatar bunnei2015-06-095-65/+140
|\ \
| * | Renderer formatting editsGravatar tfarley2015-06-082-26/+29
| * | Render-to-texture flush, interval math fixGravatar tfarley2015-06-082-2/+14
| * | 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
| |/
* / Robocopy doesn't like trailing slashesGravatar Clienthax2015-06-091-4/+4
|/
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-041-5/+19
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-014-14/+38
* Merge pull request #838 from lioncash/thumbGravatar Lioncash2015-05-311-3/+40
|\
| * arm_dyncom_thumb: Fix encoding of BKPT's immediateGravatar Lioncash2015-05-311-1/+4
| * arm_dyncom_thumb: Implement CPS and SETENDGravatar Lioncash2015-05-311-0/+13
| * arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Gravatar Lioncash2015-05-311-0/+11
| * arm_dyncom_thumb: Implement REV, REV16, and REVSH.Gravatar Lioncash2015-05-311-2/+12
* | Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-3113-16/+17
|\ \
| * | Move video_core/color.h to common/color.hGravatar archshift2015-05-308-6/+8
| * | Move video_core/math.h to common/vector_math.hGravatar archshift2015-05-309-10/+9
* | | Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-314-7/+2
|\ \ \
| * | | Remove gpu_refresh_rate configuration optionGravatar Yuri Kunde Schlesner2015-05-294-7/+2
* | | | 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
| |_|/ |/| |
* | | Merge pull request #830 from SeannyM/qt-noborderGravatar bunnei2015-05-301-2/+15
|\ \ \ | |_|/ |/| |
| * | QT: Remove border around widgetsGravatar Sean Maas2015-05-291-2/+15
* | | Merge pull request #810 from yuriks/memmapGravatar Yuri Kunde Schlesner2015-05-297-38/+491
|\ \ \
| * | | Memmap: Remove unused global pointers to memory areasGravatar Yuri Kunde Schlesner2015-05-272-31/+8
| * | | Kernel: Add VMManager to manage process address spacesGravatar Yuri Kunde Schlesner2015-05-276-16/+492