aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* SOC:U : Update deprecated function gethostbyname() to getaddrinfo()Gravatar zawata2015-07-19
|
* Merge pull request #884 from chinhodado/patch-1Gravatar Yuri Kunde Schlesner2015-06-24
|\ | | | | AppVeyor: Remove os: unstable
| * AppVeyor: Remove os: unstableGravatar Trung Do2015-06-24
|/ | | The default os has Qt now, so there no need for the unstable os.
* Merge pull request #877 from yuriks/ipc-headersGravatar Yuri Kunde Schlesner2015-06-23
|\ | | | | Add helpers to create IPC command buffer headers and descriptors
| * Add helpers to create IPC command buffer headers and descriptorsGravatar Yuri Kunde Schlesner2015-06-22
| |
* | Display line numbers in CI whitespace checkGravatar Yuri Kunde Schlesner2015-06-21
|/
* 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 #839 from Lectem/whitespacepolicyGravatar Yuri Kunde Schlesner2015-06-21
|\ \ | | | | | | Enforce the "no tab, use spaces" policy with a pre-commit hook.
* | | AppVeyor: update WinSCP download link with one that should never expireGravatar archshift2015-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
| |_|/ |/| |
* | | Merge pull request #871 from gwicks/masterGravatar bunnei2015-06-19
|\ \ \ | | | | | | | | Make the call stack entries not editable
| * | | 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
| |/ / / |/| | |
* | | | AppVeyor: update WinSCP download link (with direct download link)Gravatar archshift2015-06-15
| | | |
* | | | AppVeyor: update WinSCP download linkGravatar archshift2015-06-15
| | | | | | | | | | | | Goodbye, SourceForge!
* | | | Merge pull request #863 from linkmauve/appveyor-noqt-buildGravatar archshift2015-06-15
|\ \ \ \ | | | | | | | | | | Create a second Windows archive with only the binaries
| * | | | Appveyor: Create a second archive with only the binaries, for people who ↵Gravatar Emmanuel Gil Peyrot2015-06-15
| | | | | | | | | | | | | | | | | | | | don’t have much bandwidth.
* | | | | Merge pull request #861 from yuriks/tevstage-warningGravatar archshift2015-06-14
|\ \ \ \ \ | |/ / / / |/| | | | video_core: add extra braces around initializer
| * | | | video_core: add extra braces around initializerGravatar Yuri Kunde Schlesner2015-06-14
|/ / / / | | | | | | | | | | | | Trivial change and fixes several warnings in the clang build.
| | | * enforce config from hookGravatar Lectem2015-06-14
| | | |
* | | | Merge pull request #843 from chinhodado/patch-2Gravatar Yuri Kunde Schlesner2015-06-13
|\ \ \ \ | | | | | | | | | | Use correct style name: PascalCase instead of CamelCase
* \ \ \ \ Merge pull request #857 from lioncash/vfpGravatar Lioncash2015-06-13
|\ \ \ \ \ | | | | | | | | | | | | vfp: Handle accesses to the VFP media feature registers
| * | | | | vfp: Handle accesses to the VFP media feature registersGravatar Lioncash2015-06-12
|/ / / / / | | | | | | | | | | | | | | | These are able to be accessed in any privilege mode.
* | | | | Merge pull request #856 from lioncash/vfpGravatar bunnei2015-06-12
|\ \ \ \ \ | | | | | | | | | | | | vfp: Implement VMOVBCR/VMOVBRC
| * | | | | 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
* \ \ \ \ Merge pull request #851 from clienthax/masterGravatar bunnei2015-06-09
|\ \ \ \ \ | |_|_|/ / |/| | | | Robocopy doesn't like trailing slashes
| | | | * force no-tab/trailing spaces with git hookGravatar Lectem2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unneeded stuff from pre-commit script The check against an empty commit was not needed (it is only a security for the 1st commit after git init). It could also possibly pose problems because of the redirection to /dev/null on some windows systems. newline at EOF & fixed indent
| * | | | 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
|/ / /
* | | Merge pull request #848 from lioncash/ldmGravatar bunnei2015-06-04
|\ \ \ | | | | | | | | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIA
| * | | arm_dyncom_thumb: Fix handling of writeback for thumb LDMIAGravatar Lioncash2015-06-04
|/ / /
* | | Merge pull request #845 from Subv/saveGravatar archshift2015-06-03
|\ \ \ | | | | | | | | ExtSavedata: Save the icon passed to CreateExtSaveData.
* \ \ \ Merge pull request #844 from chinhodado/xcprettyGravatar archshift2015-06-01
|\ \ \ \ | | | | | | | | | | Use xcpretty for xcodebuild on Travis
| | * | | 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.
| * | | Use xcpretty for xcodebuild on TravisGravatar chinhodado2015-06-01
| | | |
| | * | Use correct style name: PascalCase instead of CamelCaseGravatar chinhodado2015-06-01
| |/ / |/| |
* | | Merge pull request #838 from lioncash/thumbGravatar Lioncash2015-05-31
|\ \ \ | | | | | | | | arm_dyncom_thumb: Implement missing instructions.