Commit Graph

25 Commits (20dc07721cb5035c7eed295033836301a2fe97b8)

Author SHA1 Message Date
Emmanuel Gil Peyrot c439b3074d video_core: Implement the remaining framebuffer formats in the OpenGL renderer. 10 years ago
Yuri Kunde Schlesner 9e084826b8 GPU: Do periodic VBlank updates using CoreTiming 10 years ago
Tony Wasserka 18a5e888bb GPU: Pseudo-implement horizontal scaling.
It's not really known how this actually works. Some testing has shown that this probably performs no filtering, and common usage in games suggests it's not actually resizing the image at all.
However, this patch does seem to fix some homebrew showing quasi-duplicated images while still keeping other applications in a working state.
10 years ago
bunnei 3b9d181b8e GPU: Implement frameskip and remove forced framebuffer swap hack. 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
bunnei 170123982d GPU: Fixed bug in command list size decoding. 10 years ago
archshift 0783498f57 Use configuration files to enable or disable the new dyncom interpreter. 11 years ago
Yuri Kunde Schlesner fec7f6b035 Rename GPU::Regs::FramebufferFormat to PixelFormat
This name better represents what the enum does, and is less overloaded
in the context. (The whole register the enum is part of is also called
'format'.)
11 years ago
Lioncash eb5054e6eb Fix warnings in video_core 11 years ago
Tony Wasserka 941762a573 GPU: Fix a compiler warning about redundant semicolons. 11 years ago
Tony Wasserka 7b6a7d7dfb Pica/GPU: Change hardware registers to use physical addresses rather than virtual ones.
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.
11 years ago
Tony Wasserka 9c781a6c76 Remove the fancy RegisterSet class introduced in 4c2bff61e.
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.
11 years ago
Tony Wasserka afcb250b31 Fix a few warnings.
Templates shouldn't be marked as inline if they aren't defined in the header.
11 years ago
Tony Wasserka 61e2ffd448 GPU: Add documentation. 11 years ago
Tony Wasserka 246cb75584 RegisterSet: Simplify code by using structs for register definition instead of unions. 11 years ago
Tony Wasserka 75775e9ef4 GPU: Make use of RegisterSet. 11 years ago
Tony Wasserka 9d618d0b70 GPU: Interface cleanup. 11 years ago
Tony Wasserka baf0aa04f5 GPU: Emulate memory fills. 11 years ago
Tony Wasserka 0b4055c152 GPU: Add proper framebuffer register handling. 11 years ago
Tony Wasserka 16bbc4f81b GPU: Add display transfer configuration. 11 years ago
Tony Wasserka ec9511e1db GSP: HLE GXCommandId::SET_DISPLAY_TRANSFER and GXCommandId::SET_TEXTURE_COPY. 11 years ago
Tony Wasserka 994d29f416 Use a more compatible choice of initial framebuffer addresses. 11 years ago
bunnei 004df76795 Merge branch 'threading' of https://github.com/bunnei/citra
Conflicts:
	src/core/hle/function_wrappers.h
	src/core/hle/service/gsp.cpp
11 years ago
Tony Wasserka d4530765ce GPU: Cleanup register definitions. 11 years ago
Tony Wasserka 1dfa392824 Rename LCD to GPU. 11 years ago