summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | vfp: Change return type of VFPInit from unsigned int to void.Gravatar Lioncash2015-06-292-4/+2
|/ / / /
* | | | Merge pull request #895 from lioncash/vfpGravatar bunnei2015-06-294-42/+53
|\ \ \ \
| * | | | vfp: Handle accesses to FPINST/FPINST2 system registersGravatar Lioncash2015-06-294-42/+53
|/ / / /
* | | | Merge pull request #894 from linkmauve/no-union-typesGravatar Yuri Kunde Schlesner2015-06-281-26/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Common: Remove unused type unions breaking aliasing rules in horrible ways.Gravatar Emmanuel Gil Peyrot2015-06-281-26/+0
|/ / /
* | | Merge pull request #886 from zawata/Warning-FixesGravatar Tony Wasserka2015-06-271-1/+1
|\ \ \ | |_|/ |/| |
| * | VideoCore: Fix floating point warningGravatar zawata2015-06-261-1/+1
|/ /
* | Merge pull request #884 from chinhodado/patch-1Gravatar Yuri Kunde Schlesner2015-06-241-3/+0
|\ \ | |/ |/|
| * AppVeyor: Remove os: unstableGravatar Trung Do2015-06-241-3/+0
|/
* Merge pull request #877 from yuriks/ipc-headersGravatar Yuri Kunde Schlesner2015-06-233-7/+43
|\
| * Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-223-7/+43
* | Display line numbers in CI whitespace checkGravatar Yuri Kunde Schlesner2015-06-211-1/+1
|/
* 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 #839 from Lectem/whitespacepolicyGravatar Yuri Kunde Schlesner2015-06-212-0/+31
|\ \
| * | enforce config from hookGravatar Lectem2015-06-142-18/+17
| * | force no-tab/trailing spaces with git hookGravatar Lectem2015-06-093-0/+32
* | | AppVeyor: update WinSCP download link with one that should never expireGravatar archshift2015-06-211-1/+1
* | | 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
* | | Merge pull request #871 from gwicks/masterGravatar bunnei2015-06-191-0/+3
|\ \ \
| * | | 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
| |/ /
* | | AppVeyor: update WinSCP download link (with direct download link)Gravatar archshift2015-06-151-1/+1
* | | AppVeyor: update WinSCP download linkGravatar archshift2015-06-151-2/+2
* | | Merge pull request #863 from linkmauve/appveyor-noqt-buildGravatar archshift2015-06-151-0/+4
|\ \ \
| * | | Appveyor: Create a second archive with only the binaries, for people who donâ...Gravatar Emmanuel Gil Peyrot2015-06-151-0/+4
* | | | Merge pull request #861 from yuriks/tevstage-warningGravatar archshift2015-06-141-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-141-3/+3
|/ / /
* | | Merge pull request #843 from chinhodado/patch-2Gravatar Yuri Kunde Schlesner2015-06-131-3/+3
|\ \ \
| * | | Use correct style name: PascalCase instead of CamelCaseGravatar chinhodado2015-06-011-3/+3
* | | | Merge pull request #857 from lioncash/vfpGravatar Lioncash2015-06-133-4/+8
|\ \ \ \
| * | | | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-123-4/+8
|/ / / /
* | | | Merge pull request #856 from lioncash/vfpGravatar bunnei2015-06-122-5/+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
| | |/ / | |/| |
* | | | Merge pull request #851 from clienthax/masterGravatar bunnei2015-06-091-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Robocopy doesn't like trailing slashesGravatar Clienthax2015-06-091-4/+4
|/ / /
* | | Merge pull request #848 from lioncash/ldmGravatar bunnei2015-06-041-5/+19
|\ \ \