Subv
fbbfb52a2c
GPU: Fixed the RGBA8 input format and RGB8 output format
in Display Transfers, tested with hwtests.
11 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.
11 years ago
Kevin Hartman
a6fdb8f217
Fix error message for bad config block request.
11 years ago
Emmanuel Gil Peyrot
54d6f6c82b
Common: Change names containing “Dolphin” or “PPSSPP” to something more generic.
11 years ago
archshift
4fb75d220a
Misc cleanup of common and related functions
11 years ago
archshift
302f0b32f5
Remove duplication of INSERT_PADDING_WORDS between pica.h and gpu.h
11 years ago
archshift
49f94b82b4
Remove "super lame/broken" file_search compilation unit that was leftover from Dolphin
11 years ago
archshift
961f65d1fe
Remove redundant utf8 compilation unit that was leftover from Dolphin
11 years ago
archshift
9f7f1a2272
Remove useless extended_trace compilation unit that was leftover from Dolphin
11 years ago
archshift
5efd149ad5
Remove the useless msg_handler compilation unit that was left over from Dolphin
11 years ago
archshift
3c48697ea3
Convert a few C stdlib asserts to Citra's own asserts
11 years ago
Subv
5410367ebf
Rasterizer: Fixed a warning in GetWrappedTexCoord.
Redeclaring the variable inside the switch was causing weird behavior.
11 years ago
Tony Wasserka
2eee3a87f9
Pica/Rasterizer: Replace exit() calls with UNIMPLEMENTED().
11 years ago
Tony Wasserka
6e5a903286
Pica/Rasterizer: Make some local lambdas static.
11 years ago
Tony Wasserka
1561204342
Pica/BlendUnit: Implement separate color/alpha blend equations.
11 years ago
Tony Wasserka
81ebb4d682
Pica/TextureEnvironment: Add a note.
11 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...
11 years ago
Tony Wasserka
04cd06d5c2
Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic.
11 years ago
Tony Wasserka
087edcfbec
Pica/OutputMerger: Fix flipped framebuffers.
11 years ago
Tony Wasserka
6ca752ccbc
Pica/TextureUnit: Implement mirrored repeating texture wrapping.
11 years ago
Tony Wasserka
8bd7a896ea
Pica: Fix a bug in the register definitions, relating to texture wrapping.
11 years ago
Tony Wasserka
aaf30ca4ee
Pica/OutputMerger: Implement color format checking.
11 years ago
Tony Wasserka
3b5710bae6
Pica/Rasterizer: Rasterize actual pixel centers instead of pixel corners.
11 years ago
Tony Wasserka
3cb22d31a7
Pica/Rasterizer: Fix garbage pixels at triangle borders.
11 years ago
Tony Wasserka
638b370fb5
Pica/Rasterizer: Clean up and fix backface culling.
11 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).
11 years ago
Tony Wasserka
70a764d992
Pica/VertexShader: Implement the LOOP instruction.
11 years ago
Tony Wasserka
6c26ec72a5
Pica/CommandProcessor: Properly implement shader load destination offset registers.
11 years ago
Tony Wasserka
67120270f2
Pica/CommandProcessor: Work around initialized vertex attributes some more.
11 years ago
Tony Wasserka
0da6a7e234
GPU: Properly implement memory fills.
11 years ago
Yuri Kunde Schlesner
714d507938
Asserts: Use lambdas to keep assertion code away from the main code path
11 years ago
Lioncash
4f910bb1a1
vfpinstr: Fix trivial signed/unsigned mismatch warnings
11 years ago
Lioncash
5d2366e1e9
core/video_core: Use in-place construction where possible
11 years ago
Lioncash
a7120662e6
dyncom: Support conditional BKPT instructions
11 years ago
purpasmart96
c3c309f33d
ConfigMem: Clean up the Config memory to be more like the shared page and moved
the helper macro for padding to common_funcs.h
11 years ago
Emmanuel Gil Peyrot
8a1c08a0af
VideoCore: Fix a typo in Vec4 MakeVec(T, Vec3<T>), where the second argument was Vec2<T> instead.
11 years ago
Subv
cb3d254517
Services: Fixed "Tried to connect to named port err:f".
err:f is a named port, not a service
11 years ago
Lioncash
012d1e32ad
dyncom: Actually set the destination register for USAD8/USADA8.
Idiotville: Population: 1 - Inhabitant name: Lioncash
11 years ago
Lioncash
f0c4bd629c
vfpdouble: Use %p for printing pointer addresses.
11 years ago
Emmanuel Gil Peyrot
c439b3074d
video_core: Implement the remaining framebuffer formats in the OpenGL renderer.
11 years ago
Lioncash
473afa4530
arm: Set the A bit on reset.
This enum value is ORed against in ARMul_Reset (and used to refer to all interrupt bits in the CPSR). So simply updating this is enough.
11 years ago
Lioncash
0c6434c379
core: Apply static to local functions
11 years ago
Lioncash
a75e1ff6e6
arm: General cleanup
- Remove several typedefs for ARMul_State.
- Remove unused functions
- Remove unused/unnecessary headers
- Removed unused enums, etc.
11 years ago
Lioncash
b7fac494cd
dyncom: Switch the app and system cores into the correct mode at initialization
11 years ago
Lioncash
c3211c9c80
dyncom: Clean up the constructor
Some function calls aren't necessary and would be handled by regular initialization routines.
11 years ago
Lioncash
3c474a7d31
backend: Add logging subentry for ldr
Fixes an assertion upon executing citra in debug mode.
11 years ago
Lioncash
df9e0c0f81
dyncom: Remove warning for SXTAH
This is tested to work correctly.
11 years ago
Lioncash
e3f5c6366c
arm: Remove ARMul_EmulateInit
This was only used for armemu, which has since been removed. Removed components related to this as well.
11 years ago
Subv
8e2b248e05
Build: Fixed some warnings
11 years ago
Lioncash
f48b0100a6
armdefs: Remove unnecessary extern C
11 years ago