summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* svc: Fix compilation with LOG_TRACE enabledGravatar Lioncash2015-12-121-1/+1
* Merge pull request #1267 from yuriks/flipped-framebufferGravatar Yuri Kunde Schlesner2015-12-094-12/+17
|\
| * OpenGL: Flip framebuffers during transfer rather than when renderingGravatar Yuri Kunde Schlesner2015-12-042-12/+11
| * OpenGL: Add support for glFrontFace in the state trackerGravatar Yuri Kunde Schlesner2015-12-042-0/+6
* | Merge pull request #1269 from Subv/triangle_fanGravatar bunnei2015-12-081-5/+4
|\ \
| * | GPU/PrimitiveAssembler: Fixed drawing triangle fans.Gravatar Subv2015-12-061-5/+4
* | | Merge pull request #1272 from yuriks/merge-rasterizerGravatar Yuri Kunde Schlesner2015-12-0718-101/+138
|\ \ \
| * | | VideoCore: Unify interface to OpenGL and SW rasterizersGravatar Yuri Kunde Schlesner2015-12-0716-78/+116
| * | | VideoCore: Rename HWRasterizer methods to be less confusingGravatar Yuri Kunde Schlesner2015-12-067-22/+22
| * | | OpenGL: Rename cache functions to better match what they actually doGravatar Yuri Kunde Schlesner2015-12-063-12/+11
| | |/ | |/|
* | | dyncom: Remove static keyword from header functionsGravatar Lioncash2015-12-063-19/+19
* | | arm_interface: Make GetNumInstructions constGravatar Lioncash2015-12-061-1/+1
* | | arm_interface: directly initialize class membersGravatar Lioncash2015-12-061-7/+2
* | | dyncom: const correctness changesGravatar Lioncash2015-12-063-7/+7
|/ /
* | Merge pull request #1252 from Subv/camGravatar bunnei2015-12-033-0/+158
|\ \ | |/ |/|
| * Services/Cam: Added new log type and camera enums from 3dbrew.Gravatar Subv2015-11-233-0/+158
* | PICA: Properly emulate 1-stage delay in the combiner bufferGravatar Yuri Kunde Schlesner2015-11-302-12/+19
* | Kernel: Implement svcGetSystemInfoGravatar Yuri Kunde Schlesner2015-11-307-1/+95
* | armstate: Zero out the registers on creationGravatar Lioncash2015-11-291-11/+11
* | Core/ARM11: Correct the size of the VFP register array in the ThreadContext s...Gravatar Subv2015-11-291-1/+1
* | Merge pull request #1225 from lioncash/cleanGravatar bunnei2015-11-281-12/+13
|\ \
| * | csnd_snd: Get rid of type punningGravatar Lioncash2015-10-281-12/+13
* | | Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsGravatar archshift2015-11-273-57/+62
* | | renderer_opengl: Fix uniform issues introduced with kemenaran/avoid-explicit-...Gravatar bunnei2015-11-252-6/+8
* | | Use regular uniform locationGravatar Pierre de La Morinerie2015-11-253-15/+5
* | | Merge pull request #1248 from polaris-/add-ssl-stubsGravatar bunnei2015-11-241-2/+51
|\ \ \ | |_|/ |/| |
| * | Add stub functions for Initialize and GenerateRandomData in ssl:CGravatar polaris-2015-11-221-2/+51
* | | Merge pull request #1246 from polaris-/patch-1Gravatar bunnei2015-11-221-26/+31
|\ \ \ | |/ / |/| |
| * | Fix read and write register blocks in gdbstubGravatar polaris-2015-11-221-26/+31
* | | Add Initialize and GenerateRandomData stubsGravatar polaris-2015-11-221-0/+2
|/ /
* | Merge pull request #1237 from Subv/ubosGravatar bunnei2015-11-186-13/+67
|\ \
| * | FragShader: Use an UBO instead of several individual uniformsGravatar Subv2015-11-186-13/+67
* | | fix failure on gcc and clangGravatar wwylele2015-11-121-3/+3
* | | disable unary minus when the type is not signedGravatar wwylele2015-11-121-0/+4
* | | Merge pull request #1122 from polaris-/gdbstubGravatar bunnei2015-11-1118-9/+1190
|\ \ \ | |/ / |/| |
| * | Fix bug with reading addresses and lengthsGravatar polaris-2015-11-031-45/+55
| * | Change headersGravatar polaris-2015-10-291-2/+2
| * | Add some headers so TravisCI will hopefully workGravatar polaris-2015-10-221-0/+2
| * | Use CHAR_BIT instead of 8Gravatar polaris-2015-10-221-11/+11
| * | Handle changes pointed out in comments on PRGravatar polaris-2015-10-223-65/+36
| * | Add a register variable to loopsGravatar polaris-2015-10-211-6/+9
| * | Update register read loops to go with last commitGravatar polaris-2015-10-211-6/+7
| * | Pad responses to gdb for VFP registersGravatar polaris-2015-10-211-0/+3
| * | Try to add support for VFP registersGravatar polaris-2015-10-211-4/+21
| * | Fix buffer overflow commentsGravatar polaris-2015-10-211-2/+3
| * | Remove unnecessary new lines, changed Deinit to ShutdownGravatar polaris-2015-10-115-11/+8
| * | Use BreakpointAddress struct instead of passing address directlyGravatar polaris-2015-10-043-8/+18
| * | Toggle use_gdbstub in citra GLFWGravatar polaris-2015-10-041-0/+1
| |\ \
| | * | Implement gdbstubGravatar polaris-2015-09-1918-9/+1182
| * | | Implement gdbstubGravatar polaris-2015-10-0418-9/+1174