| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
emitter: Remove pointer casts
|
|
|
|
Kernel: Correct(er) handling of Heap and Linear Heap allocations
|
|
|
|
Tests revealed that the component with w=1 is
SRC1 and not SRC2, it is now fixed on 3dbrew.
|
|
This should also technically silence quite a few ubsan warnings.
|
|
|
|
IncrementWrap and DecrementWrap, verified with hwtests.
|
|
|
|
Verified with hwtests.
|
|
|
|
is disabled.
The HW renderer already did this.
|
|
|
|
|
|
Verified the behavior with hardware tests.
|
|
|
|
|
|
|
|
|
|
|
|
Functions implemented in a class definition are already implicitly inline.
|
|
Fix building under MinGW
|
|
Shader: Implement SGE, SGEI and SLT in interpreter/JIT
|
|
Improvements for MRU
|
|
avoid duplicates
always put the last file loaded to top of the list
|
|
|
|
|
|
GPU: Implement TextureCopy-mode display transfers
|
|
Shader: Save caller-saved registers in JIT before a CALL
|
|
|
|
Shader: Implement EX2 and LG2 in interpreter/JIT
|
|
|
|
videocore: Added RG8 texture support
|
|
|
|
|
|
|
|
|
|
citra-qt: Improve pica command list widget (add mask, fix some issues)
|
|
Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index".
Added flexible space at the bottom of the widget.
|
|
|
|
each processed instruction.
|
|
|
|
Now supports dumping the current shader and recognizes a larger number of output semantics.
|
|
|
|
Handle `FileType::CIA` in `switch` statements
|
|
|
|
|