Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | CMake: Use IMPORTED target for libpng | Yuri Kunde Schlesner | |
2017-05-27 | Travis: Upgrade to CMake 3.6.3 | Yuri Kunde Schlesner | |
2017-05-27 | CMake: Correct inter-module dependencies and library visibility | Yuri Kunde Schlesner | |
Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | |||
2017-05-27 | Citra: Convert include into forward declaration | Yuri Kunde Schlesner | |
2017-05-27 | Remove some unnecessary inclusions of video_core.h | Yuri Kunde Schlesner | |
2017-05-27 | Move screen size constants from video_core to core | Yuri Kunde Schlesner | |
video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core. | |||
2017-05-27 | OpenGL: Remove unused RendererOpenGL fields | Yuri Kunde Schlesner | |
2017-05-27 | Core: Fix some out-of-style includes | Yuri Kunde Schlesner | |
2017-05-27 | Common: Fix some out-of-style includes | Yuri Kunde Schlesner | |
2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | |||
2017-05-27 | Merge pull request #2732 from yuriks/add-fmt | Yuri Kunde Schlesner | |
Add the fmt string formatting library | |||
2017-05-27 | Add the fmt string formatting library | Yuri Kunde Schlesner | |
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications. | |||
2017-05-27 | Update dynarmic | Yuri Kunde Schlesner | |
Updated to incorporate fix from MerryMage/dynarmic#106 which is required for using fmt in Citra. | |||
2017-05-27 | Merge pull request #2725 from wwylele/texture-sampler | Yuri Kunde Schlesner | |
gl_shader: refactor texture sampler into its own function | |||
2017-05-27 | gl_shader: refactor texture sampler into its own function | wwylele | |
2017-05-26 | Merge pull request #2716 from yuriks/decentralized-result | bunnei | |
Decentralize ResultCode | |||
2017-05-24 | Merge pull request #2697 from wwylele/proctex | Yuri Kunde Schlesner | |
Implemented Procedural Texture (Texture Unit 3) | |||
2017-05-24 | FS: Remove unused result definition | Yuri Kunde Schlesner | |
2017-05-24 | Common: Clean up meta-template logic in BitField | Yuri Kunde Schlesner | |
2017-05-24 | Kernel: Centralize error definitions in errors.h | Yuri Kunde Schlesner | |
2017-05-24 | GSP_GPU: Move error codes from result.h to local file | Yuri Kunde Schlesner | |
2017-05-24 | FileSys: Move all result description to errors.h | Yuri Kunde Schlesner | |
2017-05-24 | result: Make error description a generic integer | Yuri Kunde Schlesner | |
It is now known that result code description vary depending on the module, and so they're best defined on a per-module basis. To support this, allow passing in an arbitrary integer instead of limiting to the ones in the ErrorDescription enum. These will be gradually migrated to their individual users, but a few will be kept as "common" codes shared by all modules. | |||
2017-05-24 | Make BitField and ResultCode constexpr-initializable | Yuri Kunde Schlesner | |
2017-05-24 | Merge pull request #2683 from bunnei/telemetry-framework | bunnei | |
Telemetry framework Part 1 | |||
2017-05-24 | telemetry: Log a few simple data fields throughout core. | bunnei | |
2017-05-24 | core: Keep track of telemetry for the current emulation session. | bunnei | |
2017-05-24 | common: Add a generic interface for logging telemetry fields. | bunnei | |
2017-05-22 | Merge pull request #2692 from Subv/vfp_ftz | Sebastian Valle | |
Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. | |||
2017-05-21 | Merge pull request #2406 from Subv/session_disconnect | Yuri Kunde Schlesner | |
Kernel: Properly update port counters on session disconnection. | |||
2017-05-21 | fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled. | Subv | |
2017-05-21 | Kernel/Sessions: Remove the ClientSession::Create function. | Subv | |
It is not meant to be used by anything other than CreateSessionPair. | |||
2017-05-22 | Merge pull request #2694 from Subv/vfp_vsub_ftz | Merry | |
Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd. | |||
2017-05-21 | Merge pull request #2719 from lioncash/catch | Yuri Kunde Schlesner | |
externals: Update catch to 1.9.4 | |||
2017-05-21 | externals: Update catch to 1.9.4 | Lioncash | |
2017-05-21 | Merge pull request #2718 from citra-emu/appveyor-vs2017 | James Rowe | |
Upgrade AppVeyor to Visual Studio 2017 | |||
2017-05-21 | Remove "Xamarin logspam" workaround | Yuri Kunde Schlesner | |
The file does not seem to exist anymore in the VS 2017 environment. | |||
2017-05-21 | Upgrade AppVeyor to Visual Studio 2017 | Yuri Kunde Schlesner | |
More C++14/17 goodness! | |||
2017-05-21 | Merge pull request #2713 from wwylele/where-is-my-tc0_w | Yuri Kunde Schlesner | |
swrasterizer: add missing tc0_w attribute processing | |||
2017-05-21 | swrasterizer: add missing tc0_w and fragment lighting attribute processing | wwylele | |
2017-05-20 | gl_rasterizer: implement procedural texture | wwylele | |
2017-05-20 | pica/swrasterizer: implement procedural texture | wwylele | |
2017-05-19 | Merge pull request #2661 from Subv/uds5 | bunnei | |
Services/UDS: Generate 802.11 beacon frames when a network is open. | |||
2017-05-19 | Merge pull request #2710 from emmauss/ptm_ipc | bunnei | |
use IPCHelper for PTM services | |||
2017-05-19 | use IPCHelper for PTM services | emmaus | |
2017-05-17 | Merge pull request #2709 from wwylele/pica-masked-value | Yuri Kunde Schlesner | |
pica: use correct register value for shader bool_uniforms | |||
2017-05-17 | pica: use correct register value for shader bool_uniforms | wwylele | |
variable value is not masked. the masked and combined register value should be used instead | |||
2017-05-16 | Merge pull request #2703 from wwylele/pica-reg-revise | Yuri Kunde Schlesner | |
pica: correct bit field length for some registers | |||
2017-05-16 | pica: correct bit field length for some registers | wwylele | |
2017-05-15 | Services/UDS: Use the new IPC helper functions. | Subv | |