aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Common: Fix string_util includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Fix FileUtil includes, and everything relying on those.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Citra: Fix the includes a bit, thanks to include-what-you-use.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Gravatar Emmanuel Gil Peyrot2015-06-27
|
* Common: Remove unused SSE version checking and a GCC macro.Gravatar Emmanuel Gil Peyrot2015-06-27
|
* Services: Use the standard _WIN32 define in soc:U instead of our own ↵Gravatar Emmanuel Gil Peyrot2015-06-27
| | | | EMU_PLATFORM.
* Common: Remove unused fifo_queue.h.Gravatar Emmanuel Gil Peyrot2015-06-27
|
* Merge pull request #886 from zawata/Warning-FixesGravatar Tony Wasserka2015-06-27
|\ | | | | VideoCore: Fix Floating Point Warning
| * VideoCore: Fix floating point warningGravatar zawata2015-06-26
|/
* 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
|/ / /