aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Common: Fix mask generation in BitFieldGravatar Yuri Kunde Schlesner2015-07-10
| | | | Fixes #913
* Loader: Remove log line causing warningGravatar aroulin2015-07-08
|
* Merge pull request #797 from linkmauve/blended-downscalingGravatar bunnei2015-07-06
|\ | | | | Implement blended downscaling for display transfers
* \ Merge pull request #885 from Subv/ipc_headersGravatar bunnei2015-07-06
|\ \ | | | | | | Services/SOC: Added command headers to some of the soc commands.
* | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-29
| | |
* | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-29
| | | | | | | | | | | | Also has a side-benefit of correcting access to the FPEXC register.
| | * GPU: Implement blended downscaling for display transfers.Gravatar Emmanuel Gil Peyrot2015-06-28
| | |
| | * GPU: Use shifts instead of multiplications to calculate the actual size of ↵Gravatar Emmanuel Gil Peyrot2015-06-28
| | | | | | | | | | | | the output.
* | | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-28
| |/ |/|
* | VideoCore: Fix floating point warningGravatar zawata2015-06-26
| |
| * Services/SOC: Added command headers to some of the soc commands.Gravatar Subv2015-06-25
|/
* Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
|
* Merge pull request #860 from yuriks/y2r-colorGravatar Yuri Kunde Schlesner2015-06-21
|\ | | | | Color support for Y2R
| * Y2R: Rework conversion process, enabling support for all formatsGravatar Yuri Kunde Schlesner2015-06-21
| |
* | Merge pull request #855 from purpasmart96/service_rearrangmentGravatar bunnei2015-06-21
|\ \ | | | | | | Services: Continue separation of services into their own folders
| | * Y2R: Re-organize how params are stored. Support SetConversionParamsGravatar Yuri Kunde Schlesner2015-06-20
| |/ |/|
* | Make the call stack entries not editableGravatar Greg Wicks2015-06-19
| |
* | Merge pull request #849 from bunnei/fix-waitsynch-2Gravatar bunnei2015-06-17
|\ \ | | | | | | Fix svcWaitSynch to correctly acquire wait objects
* \ \ Merge pull request #864 from linkmauve/gl-infoGravatar Lioncash2015-06-17
|\ \ \ | | | | | | | | Log the GL driver’s vendor and renderer
| | * | kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-16
| |/ / |/| |
* | | Merge pull request #866 from lioncash/typoGravatar Lioncash2015-06-16
|\ \ \ | | | | | | | | hw: Fix mismatched Write call
| * | | hw: Fix mismatched Write callGravatar Lioncash2015-06-16
| | | |
| | * | 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
| | | | | | | | | | | | Trivial change and fixes several warnings in the clang build.
* | | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-12
| | | | | | | | | | | | These are able to be accessed in any privilege mode.
* | | vfp: Implement VMOVBCR/VMOVBRCGravatar Lioncash2015-06-12
| | |
| | * Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-11
| |/
* | Merge pull request #835 from tfarley/hw-renderer-fixesGravatar bunnei2015-06-09
|\ \ | | | | | | HW Renderer Screen Fixes
* | | Robocopy doesn't like trailing slashesGravatar Clienthax2015-06-09
| |/ |/|
| * 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
|/
* arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-04
|
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-01
| | | | Organize the ExtSaveData folders as they are stored in the console.
* Merge pull request #838 from lioncash/thumbGravatar Lioncash2015-05-31
|\ | | | | arm_dyncom_thumb: Implement missing instructions.
| * arm_dyncom_thumb: Fix encoding of BKPT's immediateGravatar Lioncash2015-05-31
| |
| * arm_dyncom_thumb: Implement CPS and SETENDGravatar Lioncash2015-05-31
| |
| * arm_dyncom_thumb: Implement SXTH, SXTB, UXTH, and UXTB.Gravatar Lioncash2015-05-31
| |
| * arm_dyncom_thumb: Implement REV, REV16, and REVSH.Gravatar Lioncash2015-05-31
| |
* | Merge pull request #811 from archshift/commonifyGravatar archshift2015-05-31
|\ \ | | | | | | Commonify video_core utility headers
* \ \ Merge pull request #832 from yuriks/refresh-rate-optionGravatar bunnei2015-05-31
|\ \ \ | | | | | | | | Remove gpu_refresh_rate configuration option
* | | | Pica: Use zero for the SecondaryFragmentColor source.Gravatar bunnei2015-05-31
| | | | | | | | | | | | | | | | - This is a workaround until we support fragment lighting.
* | | | 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
| | | |