summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Loader: Remove log line causing warningGravatar aroulin2015-07-081-1/+0
* Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-061-33/+46
|\
| * GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-281-27/+40
| * GPU: Use shifts instead of multiplications to calculate the actual size of th...Gravatar Emmanuel Gil Peyrot2015-06-281-6/+6
* | Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-061-5/+13
|\ \
| * | Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-251-5/+13
* | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
* | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
* | | 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