summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sdmc_factory: Add SDMC RegisteredCache getterGravatar Zach Hilman2018-08-232-1/+14
| * | | | | qt: Make default row data title name and title idGravatar Zach Hilman2018-08-231-2/+2
| * | | | | vfs: Add GetOrCreateDirectoryRelative methodGravatar Zach Hilman2018-08-233-9/+13
| * | | | | filesystem: Add CreateFactories methods to fsGravatar Zach Hilman2018-08-233-10/+12
| * | | | | filesystem: Add logging to registration gettersGravatar Zach Hilman2018-08-231-4/+25
| * | | | | loader: Add new NAX-specific errors and messagesGravatar Zach Hilman2018-08-232-1/+27
| * | | | | nax: Add AppLoader_NAX and update loader to support itGravatar Zach Hilman2018-08-234-2/+121
| * | | | | xts_encryption_layer: Implement XTSEncryptionLayerGravatar Zach Hilman2018-08-233-1/+81
| * | | | | aes_util: Make XTSTranscode stricter about sizesGravatar Zach Hilman2018-08-231-5/+2
| * | | | | ctr_encryption_layer: Fix bug when transcoding small dataGravatar Zach Hilman2018-08-231-5/+3
| * | | | | xci: Fix error masking issueGravatar Zach Hilman2018-08-233-5/+17
* | | | | | Merge pull request #1065 from DarkLordZach/window-titleGravatar Zach Hilman2018-08-242-0/+18
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | qt: Add filename and title id to window title while runningGravatar Zach Hilman2018-08-232-0/+18
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1164 from tech4me/decode_iadd3Gravatar bunnei2018-08-231-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Shaders: Added decodings for IADD3 instructionsGravatar tech4me2018-08-231-0/+6
| |/ / /
* | | | Port #4013 from Citra: "Init logging sooner so we dont miss some logs on star...Gravatar Tobias2018-08-231-11/+11
* | | | Added GetBootMode (#1107)Gravatar David2018-08-234-3/+25
|/ / /
* | | Merge pull request #1160 from bunnei/surface-reserveGravatar bunnei2018-08-232-17/+91
|\ \ \
| * | | gl_rasterizer_cache: Blit when possible on RecreateSurface.Gravatar bunnei2018-08-231-5/+12
| * | | gl_rasterizer_cache: Reserve surfaces that have already been created for late...Gravatar bunnei2018-08-232-3/+61
| * | | gl_rasterizer_cache: Remove assert for RecreateSurface type.Gravatar bunnei2018-08-231-1/+0
| * | | gl_rasterizer_cache: Implement compressed texture copies.Gravatar bunnei2018-08-231-8/+18
| |/ /
* | | gl_rasterizer: Implement stencil test.Gravatar bunnei2018-08-233-4/+58
* | | gl_rasterizer: Implement partial color clear and stencil clear.Gravatar bunnei2018-08-231-12/+42
* | | maxwell_3d: Update to include additional stencil registers.Gravatar bunnei2018-08-231-20/+50
* | | gl_state: Update to handle stencil front/back face separately.Gravatar bunnei2018-08-232-33/+38
|/ /
* | Merge pull request #1157 from lioncash/vecGravatar bunnei2018-08-232-11/+16
|\ \
| * | gl_shader_gen: Make ShaderSetup's constructor explicitGravatar Lioncash2018-08-221-1/+1
| * | gl_shader_gen: Use a std::vector to represent program code instead of std::arrayGravatar Lioncash2018-08-222-11/+16
* | | Merge pull request #1156 from Lakumakkara/lop3Gravatar bunnei2018-08-232-0/+60
|\ \ \ | |_|/ |/| |
| * | more fixesGravatar Laku2018-08-231-6/+7
| * | fixesGravatar Laku2018-08-221-6/+12
| * | remove debug loggingGravatar Laku2018-08-221-2/+0
| * | implement lop3Gravatar Laku2018-08-222-0/+55
* | | Swap "Plus" with "Minus" on the controller GUI (#1150)Gravatar literalmente-game2018-08-221-8/+8
* | | Merge pull request #1137 from lioncash/namespaceGravatar bunnei2018-08-2221-23/+70
|\ \ \ | |_|/ |/| |
| * | renderer_opengl: Namespace OpenGL codeGravatar Lioncash2018-08-2221-23/+70
| |/
* / config: Fixed icon size get set to 0Gravatar tech4me2018-08-211-1/+1
|/
* Merge pull request #1136 from tech4me/masterGravatar bunnei2018-08-226-11/+45
|\
| * qt/main: Port part of citra(#3411), open savedata worksGravatar tech4me2018-08-216-11/+45
* | Merge pull request #840 from FearlessTobi/port-3353Gravatar bunnei2018-08-2210-25/+94
|\ \
| * | Port #3353 from CitraGravatar fearlessTobi2018-08-2110-25/+94
* | | Merge pull request #1154 from OatmealDome/topology-linesGravatar bunnei2018-08-221-0/+2
|\ \ \
| * | | maxwell_to_gl: Implement PrimitiveTopology::LinesGravatar OatmealDome2018-08-221-0/+2
* | | | Merge pull request #1141 from FearlessTobi/port-3902Gravatar bunnei2018-08-222-0/+18
|\ \ \ \
| * | | | Port #3902 from Citra: "Add restart hotkey & menu option"Gravatar fearlessTobi2018-08-212-0/+18
| | |_|/ | |/| |
* | | | Merge pull request #1124 from Subv/logic_opsGravatar bunnei2018-08-226-7/+108
|\ \ \ \ | |_|/ / |/| | |
| * | | GPU: Implemented the logic op functionality of the GPU.Gravatar Subv2018-08-203-0/+61
| * | | GLState: Allow enabling/disabling GL_COLOR_LOGIC_OP independently from blending.Gravatar Subv2018-08-202-6/+19
| * | | GPU: Added registers for the logicop functionality.Gravatar Subv2018-08-201-1/+28
| | |/ | |/|