summaryrefslogtreecommitdiffstats
path: root/src/core/hw (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-14Core: Fix warnings in gpu.cppLioncash1-6/+6
2014-09-09core: Prune redundant includesarchshift3-4/+0
2014-08-31GPU: Improve frame synchronization, increases compatibility with both homebrew and retail applications.bunnei1-13/+31
2014-08-26VideoCore: Fixes rendering issues on Qt and corrects framebuffer output size.bunnei1-9/+8
2014-08-25GPU: Fix a compiler warning about redundant semicolons.Tony Wasserka1-2/+2
2014-08-12Pica: Add command processor.Tony Wasserka1-3/+5
2014-08-12Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.Tony Wasserka2-150/+18
This cleans up the mess that address reading/writing had become and makes the code a *lot* more sensible. This adds a physical<->virtual address converter to mem_map.h. For further accuracy, we will want to properly extend this to support a wider range of address regions. For now, this makes simply homebrew applications work in a good manner though.
2014-08-12Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2-132/+212
While it was some nice and fancy template usage, it ultimately had many practical issues regarding length of involved expressions under regular usage as well as common code completion tools not being able to handle the structures. Instead, we now use a more conventional approach which is a lot more clean to use.
2014-08-07GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tick count of last vertical line).bunnei1-5/+5
2014-08-07GPU: Updated horizontal sync line counter to use framebuffer height.bunnei1-2/+3
2014-08-06GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei1-2/+2
- Various other cleanups.
2014-08-06GSP: Implements preliminary command synchronization via GPU interrupts.bunnei1-3/+19
Core: Added a comment to explain the logic for the RunLoop iterations.
2014-07-23Use uniform formatting when printing hexadecimal numbers.Tony Wasserka1-3/+3
2014-07-23Fix a few warnings.Tony Wasserka2-4/+4
Templates shouldn't be marked as inline if they aren't defined in the header.
2014-07-23GPU: Clarify display transfer code.Tony Wasserka1-12/+15
Also makes the illogical component order more obvious.
2014-07-23GPU: Add documentation.Tony Wasserka1-2/+14
2014-07-23RegisterSet: Simplify code by using structs for register definition instead of unions.Tony Wasserka2-133/+123
2014-07-23GPU: Make use of RegisterSet.Tony Wasserka2-306/+172
2014-07-23GPU: Make framebuffer code format-aware.Tony Wasserka1-6/+47
2014-07-23GPU: Interface cleanup.Tony Wasserka2-13/+20
2014-07-23GPU: Initialize GPU registers to some sensible default state.Tony Wasserka1-1/+16
2014-07-23GPU: Emulate memory fills.Tony Wasserka2-2/+80
2014-07-23GPU: Add proper framebuffer register handling.Tony Wasserka2-11/+105
2014-07-23GPU: Properly implement display transfers.Tony Wasserka1-1/+19
2014-07-23GPU: Add display transfer configuration.Tony Wasserka2-0/+92
2014-07-23GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY.Tony Wasserka1-0/+8
2014-07-22Use a more compatible choice of initial framebuffer addresses.Tony Wasserka1-10/+22
2014-06-13Core: Cleaned up SingleStep(), updated default LCD refresh to assume each instruction is ~3 cyclesbunnei1-1/+2
2014-06-12GPU: Cleanup register definitions.Tony Wasserka2-28/+28
2014-06-12Rename LCD to GPU.Tony Wasserka4-20/+20
2014-06-12Pica: Add command list registers.Tony Wasserka2-5/+52
2014-05-29lcd: moved kFrameTicks to lcd.h for use in other modulesbunnei2-2/+2
2014-05-23lcd: added thread wait after (faked) vblank interrupt (would have) occurredbunnei1-0/+4
2014-04-27added code to LCD modules keep track of framebuffer location in FCRAM or VRAMbunnei2-15/+153
2014-04-26- changed HW IO map to use virtual addressesbunnei2-39/+51
- added hooks to catch LCD IO read/writes
2014-04-26added (fake) physical addresses for where to put framebuffer in VRAMbunnei1-0/+10
2014-04-18renamed hw_lcd module to just lcdbunnei3-2/+2
2014-04-18added NDMA hardware interfacebunnei3-2/+133
2014-04-13fixed hw write declarations to not be constbunnei1-4/+4
2014-04-11updated logging messagebunnei1-2/+2
2014-04-11cleaned up some logging messagesbunnei1-4/+4
2014-04-09fixed project includes to use new directory structurebunnei4-9/+14
2014-04-09got rid of 'src' folders in each sub-projectbunnei4-0/+164