Tillmann Karras
288da38dc3
docs/DSP: fix some bit pattern inconsistencies
...
Thanks to @Oaisus who reported this.
2025-07-27 14:22:10 +01:00
Maxim Cournoyer
74814b3203
fix gc-font-tool.cpp with GCC 14
2025-07-22 16:58:57 +09:00
Tillmann Karras
80adfc606d
docs/DSP: Rename SCALE to PRED_SCALE
2025-04-25 01:09:15 +01:00
Tillmann Karras
05381c5b6d
Address Pokechu22's feedback
2025-04-25 00:51:46 +01:00
xperia64
512da86b1a
Update DSP docs with accelerator info, fix ANDC/ORC instruction description typos
2025-04-25 00:51:46 +01:00
xperia64
04c7c1a4a1
Rename accelerator accesses to 'raw' and 'sample'
2025-04-25 00:51:45 +01:00
JosJuice
1c7d9ad300
docs: Clarify wia_except_list_t padding in uncompressed groups
...
https://bugs.dolphin-emu.org/issues/13671
2024-11-10 14:52:30 +01:00
Mateus B. Cassiano
087b61103b
Migrate /dev/dolphin documentation to the repository
2024-10-22 22:31:51 -04:00
iwubcode
9d28c371e7
VideoCommon: allow custom shaders to set the alpha value for use when blending is enabled
2024-04-28 18:15:27 -05:00
iwubcode
3c00689bd6
docs: update CustomPipeline graphics mod docs based on changes in syntax to support new functionality
2023-12-19 21:52:30 -06:00
iwubcode
0e8f8ea930
VideoCommon: instead of using 'CustomTextureData' directly, use 'TextureData' for texture assets, this allows us to provide additional metadata for textures. Such as a sampler or type information (to distinguish cube maps)
2023-10-10 09:58:14 -05:00
iwubcode
931a8aa413
VideoCommon: add milliseconds elapsed time value to pixel shaders as a uniform to be able to support animation effects in custom shaders
2023-08-20 18:53:27 -05:00
iwubcode
675544ec2b
docs: Add custom pipeline documentation
2023-08-20 18:53:27 -05:00
Vincent Pelletier
099e6c9ab6
docs/DSP: Trivial adjustment to BLOOP{,I} sub-operation order
...
Noticed while tracing in a BLOOP using DSPSpy with $st{0..3} unmasked.
BLOOPI assumed to follow the pattern.
2022-09-30 11:07:41 +00:00
Pokechu22
f47dfc3dba
docs/DSP: Update version and history
...
The GFDL requires the history section to be updated.
2022-06-01 22:26:59 -07:00
Pokechu22
24a339f437
docs/DSP: Explain 16-bit and 40-bit modes
2022-06-01 22:25:59 -07:00
Pokechu22
d297ab18e6
docs/DSP: Add notes highlighting the difference between 'LS and 'SL
2022-06-01 22:25:59 -07:00
Pokechu22
0dd181f461
docs/DSP: Add missing dollar signs in shift instruction operation sections
2022-05-31 16:26:55 -07:00
Pokechu22
7c63bd1893
docs/DSP: Fix inconsistency with ADDI and CMPI
...
We don't have anything called $amD, though we do have $acsD. However, these instructions affect flags based on the whole accumulator, so it's better to just use $acD.
2022-05-29 15:00:09 -07:00
Pokechu22
4dc7208195
docs/DSP: Fix typo with arithmetic instructions that take a 16-bit immediate
...
These instructions used an 'r' in their bit list, but a 'd' in the operands.
2022-05-29 15:00:09 -07:00
Pokechu22
b349254ff4
docs/DSP: Document the behavior when main and extended opcodes both write to the same register (the write backlog)
...
For more information, ApplyWriteBackLog, WriteToBackLog, and ZeroWriteBackLog were added in b787f5f8f7 and the explanatory comment was added in fd40513fed , although it did not mention the specific instructions that could trigger this edge case. The statements about which registers can be written by main opcodes and extension opcodes are based on my own checking of all instructions in the manual.
2022-05-29 15:00:09 -07:00
Pokechu22
bb01ba60d6
docs/DSP: Fix typo in 'NOP comment
2022-05-29 15:00:09 -07:00
Pokechu22
83aabbbece
docs/DSP: Clarify LRS note
...
$acS.h was a typo, which has been replaced with $acD.h.
2022-05-29 15:00:09 -07:00
Pokechu22
ce4aba7d5e
docs/DSP: Rename CMPAR to CMPAXH
2022-05-27 18:22:38 -07:00
Pokechu22
0531e51e39
docs/DSP: Fix "ILLR" typo in Instruction Memory section
2022-05-21 22:59:04 -07:00