| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | fix that bug where NSMB's backgrounds lagged one frame behind | StapleButter | 2017-03-21 | |
| | | ||||
| * | fix bug that happened when HDMA got interrupted (or any repeating DMA, for ↵ | StapleButter | 2017-03-21 | |
| | | | | | that matter) | |||
| * | * more accurate direct boot | StapleButter | 2017-03-21 | |
| | | | | | | * improve touchscreen precision a bit * proper support for 512KB firmwares | |||
| * | implement some obscure DMA types | StapleButter | 2017-03-20 | |
| | | ||||
| * | make timers not suck. fixes issues (Worms2 intro FMV plays at the right ↵ | StapleButter | 2017-03-20 | |
| | | | | | speed, aging cart tests get further...) | |||
| * | input, with hardcoded (but not retarded) key mappings. | StapleButter | 2017-03-20 | |
| | | | | | touchscreen support that doesn't suck. | |||
| * | make ROM path not be hardcoded. | StapleButter | 2017-03-19 | |
| | | ||||
| * | begin work on wxWidgets+SDL interface | StapleButter | 2017-03-19 | |
| | | | | | Windows crapo ditched | |||
| * | reorganize repo, move shit around | StapleButter | 2017-03-16 | |
| | | ||||
| * | 64-bit build. make library paths not absolute. | StapleButter | 2017-03-16 | |
| | | ||||
| * | * support for culling polygons that clip through the far plane | StapleButter | 2017-03-16 | |
| | | | | | * toon/edge/fog tables and related registers | |||
| * | move viewport transform to polygon setup | StapleButter | 2017-03-16 | |
| | | ||||
| * | fix texcoord bugs. misc shit. | StapleButter | 2017-03-16 | |
| | | ||||
| * | * fix missing 3D line | StapleButter | 2017-03-16 | |
| | | | | | | * make lighting calculations accurate * BLDCNT reading | |||
| * | fix alphatest. alphablending. | StapleButter | 2017-03-15 | |
| | | ||||
| * | fixes to matrix stacks. has yet to be checked tho. | StapleButter | 2017-03-15 | |
| | | ||||
| * | first attempt at lighting | StapleButter | 2017-03-15 | |
| | | ||||
| * | less shitty texture mapping. alpha test, sort of. | StapleButter | 2017-03-15 | |
| | | ||||
| * | start work on polygon edges and shit | StapleButter | 2017-03-13 | |
| | | ||||
| * | * vecmatrix read | StapleButter | 2017-03-07 | |
| | | | | | * implement the missing texture formats | |||
| * | mostly fix culling | StapleButter | 2017-03-07 | |
| | | ||||
| * | horizontal scrolling for 3D layer | StapleButter | 2017-03-07 | |
| | | ||||
| * | proper clear-plane support, including bitmap mode | StapleButter | 2017-03-07 | |
| | | ||||
| * | * perspective-correct Z interpolation | StapleButter | 2017-03-06 | |
| | | | | | | * fix depth buffering. support W-buffer mode. * 3D/2D blending. doesn't do much yet, but the code is here. | |||
| * | fix shitty texture mapping | StapleButter | 2017-03-06 | |
| | | ||||
| * | less derpy texture mapping | StapleButter | 2017-03-06 | |
| | | ||||
| * | * direct color textures. | StapleButter | 2017-03-06 | |
| | | | | | * texture wrap modes. | |||
| * | make NEG update flags correctly (oops). | StapleButter | 2017-03-06 | |
| | | | | | also misc graphics notes added. | |||
| * | remove unneeded files. will stop melonDS.depend from polluting commit diffs. | StapleButter | 2017-03-04 | |
| | | ||||
| * | temp. hack preventing evil out-of-bounds write | StapleButter | 2017-03-04 | |
| | | ||||
| * | don't blend semitransparent sprites with everything | StapleButter | 2017-03-04 | |
| | | ||||
| * | * fix a few bugs related to 2D GPU registers (so there are atleast some of ↵ | StapleButter | 2017-03-04 | |
| | | | | | | | the graphics tests that pass) * less shitty texture mapping (and perspective-correct interpolation in general). extra bonus is that it also takes less divisions. | |||
| * | support 16-bit writes to rotscale reference point registers | StapleButter | 2017-03-04 | |
| | | ||||
| * | fix behavior for rotscale BG reference points | StapleButter | 2017-03-04 | |
| | | ||||
| * | confirm that 2D brightness-up effect does x=x+(63-x)*factor | StapleButter | 2017-03-04 | |
| | | ||||
| * | * fixes to GXFIFO IRQ. refine IRQ support a bit. | StapleButter | 2017-03-03 | |
| | | | | | * fix potential bug when multiple DMAs are running. | |||
| * | * color special effects (fade, blending) | StapleButter | 2017-03-02 | |
| | | | | | | | * sprite blending not optimized, but works | |||
| * | * compressed textures (asfafdgasfgadf) | StapleButter | 2017-03-02 | |
| | | | | | * fix bug where sprites too close to the right border shat themselves | |||
| * | textures. | StapleButter | 2017-03-02 | |
| | | | | | well, it's a start. | |||
| * | support for non-rotscaled bitmap sprites | StapleButter | 2017-03-01 | |
| | | ||||
| * | * display capture | StapleButter | 2017-03-01 | |
| | | | | | * fix bug with bitmap BGs (wrong base offset) | |||
| * | no master brightness when screen is disabled. | StapleButter | 2017-03-01 | |
| | | ||||
| * | master brightness | StapleButter | 2017-03-01 | |
| | | ||||
| * | * slightly better 3D polygons. | StapleButter | 2017-02-28 | |
| | | | | | * fix sprite-related bugs. implement 256-color rotscaled sprites. | |||
| * | also keep track of texture attributes | StapleButter | 2017-02-28 | |
| | | ||||
| * | calculate texture coordinates | StapleButter | 2017-02-28 | |
| | | ||||
| * | dumb copypasta bug of the year. | StapleButter | 2017-02-27 | |
| | | ||||
| * | correct VRAM emulation. | StapleButter | 2017-02-27 | |
| | | | | | there is room for optimizations esp. in the GPU drawing routines. | |||
| * | fixes to 3D rendering. polygons are almost pixel-perfect. clipping still ↵ | StapleButter | 2017-02-20 | |
| | | | | | doesn't get colors quite right. | |||
| * | 'FIFO full' hack for SM64DS. | StapleButter | 2017-02-17 | |
| | | ||||