summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-25Shader: Initialize conditional_code in interpreterYuri Kunde Schlesner
This doesn't belong in LoadInputVertex because it also happens for non-VS invocations. Since it's not used by the JIT it seems adequate to initialize it in the interpreter which is the only thing that cares about them.
2017-01-25Shader: Don't read ShaderSetup from global stateYuri Kunde Schlesner
2017-01-25shader_jit_x64: Don't read program from global stateYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngineYuri Kunde Schlesner
2017-01-25Debugger: Always use interpreter for shader debuggingYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Split interpreter and JIT into separate ShaderEnginesYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Rename shader_jit_x64{ => _compiler}.{cpp,h}Yuri Kunde Schlesner
2017-01-25VideoCore/Shader: Split shader uniform state and shader engineYuri Kunde Schlesner
Currently there's only a single dummy implementation, which will be split in a following commit.
2017-01-25VideoCore/Shader: Add constness to methodsYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Use only entry_point as ShaderSetup paramYuri Kunde Schlesner
This removes all implicit dependency of ShaderState on global PICA state.
2017-01-25VideoCore/Shader: Use self instead of g_state.vs in ShaderSetupYuri Kunde Schlesner
2017-01-25VideoCore/Shader: Extract input vertex loading code into functionYuri Kunde Schlesner
2017-01-25Merge pull request #2434 from mailwl/nfc-amiiboYuri Kunde Schlesner
Service/NFC: stub some functions
2017-01-24Merge pull request #2469 from Kloen/killing-warningsYuri Kunde Schlesner
Fixing some MSVC warnings
2017-01-24github: fixed issue template forum links (#2470)Kloen Lansfiel
2017-01-23video_core: fix shader.cpp signed / unsigned warningKloen
2017-01-23video_core: gl_rasterizer float to int warningKloen
2017-01-23video_core: fix gl_rasterizer warning on MSVCKloen
2017-01-23core: fix mic_u warnings on MSVCKloen
2017-01-23Changed FAQ link (#2462)3dsemu
Changed the FAQ link so it leads to the FAQ on the Citra website, instead of the FAQ hosted on GitHub
2017-01-22Merge pull request #2466 from Kloen/we-dont-need-thisbunnei
Removed unused and outdated external qhexedit
2017-01-22Removed unused and outdated external qhexeditKloen
2017-01-22citra-qt: Removed unused and unimplemented ramview files.Kloen
2017-01-20Merge pull request #2458 from wwylele/reset-accel-gyrobunnei
HID: reset acceleroeter and gyroscope index in Init
2017-01-20Merge pull request #2459 from 3ds-emu/patch-1bunnei
Updated Citra forum link
2017-01-21Updated Citra forum link3ds-emu
The Citra forum (discuss.citra-emu.org) has recently been down. The link that has been added in this file now leads to an error pages. I update updated the link so it now leads to Citra's new forum.
2017-01-20HID: reset acceleroeter and gyroscope index in Initwwylele
2017-01-19Merge pull request #2450 from Xtansia/masterYuri Kunde Schlesner
loader: Add support for 3DSX special relocation types
2017-01-19loader: Add support for 3DSX special relocation types, fixes ↵Thomas Farr
citra-emu/citra#2449 As per devkitPro/3dstools@47bea18
2017-01-16Merge pull request #2442 from wwylele/hid-signalYuri Kunde Schlesner
HID: manages updating itself using correct ticks
2017-01-16CoreTiming: use named constant for ARM11 clock ratewwylele
2017-01-16HID: manages updating itself using correct tickswwylele
2017-01-14Service/NFC: stub some functionsmailwl
Tested on: Mini-Mario & Friends - amiibo Challenge
2017-01-14Merge pull request #2435 from mailwl/gsp-maskYuri Kunde Schlesner
GSP::WriteHWRegsWithMask: fix register mask
2017-01-14GSP::WriteHWRegsWithMask: fix register maskmailwl
2017-01-13Merge pull request #2423 from Kloen/floats-should-be-floatbunnei
SDL2: Config, fix double to float warning
2017-01-12Merge pull request #2424 from Kloen/qt-ui-warnings-reallybunnei
Qt: Fix UI related warnings and bonus ui file format
2017-01-12Merge pull request #2425 from Subv/cleanup_todosbunnei
Implement some TODOs in the code.
2017-01-12Merge pull request #2308 from mailwl/ac-ibunnei
Service/AC: add ac:i service
2017-01-11Threads: Check the process' resource limit for the max allowed priority when ↵Subv
creating a thread and remove the priority clamping code.
2017-01-11Thread: Added priority range checking to svcSetThreadPriority and removed ↵Subv
priority clamping code from Thread::SetPriority.
2017-01-11Y2R: Use the proper error code when GetStandardCoefficient receives an ↵Subv
invalid value.
2017-01-11QT: Fix ui file formatKloen
2017-01-11QT: Fix some UI related warningsKloen
2017-01-11SDL2: Config.cpp fix double to float warningKloen
2017-01-10Merge pull request #2397 from Subv/pulsebunnei
Kernel: Implemented Pulse event and timers.
2017-01-08Merge pull request #2418 from jroweboy/appveyor_masterJames Rowe
Prevents appveyor from attempting to deploy except on the nightly repo
2017-01-08Prevents appveyor from attempting to deploy except on the nightly repoJames Rowe
2017-01-08Merge pull request #2384 from bunnei/internal-res-optionbunnei
config: Add option for specifying screen resolution scale factor.
2017-01-07Merge pull request #1951 from wwylele/motion-sensorbunnei
Emulate motion sensor in frontend