summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Move WaitObject to a separate fileGravatar Yuri Kunde Schlesner2017-05-2915-135/+178
* Kernel: Removed HandleTable::GetWaitObjectGravatar Yuri Kunde Schlesner2017-05-292-11/+2
* Kernel: Extract dynamic Object pointer cast into its own functionGravatar Yuri Kunde Schlesner2017-05-291-11/+24
* Merge pull request #2729 from yuriks/quaternion-fixGravatar Yuri Kunde Schlesner2017-05-281-3/+5
|\
| * OpenGL: Improve accuracy of quaternion interpolationGravatar Yuri Kunde Schlesner2017-05-271-3/+5
* | CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-278-23/+27
* | Citra: Convert include into forward declarationGravatar Yuri Kunde Schlesner2017-05-272-2/+6
* | Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner2017-05-274-4/+0
* | Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner2017-05-279-51/+63
* | OpenGL: Remove unused RendererOpenGL fieldsGravatar Yuri Kunde Schlesner2017-05-272-11/+2
* | Core: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-274-4/+4
* | Common: Fix some out-of-style includesGravatar Yuri Kunde Schlesner2017-05-273-5/+5
* | Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner2017-05-275-4/+4
* | Merge pull request #2725 from wwylele/texture-samplerGravatar Yuri Kunde Schlesner2017-05-271-40/+39
|\ \
| * | gl_shader: refactor texture sampler into its own functionGravatar wwylele2017-05-271-40/+39
| |/
* | Merge pull request #2716 from yuriks/decentralized-resultGravatar bunnei2017-05-2633-300/+385
|\ \ | |/ |/|
| * FS: Remove unused result definitionGravatar Yuri Kunde Schlesner2017-05-241-5/+0
| * Common: Clean up meta-template logic in BitFieldGravatar Yuri Kunde Schlesner2017-05-241-3/+3
| * Kernel: Centralize error definitions in errors.hGravatar Yuri Kunde Schlesner2017-05-2423-132/+178
| * GSP_GPU: Move error codes from result.h to local fileGravatar Yuri Kunde Schlesner2017-05-242-17/+23
| * FileSys: Move all result description to errors.hGravatar Yuri Kunde Schlesner2017-05-2410-105/+115
| * result: Make error description a generic integerGravatar Yuri Kunde Schlesner2017-05-243-6/+18
| * Make BitField and ResultCode constexpr-initializableGravatar Yuri Kunde Schlesner2017-05-242-41/+57
* | Merge pull request #2697 from wwylele/proctexGravatar Yuri Kunde Schlesner2017-05-2415-11/+1048
|\ \
| * | gl_rasterizer: implement procedural textureGravatar wwylele2017-05-206-7/+600
| * | pica/swrasterizer: implement procedural textureGravatar wwylele2017-05-209-4/+448
* | | telemetry: Log a few simple data fields throughout core.Gravatar bunnei2017-05-243-1/+22
* | | core: Keep track of telemetry for the current emulation session.Gravatar bunnei2017-05-245-0/+83
* | | common: Add a generic interface for logging telemetry fields.Gravatar bunnei2017-05-243-0/+238
* | | Merge pull request #2692 from Subv/vfp_ftzGravatar Sebastian Valle2017-05-222-0/+26
|\ \ \ | |_|/ |/| |
| * | fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-212-4/+0
| * | Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.Gravatar Subv2017-05-082-0/+30
* | | Merge pull request #2406 from Subv/session_disconnectGravatar Yuri Kunde Schlesner2017-05-218-51/+84
|\ \ \
| * | | Kernel/Sessions: Remove the ClientSession::Create function.Gravatar Subv2017-05-213-16/+3
| * | | Kernel: Remove a now unused enum and variable regarding a session's status.Gravatar Subv2017-05-152-8/+0
| * | | Kernel: Use a Session object to keep track of the status of a Client/Server s...Gravatar Subv2017-05-158-32/+86
* | | | Merge pull request #2694 from Subv/vfp_vsub_ftzGravatar Merry2017-05-221-2/+12
|\ \ \ \
| * | | | Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sendin...Gravatar Subv2017-05-131-2/+12
| | |/ / | |/| |
* | | | swrasterizer: add missing tc0_w and fragment lighting attribute processingGravatar wwylele2017-05-212-5/+8
* | | | Merge pull request #2661 from Subv/uds5Gravatar bunnei2017-05-195-33/+602
|\ \ \ \
| * | | | Services/UDS: Use the new IPC helper functions.Gravatar Subv2017-05-151-21/+10
| * | | | Services/UDS: Implement RecvBeaconBroadcastData.Gravatar Subv2017-05-151-19/+69
| * | | | Services/UDS: Generate the UDS beacons when the beacon callback fires.Gravatar Subv2017-05-155-7/+537
* | | | | Merge pull request #2710 from emmauss/ptm_ipcGravatar bunnei2017-05-193-31/+45
|\ \ \ \ \
| * | | | | use IPCHelper for PTM servicesGravatar emmaus2017-05-193-31/+45
* | | | | | pica: use correct register value for shader bool_uniformsGravatar wwylele2017-05-171-2/+2
|/ / / / /
* | | | | Merge pull request #2703 from wwylele/pica-reg-reviseGravatar Yuri Kunde Schlesner2017-05-164-17/+25
|\ \ \ \ \
| * | | | | pica: correct bit field length for some registersGravatar wwylele2017-05-164-17/+25
* | | | | | Merge pull request #2687 from yuriks/address-mappingsGravatar Yuri Kunde Schlesner2017-05-1411-80/+157
|\ \ \ \ \ \
| * | | | | | Kernel: Map special regions according to ExHeaderGravatar Yuri Kunde Schlesner2017-05-095-52/+105