Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-03 | clean up config block | wwylele | |
2016-05-03 | Merge pull request #1754 from JayFoxRox/fix-const_color-revert | bunnei | |
OpenGL: Don't copy const_color (Reverts #1745) | |||
2016-05-03 | OpenGL: Don't copy const_color (Reverts #1745) | Jannik Vogel | |
2016-05-02 | Merge pull request #1750 from JayFoxRox/cleanup-shader-input | bunnei | |
Pica: Replace logic in shader.cpp with loop | |||
2016-05-03 | Pica: Replace logic in shader.cpp with loop | Jannik Vogel | |
2016-05-02 | Merge pull request #1732 from wwylele/config00170000 | bunnei | |
add config block 0x00170000; remove duplicated content | |||
2016-05-01 | Merge pull request #1741 from linkmauve/iwyu-video_core | bunnei | |
Fix video_core includes (and dependencies) using include-what-you-use | |||
2016-05-01 | Merge pull request #1745 from JayFoxRox/fix-const_color | bunnei | |
OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied | |||
2016-05-01 | OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied | Jannik Vogel | |
2016-05-01 | remove duplicated function declaration | wwylele | |
2016-04-30 | OpenGL: border_color was never set. Fixed. (#1740) | Jannik Vogel | |
2016-04-30 | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | |
2016-04-30 | LCD: Remove unneeded #undef with no matching #define. | Emmanuel Gil Peyrot | |
2016-04-30 | Merge pull request #1735 from JayFoxRox/remove-tga | linkmauve | |
Remove TGA dumper | |||
2016-04-30 | Merge pull request #1729 from MerryMage/null-sink | bunnei | |
Audio Config: Implement null sink and implement sink configuration | |||
2016-04-30 | Remove TGA dumper | Jannik Vogel | |
2016-04-30 | Audio: Add sink selection to configuration files | MerryMage | |
2016-04-30 | AudioCore: List of sink types | MerryMage | |
2016-04-30 | AudioCore: Implement NullSink | MerryMage | |
2016-04-30 | Merge pull request #1650 from JamePeng/update-the-ndm-code | bunnei | |
Update the stub code of NDM service! | |||
2016-04-30 | Merge pull request #1647 from mailwl/acu-closeasync | bunnei | |
ac:u: stub CloseAsync; align memory size in svc:GetProcessInfo(type=2) | |||
2016-04-29 | Merge pull request #1699 from mailwl/gpu-rights | bunnei | |
gsp::Gpu: implement AcquireRight, ReleaseRight functions | |||
2016-04-29 | Merge pull request #1726 from MerryMage/read-write-region | bunnei | |
AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | |||
2016-04-29 | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | MerryMage | |
2016-04-29 | Merge pull request #1723 from MerryMage/audio-interp | bunnei | |
AudioCore: Implement interpolation | |||
2016-04-29 | Merge pull request #1730 from hrydgard/vertex-loader | bunnei | |
* Remove late accesses to attribute_config * Refactor: Extract VertexLoader from command_processor.cpp. Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached. * Move "&" to their proper place, add missing includes and make some properly relative. * Don't keep base_address in the loader, it doesn't belong there (with it, the loader can't be cached). * Optimize the vertex loader, nearly doubling its speed. * Debugger fix * Move and rename the MemoryAccesses class to MemoryAccessTracker. | |||
2016-04-29 | add config block 0x00170000 | wwylele | |
2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | |
This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | |||
2016-04-29 | AudioCore: Implement interpolation | MerryMage | |
2016-04-29 | Move and rename the MemoryAccesses class to MemoryAccessTracker. | Henrik Rydgard | |
2016-04-28 | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | Henrik Rydgård | |
* Make Citra build with MICROPROFILE_ENABLED set to 0 * Buildfix with microprofile kept on * moc did not like a dialog to conditionally exist. * Cleanup * Fix end of line | |||
2016-04-28 | Debugger fix | Henrik Rydgard | |
2016-04-28 | Optimize the vertex loader, nearly doubling its speed. | Henrik Rydgard | |
2016-04-28 | Don't keep base_address in the loader, it doesn't belong there (with it, the ↵ | Henrik Rydgard | |
loader can't be cached). | |||
2016-04-28 | Move "&" to their proper place, add missing includes and make some properly ↵ | Henrik Rydgard | |
relative. | |||
2016-04-28 | Refactor: Extract VertexLoader from command_processor.cpp. | Henrik Rydgard | |
Preparation for a similar concept to Dolphin or PPSSPP. These can be JIT-ed and cached. | |||
2016-04-28 | Remove late accesses to attribute_config | Henrik Rydgard | |
2016-04-28 | Merge pull request #1727 from MerryMage/minor-commit | bunnei | |
AudioCore: Move samples_per_frame and num_sources into hle/common.h | |||
2016-04-28 | Merge pull request #1722 from MerryMage/soundtouch | bunnei | |
Externals: Add soundtouch | |||
2016-04-28 | Externals: Add soundtouch | MerryMage | |
2016-04-28 | AudioCore: Move samples_per_frame and num_sources into hle/common.h | MerryMage | |
2016-04-27 | Merge pull request #1708 from MerryMage/dsp_dsp | bunnei | |
DSP Service: Cleanup | |||
2016-04-27 | DSP_DSP: Fix log format strings and arguments | MerryMage | |
2016-04-27 | AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every ↵ | MerryMage | |
audio frame | |||
2016-04-27 | DSP_DSP: Add return IPC headers | MerryMage | |
2016-04-27 | DSP_DSP: Updated interrupt implementation | MerryMage | |
2016-04-26 | Merge pull request #1721 from bunnei/cleanup-pr-1447 | bunnei | |
y2r_u: Cleanup some formatting. | |||
2016-04-26 | y2r_u: Cleanup some formatting. | bunnei | |
2016-04-26 | Merge pull request #1447 from JamePeng/update-y2r-service | bunnei | |
Update the code of service y2r! | |||
2016-04-26 | Merge pull request #1720 from linkmauve/fix-qt | linkmauve | |
Qt Frontend: Add Threads::Threads import in CMakeLists.txt |