| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #1741 from linkmauve/iwyu-video_core | 2016-05-01 | 46 | -88/+234 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | VideoCore: Run include-what-you-use and fix most includes. | 2016-04-30 | 45 | -86/+234 | ||
| | * | | | | | | | LCD: Remove unneeded #undef with no matching #define. | 2016-04-30 | 1 | -2/+0 | ||
| * | | | | | | | | OpenGL: Copy TevStageConfig using a loop. Fixes bug: const_color not copied | 2016-05-01 | 1 | -30/+11 | ||
| * | | | | | | | | OpenGL: border_color was never set. Fixed. (#1740) | 2016-04-30 | 1 | -0/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1735 from JayFoxRox/remove-tga | 2016-04-30 | 3 | -62/+0 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Remove TGA dumper | 2016-04-30 | 3 | -62/+0 | ||
| * | | | | | | | Merge pull request #1729 from MerryMage/null-sink | 2016-04-30 | 13 | -4/+155 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Audio: Add sink selection to configuration files | 2016-04-30 | 10 | -4/+79 | ||
| | * | | | | | | AudioCore: List of sink types | 2016-04-30 | 3 | -0/+46 | ||
| | * | | | | | | AudioCore: Implement NullSink | 2016-04-30 | 2 | -0/+30 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1650 from JamePeng/update-the-ndm-code | 2016-04-30 | 3 | -27/+420 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Update the stub code of NDM service! | 2016-04-21 | 3 | -27/+420 | ||
| * | | | | | | | Merge pull request #1647 from mailwl/acu-closeasync | 2016-04-30 | 2 | -1/+29 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ac:u: stub CloseAsync; check memory size aling in svc:GetProcessInfo(type=2) | 2016-04-21 | 2 | -1/+29 | ||
| * | | | | | | | | Merge pull request #1699 from mailwl/gpu-rights | 2016-04-29 | 1 | -2/+38 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | return checks if event and memory created | 2016-04-23 | 1 | -1/+8 | ||
| | * | | | | | | | gsp::Gpu: implement AcquireRight, ReleaseRight functions | 2016-04-22 | 1 | -8/+37 | ||
| * | | | | | | | | Merge pull request #1726 from MerryMage/read-write-region | 2016-04-29 | 3 | -26/+31 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | AudioCore: CurrentRegion() -> ReadRegion(), WriteRegion() | 2016-04-29 | 3 | -26/+31 | ||
| * | | | | | | | | | Merge pull request #1723 from MerryMage/audio-interp | 2016-04-29 | 3 | -0/+128 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | AudioCore: Implement interpolation | 2016-04-29 | 3 | -0/+128 | ||
| * | | | | | | | | | | Merge pull request #1730 from hrydgard/vertex-loader | 2016-04-29 | 6 | -121/+210 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Move and rename the MemoryAccesses class to MemoryAccessTracker. | 2016-04-29 | 4 | -32/+35 | ||
| | * | | | | | | | | | Debugger fix | 2016-04-28 | 1 | -2/+2 | ||
| | * | | | | | | | | | Optimize the vertex loader, nearly doubling its speed. | 2016-04-28 | 2 | -32/+54 | ||
| | * | | | | | | | | | Don't keep base_address in the loader, it doesn't belong there (with it, the ... | 2016-04-28 | 3 | -11/+10 | ||
| | * | | | | | | | | | Move "&" to their proper place, add missing includes and make some properly r... | 2016-04-28 | 2 | -8/+11 | ||
| | * | | | | | | | | | Refactor: Extract VertexLoader from command_processor.cpp. | 2016-04-28 | 5 | -125/+185 | ||
| | * | | | | | | | | | Remove late accesses to attribute_config | 2016-04-28 | 1 | -5/+7 | ||
| * | | | | | | | | | | Common: Remove section measurement from profiler (#1731) | 2016-04-29 | 13 | -306/+8 | ||
| * | | | | | | | | | | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709) | 2016-04-28 | 5 | -1/+30 | ||
| * | | | | | | | | | | Merge pull request #1727 from MerryMage/minor-commit | 2016-04-28 | 3 | -12/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | AudioCore: Move samples_per_frame and num_sources into hle/common.h | 2016-04-28 | 3 | -12/+11 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #1722 from MerryMage/soundtouch | 2016-04-28 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Externals: Add soundtouch | 2016-04-28 | 1 | -1/+4 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #1708 from MerryMage/dsp_dsp | 2016-04-27 | 6 | -76/+180 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | DSP_DSP: Fix log format strings and arguments | 2016-04-27 | 1 | -12/+20 | ||
| | * | | | | | | | | | AudioCore: Hack to prevent regressions: Trigger Binary pipe interrupt every a... | 2016-04-27 | 1 | -0/+2 | ||
| | * | | | | | | | | | DSP_DSP: Add return IPC headers | 2016-04-27 | 2 | -4/+27 | ||
| | * | | | | | | | | | DSP_DSP: Updated interrupt implementation | 2016-04-27 | 4 | -46/+113 | ||
| | * | | | | | | | | | DSP/Pipe: There are 8 pipes | 2016-04-25 | 2 | -13/+19 | ||
| | * | | | | | | | | | DSP_DSP: Remove unused variable | 2016-04-24 | 1 | -2/+0 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | y2r_u: Cleanup some formatting. | 2016-04-26 | 1 | -52/+89 | ||
| * | | | | | | | | | Merge pull request #1447 from JamePeng/update-y2r-service | 2016-04-26 | 2 | -32/+357 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update the code of service y2r! | 2016-04-20 | 2 | -32/+357 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Qt Frontend: Add Threads::Threads import in CMakeLists.txt. | 2016-04-26 | 1 | -1/+1 | ||
| | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #1710 from hrydgard/optimize-event-breakpoints | 2016-04-25 | 3 | -9/+16 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Replace std::map with std::array for graphics event breakpoints, and allow th... | 2016-04-24 | 3 | -9/+16 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | shader: Shader size is long uint, not uint. | 2016-04-25 | 1 | -1/+1 | ||