Tony Wasserka
23c6764b2b
GPU: Add support for more framebuffer formats in display transfers.
10 years ago
bunnei
c79db48ea1
Merge pull request #597 from bunnei/fix-color-component-order
...
Rasterize with the correct color component order.
10 years ago
bunnei
733c19ddd3
Rasterize with the correct color component order.
...
- Fixes a regression with #594 .
10 years ago
bunnei
dfe807b2cd
Merge pull request #596 from kevinhartman/unaligned-cleanup
...
Clean up unaligned 32-bit memory reads
10 years ago
bunnei
d120757f32
Merge pull request #594 from Subv/display_transfer
...
GPU: Fixed the RGBA8 input format and RGB8 output format
10 years ago
Tony Wasserka
34f21334ad
Merge pull request #593 from Subv/search_problem
...
Pica/VertexShader: Fixed LOOP with more than one iteration.
10 years ago
Kevin Hartman
05c098a9e7
Cleaned up unaligned access.
10 years ago
Subv
fbbfb52a2c
GPU: Fixed the RGBA8 input format and RGB8 output format
...
in Display Transfers, tested with hwtests.
10 years ago
Subv
9a03e9c61d
Pica/VertexShader: Fixed LOOP with more than one iteration.
...
Previously it wouldn't jump back to the start of the loop code once it reached the end of the block.
Fixes the texture problems in a lot of games.
10 years ago
Kevin Hartman
a6fdb8f217
Fix error message for bad config block request.
10 years ago
bunnei
3c5aaafb40
Merge pull request #590 from linkmauve/rename-dolphin
...
Common: Change names containing “Dolphin” or “PPSSPP” to something more generic
10 years ago
Emmanuel Gil Peyrot
54d6f6c82b
Common: Change names containing “Dolphin” or “PPSSPP” to something more generic.
10 years ago
bunnei
5f9939070e
Merge pull request #588 from archshift/somebranch
...
Sweeping cleanup of Common
10 years ago
archshift
4fb75d220a
Misc cleanup of common and related functions
10 years ago
archshift
302f0b32f5
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
10 years ago
bunnei
c7d1480ece
Merge pull request #587 from archshift/assert
...
Convert a few C stdlib asserts to Citra's own asserts
10 years ago
Tony Wasserka
4cc1a71441
Merge pull request #585 from Subv/local_var
...
Rasterizer: Fixed a warning in GetWrappedTexCoord.
10 years ago
archshift
49f94b82b4
Remove "super lame/broken" file_search compilation unit that was leftover from Dolphin
10 years ago
archshift
961f65d1fe
Remove redundant utf8 compilation unit that was leftover from Dolphin
10 years ago
archshift
9f7f1a2272
Remove useless extended_trace compilation unit that was leftover from Dolphin
10 years ago
archshift
5efd149ad5
Remove the useless msg_handler compilation unit that was left over from Dolphin
10 years ago
archshift
3c48697ea3
Convert a few C stdlib asserts to Citra's own asserts
10 years ago
Subv
5410367ebf
Rasterizer: Fixed a warning in GetWrappedTexCoord.
...
Redeclaring the variable inside the switch was causing weird behavior.
10 years ago
bunnei
ec8f2210e3
Merge pull request #580 from lioncash/emplace
...
core/video_core: Use in-place construction where possible
10 years ago
bunnei
4a48b017ca
Merge pull request #562 from neobrain/pica_progress3
...
More PICA200 Emulation Fixes
10 years ago
Tony Wasserka
2eee3a87f9
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
10 years ago
Tony Wasserka
6e5a903286
Pica/Rasterizer: Make some local lambdas static.
10 years ago
Tony Wasserka
1561204342
Pica/BlendUnit: Implement separate color/alpha blend equations.
10 years ago
Tony Wasserka
81ebb4d682
Pica/TextureEnvironment: Add a note.
10 years ago
Tony Wasserka
e11fb96408
Pica/TextureEnvironment: Treat texture combiner source 1 as the PrimaryColor.
...
Not really sure where the difference is, but some applications seem to use this 1:1 the same way...
10 years ago
Tony Wasserka
04cd06d5c2
Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic.
10 years ago
Tony Wasserka
087edcfbec
Pica/OutputMerger: Fix flipped framebuffers.
10 years ago
Tony Wasserka
6ca752ccbc
Pica/TextureUnit: Implement mirrored repeating texture wrapping.
10 years ago
Tony Wasserka
8bd7a896ea
Pica: Fix a bug in the register definitions, relating to texture wrapping.
10 years ago
Tony Wasserka
aaf30ca4ee
Pica/OutputMerger: Implement color format checking.
10 years ago
Tony Wasserka
3b5710bae6
Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.
10 years ago
Tony Wasserka
3cb22d31a7
Pica/Rasterizer: Fix garbage pixels at triangle borders.
10 years ago
Tony Wasserka
638b370fb5
Pica/Rasterizer: Clean up and fix backface culling.
10 years ago
Tony Wasserka
365236fa4c
Pica: Cleanup clipping code and change screenspace z to range from -1..0.
...
The change in depth range seems to reflect better to what applications are expecting, and makes for cleaner code overall (hence is more likely to reflect hardware behavior).
10 years ago
Tony Wasserka
70a764d992
Pica/VertexShader: Implement the LOOP instruction.
10 years ago
Tony Wasserka
6c26ec72a5
Pica/CommandProcessor: Properly implement shader load destination offset registers.
10 years ago
Tony Wasserka
67120270f2
Pica/CommandProcessor: Work around initialized vertex attributes some more.
10 years ago
Tony Wasserka
0da6a7e234
GPU: Properly implement memory fills.
10 years ago
bunnei
745b42d236
Merge pull request #570 from purpasmart96/config_mem
...
ConfigMem: Clean up the Config memory to be more like the shared page
10 years ago
bunnei
8e731b129d
Merge pull request #582 from lioncash/warnings
...
vfpinstr: Fix trivial signed/unsigned mismatch warnings
10 years ago
bunnei
60f9cd6a4a
Merge pull request #579 from lioncash/bkpt
...
dyncom: Support conditional BKPT instructions
10 years ago
Yuri Kunde Schlesner
714d507938
Asserts: Use lambdas to keep assertion code away from the main code path
10 years ago
Lioncash
4f910bb1a1
vfpinstr: Fix trivial signed/unsigned mismatch warnings
10 years ago
Lioncash
5d2366e1e9
core/video_core: Use in-place construction where possible
10 years ago
Lioncash
a7120662e6
dyncom: Support conditional BKPT instructions
10 years ago