Commit Graph

4709 Commits

Author SHA1 Message Date
Vicki Pfau dbe6f5af85 DS GX: Fix texture coordinates in transform 2017-03-23 10:29:26 -07:00
Vicki Pfau 57be0f98fa DS GX: Simplify coordinate handling 2017-03-23 10:29:14 -07:00
Vicki Pfau 16fa88882d DS GX: Treat toon shading as modulation until implemented 2017-03-23 10:23:40 -07:00
Vicki Pfau a662777ff1 DS Memory: Fudge timings even more 2017-03-22 18:08:55 -07:00
Vicki Pfau f4bd30339d GBA Core: Fix signature 2017-03-22 15:47:11 -07:00
Vicki Pfau d221f8fd8b DS GX: Fix stencil buffer 2017-03-22 15:40:14 -07:00
Vicki Pfau d03528d4da GBA Video: Fix getting height of buffer when initializing 2017-03-22 14:38:55 -07:00
Vicki Pfau 9337d808d2 Merge branch 'master' into medusa 2017-03-22 14:31:07 -07:00
Vicki Pfau 40333fb69c CMake: Consistency 2017-03-22 14:30:56 -07:00
Vicki Pfau 678d8293eb Tools: Replace deploy-mac with BundleUtilities 2017-03-22 14:26:02 -07:00
Vicki Pfau ed562db025 DS Audio: Fix ADPCM initial state 2017-03-22 00:30:17 -07:00
Vicki Pfau b41073bda3 DS Slot-1: Emulate secure area lockout 2017-03-21 23:39:56 -07:00
Vicki Pfau 1b0d74f3dc DS GX: Use CircleBufferRead/Write 2017-03-21 22:30:43 -07:00
Vicki Pfau 1de5d4e330 Util: Add CircleBufferWrite 2017-03-21 22:30:30 -07:00
Vicki Pfau ab663a24a8 DS GX: Remove per-scanline divides 2017-03-21 21:58:14 -07:00
Vicki Pfau 8792ea1354 DS GX: Reduce pointer chasing 2017-03-21 21:51:57 -07:00
Vicki Pfau f7ddd9ec08 DS GX: Clean up endpoint stepping 2017-03-21 21:31:03 -07:00
Vicki Pfau 3dd18ecc2f DS GX: Switch from scanline-based to all-at-once 2017-03-21 20:54:42 -07:00
Vicki Pfau dc5f626683 DS GX: Remove unnecessary loop 2017-03-21 17:55:25 -07:00
Vicki Pfau 56ad96c16e DS GX: Optimize pixel resolution 2017-03-21 17:41:19 -07:00
Vicki Pfau 13bc1125ce DS GX: Minor optimizations 2017-03-21 16:36:15 -07:00
Vicki Pfau 2b6ed2661e DS GX: Pay down tech debt around coordinates 2017-03-21 16:25:32 -07:00
Vicki Pfau 2a29a4dd58 DS GX: First pass at shadow polygons 2017-03-21 15:57:42 -07:00
Vicki Pfau d5445799a6 DS GX: Add polygon IDs to the framebuffer 2017-03-21 15:15:06 -07:00
Vicki Pfau d7ce8f9f06 DS GX: Render polygons in an opaque and a translucent pass 2017-03-21 15:01:23 -07:00
Vicki Pfau a79ff0964b DS DMA: Block DMAs to ITCM 2017-03-21 14:12:14 -07:00
Vicki Pfau 35e2b73301 ARM9: Add mode switching via LDR 2017-03-21 11:24:33 -07:00
Vicki Pfau 4f2136f548 3DS: Fixes for new dkA release 2017-03-20 20:52:35 -07:00
Vicki Pfau 0a4b47cccf Merge branch 'master' into medusa 2017-03-20 17:37:39 -07:00
Vicki Pfau 91c0f95e5f Core: Only attempt to open BIOS if the path is non-null 2017-03-20 17:37:20 -07:00
Vicki Pfau af2db9073c Core: Fix typo 2017-03-20 17:30:08 -07:00
Vicki Pfau 40f1d66685 DS Video: Add hblank DMAs 2017-03-20 16:23:24 -07:00
waddlesplash ff0de9cae2 .travis.yml: Use an explicitly defined build matrix. (#544)
* .travis.yml: Use an explicitly defined build matrix.

* Attempt to use GCC on Mac.

* Add gcc4.8 to Travis deps.

* Remove gcc set from .travis.yml.

* .travis-deps: Install and set compiler to GCC only if we need it.

* Formatting

* Remove redundancy

* .travis.yml: source the deps script.
2017-03-20 16:01:56 -07:00
Vicki Pfau 06a9d3265b DS Video: Fix display capture wrap 2017-03-20 15:42:28 -07:00
Vicki Pfau c0498276b5 DS Video: Fix offsets for extended modes 1.x 2017-03-20 15:42:13 -07:00
Vicki Pfau 6215bca45b Qt: Fix cursor events for aspect-ratio locked 2017-03-20 14:51:35 -07:00
Vicki Pfau 47070562b8 DS Memory: Add LDM for BIOS 2017-03-20 14:04:45 -07:00
Vicki Pfau 9b29344a87 DS GX: Fix unmapped slot 1 for compressed textures 2017-03-20 14:02:51 -07:00
Vicki Pfau 78b6125952 DS Memory: Fix uninitalized value 2017-03-20 13:54:18 -07:00
Lothar Serra Mari 5f59ad4c43 Doc: Fix MSYS2 shortcut names in README.md 2017-03-20 10:50:37 -07:00
waddlesplash cd6065d78b CMakeLists: Fix SDL-less build when there is no SDL on the system. 2017-03-20 10:42:57 -07:00
Vicki Pfau 3ccd29245c DS GX: Hack to prevent FIFO from overflowing during STMs 2017-03-20 10:09:50 -07:00
Vicki Pfau 35b6b7ddb4 DS GX: Temporarily remove DMA chunking 2017-03-20 10:06:08 -07:00
Vicki Pfau a309e38e33 GBA Hardware: Prepare for adding alarms 2017-03-20 00:34:26 -07:00
Vicki Pfau af0830bf1f DS GX: Improve interpolation pixel snapping 2017-03-19 23:26:32 -07:00
Vicki Pfau 25a8b125ed GBA Video: Allow windows that end at 256 2017-03-19 14:30:40 -07:00
Vicki Pfau 2a5aac5868 DS Video: Fix alpha edge case 2017-03-19 14:13:20 -07:00
Vicki Pfau 0cf9bf75e2 DS GX: Increase max vertices on ngons to 10 2017-03-19 13:34:59 -07:00
Vicki Pfau a278899314 GBA Hardware: Begin fixing RTC implementation 2017-03-19 09:23:54 -07:00
Vicki Pfau 53778e8d92 DS Video: Add vblank DMAs 2017-03-19 09:23:23 -07:00