aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| * | | | | | | Rasterizer/Textures: Fixed a bug where the I4 format would get twice the ↵Gravatar Subv2015-07-19
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | real stride. Also added its name to the texture viewer widget
| | | | * | | Vertex Shader : Undo castingGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Video_Core : Type fixesGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Core : Change variable typeGravatar zawata2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and fix various warnings
| | | | * | | Video_Core: Finally fix pesky warningGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Citra_QT : Another Conversion Warning FixGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Video_Core : Change Tabs to SpacesGravatar zawata2015-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This really should be universalized, I keep getting errors creating commits because lines I've edited use tabs instead of spaces(and yes I did read the contributing guide and i know they are supposed to be spaces)
| | | | * | | Video_Core : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Core : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Common : Fix Conversion WarningsGravatar zawata2015-07-19
| | | | | | |
| | | | * | | Citra_QT : Fix Conversion WarningsGravatar zawata2015-07-19
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #941 from citra-emu/armv6-thumb-movGravatar Yuri Kunde Schlesner2015-07-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Dyncom: Support for a new ARMv6 Thumb MOV encoding
* \ \ \ \ \ \ Merge pull request #942 from linkmauve/masterGravatar Tony Wasserka2015-07-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove the unused and commented GetThemeDir prototype from FileUtil
| * | | | | | | Common: Remove the unused and commented GetThemeDir prototype from FileUtil.Gravatar Emmanuel Gil Peyrot2015-07-18
|/ / / / / / /
| * / / / / / Dyncom: Support for a missing ARMv6 Thumb MOV encodingGravatar Yuri Kunde Schlesner2015-07-18
|/ / / / / /
| * / / / / Kernel/SVC: Implemented svcQueryProcessMemoryGravatar Subv2015-07-17
|/ / / / /
* | | | | Merge pull request #938 from Subv/querymemGravatar Yuri Kunde Schlesner2015-07-17
|\ \ \ \ \ | | | | | | | | | | | | Kernel/SVC: Implemented svcQueryMemory.
| * | | | | Kernel/SVC: Implemented svcQueryMemory.Gravatar Subv2015-07-17
| | | | | |
* | | | | | Merge pull request #937 from yuriks/codeset-leakGravatar bunnei2015-07-17
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ensure all kernel objects are released during shutdown
| | | | * | Core\HLE : Fix WarningGravatar zawata2015-07-17
| | | | |/ | | | | | | | | | | | | | | | "signed/unsigned mismatch"
| * | | | Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes several kernel object leaks. The most severe of them was threads not being removed from the private handle table used for CoreTiming events. This resulted in Threads never being released, which in turn held references to Process, causing CodeSets to never be freed when loading other applications.
* | | | | Merge pull request #936 from archshift/kill-sourceforgeGravatar archshift2015-07-16
|\ \ \ \ \ | | | | | | | | | | | | Update homebrew before building, which no longer uses SourceForge
| * | | | | Update homebrew before building, which no longer uses SourceForgeGravatar archshift2015-07-16
| | | | | |
* | | | | | Merge pull request #935 from lioncash/smlawGravatar Yuri Kunde Schlesner2015-07-16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | arm_dyncom_interpreter: Simplify assignment in SMLAW
| * | | | | arm_dyncom_interpreter: Simplify assignment in SMLAWGravatar Lioncash2015-07-16
|/ / / / / | | | | | | | | | | | | | | | Also a side-benefit of not having implementation-defined behavior.
* | | | | Remove webchat link from readmeGravatar Yuri Kunde Schlesner2015-07-16
| | | | | | | | | | | | | | | Hopefully this should reduce the amount of drive-by spam and annoying support requests in the channel.
* | | | | Merge pull request #918 from yuriks/romfsGravatar bunnei2015-07-16
|\ \ \ \ \ | |/ / / / |/| | | | Do not load entire RomFS to memory, read from the file as needed instead (rebased)
| | * | | citra-qt: Add support for copying the command list contents to clipboard.Gravatar Tony Wasserka2015-07-15
| | | | |
| | | * | Pica/Shader: Add geometry shader definitions.Gravatar Tony Wasserka2015-07-15
| | |/ /
* | | | Merge pull request #931 from neobrain/move_default_attr_handlerGravatar Tony Wasserka2015-07-15
|\ \ \ \ | | | | | | | | | | Pica/CommandProcessor: Move default attribute setup to the proper position.
| * | | | Pica/CommandProcessor: Move default attribute setup to the proper position.Gravatar Tony Wasserka2015-07-15
| | |/ / | |/| |
* | | | Merge pull request #932 from neobrain/proper_triangle_countGravatar Tony Wasserka2015-07-15
|\ \ \ \ | |/ / / |/| | | Pica/Clipper: Output proper number of triangles in debugging logs.
| * | | Pica/Clipper: Output proper number of triangles in debugging logs.Gravatar Tony Wasserka2015-07-15
|/ / /
* | | Merge pull request #928 from JSFernandes/masterGravatar Tony Wasserka2015-07-14
|\ \ \ | | | | | | | | Fix permissions in pre-commit hook.
* \ \ \ Merge pull request #767 from Lectem/DOT3_RGBGravatar Yuri Kunde Schlesner2015-07-14
|\ \ \ \
| * | | | VideoCore: Implement the DOT3_RGB combinerGravatar Lectem2015-07-14
|/ / / /
* | | | Merge pull request #904 from aroulin/y2r-narrowing-warningGravatar archshift2015-07-13
|\ \ \ \ | | | | | | | | | | Y2R: Fix narrowing warning
* | | | | Fix uploading of builds by adding exec bit to .travis-upload.shGravatar archshift2015-07-13
| | | | | | | | | | | | | | | | | | | | Fixes regression introduced by 6fc605a
| | | * | Loader: Fix variable type and remove unused variableGravatar Yuri Kunde Schlesner2015-07-13
| | | | |
| | | * | Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
| | | | | | | | | | | | | | | | | | | | Buffer lengths should be size_t, and file offsets should be u64.
| | * | | Fix permissions in pre-commit hookGravatar JSFernandes2015-07-14
| |/ / / |/| | |
| | * | Loader: Remove unnecessary pointer indirection to IOFileGravatar Yuri Kunde Schlesner2015-07-13
| | | |
| | * | FS: Stream RomFS from file instead of loading all of it to memoryGravatar condut2015-07-13
| |/ / |/| |
* | | Merge pull request #927 from yuriks/getopt-fixGravatar Tony Wasserka2015-07-14
|\ \ \ | | | | | | | | getopt: Fix compilation settings.
| * | | getopt: Fix macro redefinition warningGravatar Yuri Kunde Schlesner2015-07-13
| | | | | | | | | | | | | | | | We already define _CRT_SECURE_NO_WARNINGS
| * | | getopt: Fix compilation settingsGravatar Yuri Kunde Schlesner2015-07-13
|/ / / | | | | | | | | | | | | | | | INTERFACE doesn't define the symbol when compiling the library itself. PUBLIC should be used when the definition is needed both by the library and by the users.
* | | Merge pull request #924 from aroulin/qt-disassembly-stepGravatar Yuri Kunde Schlesner2015-07-13
|\ \ \ | | | | | | | | Qt: Fix disassembly widget stepping
* \ \ \ Merge pull request #793 from neobrain/stencilGravatar Tony Wasserka2015-07-13
|\ \ \ \ | | | | | | | | | | Pica: Implement stencil testing.
| * | | | Pica: Implement stencil testing.Gravatar Tony Wasserka2015-07-13
| | | | |
| * | | | citra-qt: Add depth formats to framebuffer viewing widget.Gravatar Tony Wasserka2015-07-13
| | | | |