| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-11 | hid_user: Removed unnecessary includes. | bunnei | |
| 2015-03-11 | HID: Removed unnecessary global variables. | bunnei | |
| 2015-03-10 | HID: Added additional variable comments and some code cleanups. | bunnei | |
| 2015-03-10 | HID: Complete refactor of pad/touch input to fix threading issues. | bunnei | |
| 2015-03-10 | Merge pull request #629 from archshift/lcdfb | bunnei | |
| Implement SetLcdForceBlack and add implementation for color filling in the GPU code | |||
| 2015-03-10 | EmuWindow: Made pad/touch functions non-static. | bunnei | |
| 2015-03-10 | HID: Cleanup how `next_touch_index` is calculated for Pad and touch. | bunnei | |
| 2015-03-10 | HID: Changed TouchDataEntry `valid` to a BitField and added some doc strings. | bunnei | |
| 2015-03-10 | HID: Added static asserts to check register position in shared memory. | bunnei | |
| 2015-03-10 | Qt: Implemented EmuWindow touchpad support. | bunnei | |
| 2015-03-10 | GLFW: Implemented EmuWindow touchpad support. | bunnei | |
| 2015-03-10 | EmuWindow: Added infrastructure code to enable touchpad support. | bunnei | |
| 2015-03-10 | HID: Added functions to emulate the touchpad. | bunnei | |
| 2015-03-10 | HID: Moved some docstrings to the header. | bunnei | |
| 2015-03-10 | HID: Refactored shared memory decoding for touchpad support. | bunnei | |
| 2015-03-10 | GPU: Fixed the bit 25 in the display transfer flags. | Subv | |
| It is used to downscale the input image horizontally and vertically, previously we were only downscaling it vertically so this caused a hard-to-debug memory corruption problem. | |||
| 2015-03-10 | Merge pull request #649 from lioncash/clean | bunnei | |
| dyncom: Minor cleanup | |||
| 2015-03-10 | dyncom: Minor cleanup | Lioncash | |
| Assemblers will exit with an error when trying to assemble instructions with disallowed registers. | |||
| 2015-03-09 | Merge pull request #643 from Subv/dem_feels | bunnei | |
| GPU: Implemented more depth buffer formats. | |||
| 2015-03-09 | GPU: Added the stencil test structure to the Pica Regs struct. | Subv | |
| 2015-03-09 | Frontend/Qt: Allow the framebuffer widget to inspect the depth buffer | Subv | |
| 2015-03-09 | GPU: Implemented more depth buffer formats. | Subv | |
| This fixes the horizontal lines in Picross E, Cubic Ninja, Cave Story 3D and possibly others | |||
| 2015-03-09 | Merge pull request #647 from neobrain/rip_culling_hack | bunnei | |
| Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with incorrect winding order. | |||
| 2015-03-09 | Added LCD registers, and implementation for color filling in OGL code. | archshift | |
| 2015-03-09 | Merge pull request #648 from Subv/fill_bit | Tony Wasserka | |
| GPU: Use the correct position for the finished bit in memory fills | |||
| 2015-03-09 | GPU: Use the correct position for the finished bit in memory fills | Subv | |
| 2015-03-09 | Merge pull request #646 from Subv/24bit_fills | Tony Wasserka | |
| GPU: Corrected the 24 bit memory fills component order | |||
| 2015-03-09 | Pica/PrimitiveAssembly: Fix triangle strips and fans being generated with ↵ | Tony Wasserka | |
| incorrect winding order. | |||
| 2015-03-09 | Merge pull request #589 from kevinhartman/config-errors | bunnei | |
| Fix errorcodes for bad config block request | |||
| 2015-03-09 | Merge pull request #634 from linkmauve/logging-performances | bunnei | |
| Apply the logging filter before sending the message to the queue | |||
| 2015-03-09 | Merge pull request #645 from lioncash/ldm | bunnei | |
| Minor bugfixes to LDM/STM. | |||
| 2015-03-09 | GPU: Corrected the 24 bit memory fills component order | Subv | |
| 2015-03-08 | Update README.md | bunnei | |
| 2015-03-08 | Merge pull request #644 from archshift/nihstro | bunnei | |
| Update nihstro submodule to the initial release version. | |||
| 2015-03-08 | Merge pull request #584 from yuriks/outline-asserts | bunnei | |
| Asserts: Use lambdas to keep assertion code away from the main code path | |||
| 2015-03-08 | dyncom: Fix an indexing bug in STM | Lioncash | |
| Previously it would write the contents of register 13 for the case where the link register (r14) is supposed to be written. | |||
| 2015-03-08 | dyncom: General cleanup of STM | Lioncash | |
| 2015-03-08 | dyncom: Increment addr when accessing LR in LDM | Lioncash | |
| 2015-03-08 | Update nihstro submodule to the initial release version. | archshift | |
| Includes more opcodes to implement in the future. | |||
| 2015-03-07 | Merge pull request #639 from archshift/appbundle | archshift | |
| Build app bundles on OS X. Fixes the issue where the menubar would not appear. | |||
| 2015-03-07 | Merge pull request #640 from archshift/ini | bunnei | |
| default_ini.h: Put comments on their own lines | |||
| 2015-03-07 | default_ini.h: Put comments on their own lines | archshift | |
| Apparently inline comments is not necessarily standard in the INI format, and our parser was erroneously parsing the comments as values. | |||
| 2015-03-07 | Build app bundles on OS X. Fixes the issue where the menubar would not appear. | archshift | |
| 2015-03-07 | Merge pull request #638 from bunnei/osx-fix | bunnei | |
| Fixed EmuWindow typo (fixes OSX build) | |||
| 2015-03-07 | Fixed EmuWindow typo (fixes OSX build) | bunnei | |
| 2015-03-07 | Merge pull request #636 from bunnei/refactor-screen-win | bunnei | |
| Set framebuffer layout from EmuWindow. | |||
| 2015-03-07 | Set framebuffer layout from EmuWindow. | bunnei | |
| 2015-03-07 | Merge pull request #637 from Subv/etc | Tony Wasserka | |
| GPU/Textures: Fixed ETC texture decoding. | |||
| 2015-03-07 | GPU/Textures: Fixed ETC texture decoding. | Subv | |
| 2015-03-07 | Merge pull request #538 from yuriks/perf-stat | Tony Wasserka | |
| Add profiling infrastructure and widget | |||
