summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | GPU/DisplayTransfer: Made the scaling bits a single 2bit valueGravatar Subv2015-03-162-6/+17
| * | | GPU: Fixed the bit 25 in the display transfer flags.Gravatar Subv2015-03-102-5/+5
* | | | Merge pull request #655 from purpasmart96/hid_fixesGravatar bunnei2015-03-174-12/+72
|\ \ \ \
| * | | | HID: Proper Signal Interrupts for EnableAccelerometer & EnableGyroscopeLow alongGravatar purpasmart962015-03-164-12/+72
| | |_|/ | |/| |
* | | | Merge pull request #660 from purpasmart96/ncch_updatesGravatar bunnei2015-03-161-11/+14
|\ \ \ \
| * | | | NCCH: Minor updates to the ncch headerGravatar purpasmart962015-03-151-11/+14
| |/ / /
* | | | Merge pull request #661 from linkmauve/cleanupGravatar bunnei2015-03-162-11/+6
|\ \ \ \
| * | | | Common: Fix logic for setting EMU_DATA_DIR.Gravatar Emmanuel Gil Peyrot2015-03-161-6/+5
| * | | | Common: Make a #else more apparent.Gravatar Emmanuel Gil Peyrot2015-03-161-5/+1
* | | | | Merge pull request #652 from neobrain/shader_output_fixGravatar bunnei2015-03-161-20/+24
|\ \ \ \ \
| * | | | | Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...Gravatar Tony Wasserka2015-03-121-20/+24
| | |/ / / | |/| | |
* | | | | Merge pull request #662 from linkmauve/video_core-warningsGravatar bunnei2015-03-162-4/+4
|\ \ \ \ \
| * | | | | VideoCore: Add static_cast around expressions where the compiler doesn’t de...Gravatar Emmanuel Gil Peyrot2015-03-162-4/+4
| | |/ / / | |/| | |
* / | | | arm_interface: Get rid of GetTicks.Gravatar Lioncash2015-03-165-17/+6
|/ / / /
* | | | Merge pull request #657 from Subv/flipGravatar bunnei2015-03-142-6/+15
|\ \ \ \
| * | | | GPU: Implemented the flip_data (bit 0) bit in display transfers.Gravatar Subv2015-03-142-6/+15
| |/ / /
* / / / EmuWindow: Fixed a reference to a temporary variableGravatar Subv2015-03-141-1/+1
|/ / /
* | | Merge pull request #642 from bunnei/touchpadGravatar bunnei2015-03-1110-159/+296
|\ \ \ | |_|/ |/| |
| * | hid_user: Removed unnecessary includes.Gravatar bunnei2015-03-111-2/+0
| * | HID: Removed unnecessary global variables.Gravatar bunnei2015-03-112-58/+42
| * | HID: Added additional variable comments and some code cleanups.Gravatar bunnei2015-03-102-20/+29
| * | HID: Complete refactor of pad/touch input to fix threading issues.Gravatar bunnei2015-03-107-204/+109
| * | EmuWindow: Made pad/touch functions non-static.Gravatar bunnei2015-03-103-24/+20
| * | HID: Cleanup how `next_touch_index` is calculated for Pad and touch.Gravatar bunnei2015-03-101-2/+2
| * | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.Gravatar bunnei2015-03-102-4/+4
| * | HID: Added static asserts to check register position in shared memory.Gravatar bunnei2015-03-101-2/+16
| * | Qt: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-102-0/+29
| * | GLFW: Implemented EmuWindow touchpad support.Gravatar bunnei2015-03-102-0/+26
| * | EmuWindow: Added infrastructure code to enable touchpad support.Gravatar bunnei2015-03-102-1/+93
| * | HID: Added functions to emulate the touchpad.Gravatar bunnei2015-03-102-0/+61
| * | HID: Moved some docstrings to the header.Gravatar bunnei2015-03-102-24/+16
| * | HID: Refactored shared memory decoding for touchpad support.Gravatar bunnei2015-03-102-33/+64
* | | Merge pull request #629 from archshift/lcdfbGravatar bunnei2015-03-1012-52/+282
|\ \ \ | |/ / |/| |
| * | Added LCD registers, and implementation for color filling in OGL code.Gravatar archshift2015-03-0911-37/+234
| * | Implement SetLcdForceBlack, move register enum to hw.hGravatar archshift2015-03-054-36/+69
* | | dyncom: Minor cleanupGravatar Lioncash2015-03-101-26/+7
| |/ |/|
* | Merge pull request #643 from Subv/dem_feelsGravatar bunnei2015-03-095-20/+202
|\ \
| * | GPU: Added the stencil test structure to the Pica Regs struct.Gravatar Subv2015-03-097-61/+76
| * | Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferGravatar Subv2015-03-092-5/+66
| * | GPU: Implemented more depth buffer formats.Gravatar Subv2015-03-095-14/+120
* | | Merge pull request #647 from neobrain/rip_culling_hackGravatar bunnei2015-03-091-6/+3
|\ \ \
| * | | Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with inc...Gravatar Tony Wasserka2015-03-091-6/+3
* | | | Merge pull request #648 from Subv/fill_bitGravatar Tony Wasserka2015-03-091-1/+1
|\ \ \ \
| * | | | GPU: Use the correct position for the finished bit in memory fillsGravatar Subv2015-03-091-1/+1
* | | | | Merge pull request #646 from Subv/24bit_fillsGravatar Tony Wasserka2015-03-092-5/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | GPU: Corrected the 24 bit memory fills component orderGravatar Subv2015-03-092-5/+5
| |/ / /
* | | | Merge pull request #589 from kevinhartman/config-errorsGravatar bunnei2015-03-091-5/+10
|\ \ \ \
| * | | | Fix error message for bad config block request.Gravatar Kevin Hartman2015-02-201-5/+10
* | | | | Merge pull request #634 from linkmauve/logging-performancesGravatar bunnei2015-03-097-9/+21
|\ \ \ \ \
| * | | | | Logging: check for filter before sending to the queue, to skip all heavy form...Gravatar Emmanuel Gil Peyrot2015-03-067-9/+21