Merge pull request #6 from MarianoDiMartino/patch-2

Update graphicsprocessingunitgpu.md
This commit is contained in:
Nicolas Noble 2020-10-27 15:36:29 -07:00 committed by GitHub
commit 59233092dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -596,7 +596,7 @@ command.<br/>
```
0-23 Not used (zero)
```
Resets the command buffer.<br/>
Resets the command buffer and CLUT cache.<br/>
#### GP1(02h) - Acknowledge GPU Interrupt (IRQ1)
```
@ -1153,8 +1153,7 @@ from 16 to 31.<br/>
## GPU Texture Caching
The GPU has 2 Kbyte Texture Cache<br/>
The Texture Cache is (maybe) also used for CLUT data - or is there a separate
CLUT Cache - or is the CLUT uncached - but that'd be trash?<br/>
There is also a CLUT cache that is preserved between GPU drawing commands. The CLUT cache is invalidated when different CLUT index values are used or when GP0(01h) is issued. It is unknown if the CLUT cache overlaps or is shared with the Texture Cache.
If polygons with texture are displayed, the GPU needs to read these from the
frame buffer. This slows down the drawing process, and as a result the number