summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-03-16arm_interface: Get rid of GetTicks.Lioncash
Removes a TODO.
2015-03-14Merge pull request #657 from Subv/flipbunnei
GPU: Implemented the flip_data (bit 0) bit in display transfers.
2015-03-14GPU: Implemented the flip_data (bit 0) bit in display transfers.Subv
2015-03-14EmuWindow: Fixed a reference to a temporary variableSubv
in GetTouchState()
2015-03-11Merge pull request #642 from bunnei/touchpadbunnei
Touchpad support
2015-03-11hid_user: Removed unnecessary includes.bunnei
2015-03-11HID: Removed unnecessary global variables.bunnei
2015-03-10HID: Added additional variable comments and some code cleanups.bunnei
2015-03-10HID: Complete refactor of pad/touch input to fix threading issues.bunnei
2015-03-10Merge pull request #629 from archshift/lcdfbbunnei
Implement SetLcdForceBlack and add implementation for color filling in the GPU code
2015-03-10EmuWindow: Made pad/touch functions non-static.bunnei
2015-03-10HID: Cleanup how `next_touch_index` is calculated for Pad and touch.bunnei
2015-03-10HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings.bunnei
2015-03-10HID: Added static asserts to check register position in shared memory.bunnei
2015-03-10Qt: Implemented EmuWindow touchpad support.bunnei
2015-03-10GLFW: Implemented EmuWindow touchpad support.bunnei
2015-03-10EmuWindow: Added infrastructure code to enable touchpad support.bunnei
2015-03-10HID: Added functions to emulate the touchpad.bunnei
2015-03-10HID: Moved some docstrings to the header.bunnei
2015-03-10HID: Refactored shared memory decoding for touchpad support.bunnei
2015-03-10dyncom: Minor cleanupLioncash
Assemblers will exit with an error when trying to assemble instructions with disallowed registers.
2015-03-09Merge pull request #643 from Subv/dem_feelsbunnei
GPU: Implemented more depth buffer formats.
2015-03-09GPU: Added the stencil test structure to the Pica Regs struct.Subv
2015-03-09Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv
2015-03-09GPU: Implemented more depth buffer formats.Subv
This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others
2015-03-09Merge pull request #647 from neobrain/rip_culling_hackbunnei
Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order.
2015-03-09Added LCD registers, and implementation for color filling in OGL code.archshift
2015-03-09Merge pull request #648 from Subv/fill_bitTony Wasserka
GPU: Use the correct position for the finished bit in memory fills
2015-03-09GPU: Use the correct position for the finished bit in memory fillsSubv
2015-03-09Merge pull request #646 from Subv/24bit_fillsTony Wasserka
GPU: Corrected the 24 bit memory fills component order
2015-03-09Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with ↵Tony Wasserka
incorrect winding order.
2015-03-09Merge pull request #589 from kevinhartman/config-errorsbunnei
Fix errorcodes for bad config block request
2015-03-09Merge pull request #634 from linkmauve/logging-performancesbunnei
Apply the logging filter before sending the message to the queue
2015-03-09Merge pull request #645 from lioncash/ldmbunnei
Minor bugfixes to LDM/STM.
2015-03-09GPU: Corrected the 24 bit memory fills component orderSubv
2015-03-08Merge pull request #644 from archshift/nihstrobunnei
Update nihstro submodule to the initial release version.
2015-03-08Merge pull request #584 from yuriks/outline-assertsbunnei
Asserts: Use lambdas to keep assertion code away from the main code path
2015-03-08dyncom: Fix an indexing bug in STMLioncash
Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written.
2015-03-08dyncom: General cleanup of STMLioncash
2015-03-08dyncom: Increment addr when accessing LR in LDMLioncash
2015-03-08Update nihstro submodule to the initial release version.archshift
Includes more opcodes to implement in the future.
2015-03-07Merge pull request #639 from archshift/appbundlearchshift
Build app bundles on OS X. Fixes the issue where the menubar would not appear.
2015-03-07default_ini.h: Put comments on their own linesarchshift
Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values.
2015-03-07Build app bundles on OS X. Fixes the issue where the menubar would not appear.archshift
2015-03-07Fixed EmuWindow typo (fixes OSX build)bunnei
2015-03-07Merge pull request #636 from bunnei/refactor-screen-winbunnei
Set framebuffer layout from EmuWindow.
2015-03-07Set framebuffer layout from EmuWindow.bunnei
2015-03-07GPU/Textures: Fixed ETC texture decoding.Subv
2015-03-07Merge pull request #538 from yuriks/perf-statTony Wasserka
Add profiling infrastructure and widget
2015-03-06Logging: check for filter before sending to the queue, to skip all heavy ↵Emmanuel Gil Peyrot
formatting on the other thread.