- Aug 12, 2014
-
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
24-bit floating points are used internally for calculations on the GPU, however the current code will still emulate that with 32-bit floating points. In the future we might want to accurately perform the calculations with correct bitness in the future, but for now we just wrap the calculations around this class.
-
Tony Wasserka authored
I wrote most of this for ppsspp, so I hold full copyright over it. In addition to the original release in ppsspp, this provides functionality to easily extend e.g. two-dimensional vectors to three-dimensional vectors.
-
Tony Wasserka authored
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.
-
Tony Wasserka authored
GSP: Fix a major regression introduced in ffda035c, due to which no display transfers were triggered at all anymore.
-
Tony Wasserka authored
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.
-
- Aug 08, 2014
-
-
bunnei authored
Use pthread_set_name_np() on OpenBSD.
-
Anthony J. Bentley authored
-
- Aug 06, 2014
-
-
bunnei authored
Gsp command synch
-
bunnei authored
GPU: Updated g_last_ticks variable to be more descriptive (represents CPU tick count of last vertical line).
-
bunnei authored
-
bunnei authored
-
bunnei authored
GSP: Cleaned up code and added additional comments. GSP: Removed unnecessary TODO comment. GSP: Changed u32 iterators in TriggerCmdReqQueue to unsigned.
-
bunnei authored
-
bunnei authored
- Various other cleanups.
-
bunnei authored
-
bunnei authored
Core: Added a comment to explain the logic for the RunLoop iterations.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Fix memory unaligned reads
-
bunnei authored
-
bunnei authored
- Unused code - Was not correct for unaligned memory reads
-
- Aug 05, 2014
- Jul 23, 2014
- Jul 22, 2014
-
-
bunnei authored
GPU framebuffer emulation improvements
-
Tony Wasserka authored
-
Tony Wasserka authored
-
Tony Wasserka authored
-