Changes

170 bytes removed ,  01:12, 28 February 2014
Line 169: Line 169:     
== Registers ==
 
== Registers ==
It is not yet fully understood how registers are organized. It does however seem that registers are separated into various banks, some RO, some WO and some RW. Because of this separation, a given register ID may not refer to the same register value when it is used as SRC or as DST. Since the PICA200 does not support fragment shaders, WO registers are fixed function.
+
It is not yet fully understood how registers are organized. It does however seem that registers are separated into various banks, some RO, some WO and some RW. Because of this separation, a given register ID may not refer to the same register value when it is used as SRC or as DST.
   −
WO registers :
  −
{| class="wikitable" border="1"
  −
|-
  −
!  Register ID
  −
!  Description
  −
|-
  −
|  0x0
  −
|  result.position
  −
|-
  −
|  0x2
  −
|  result.texcoord ?
  −
|-
  −
|  0x4
  −
|  result.color ?
  −
|-
  −
|  0x6
  −
|  result.texcoord ?
  −
|}
   
(these are mostly guesses aside from vertex.position and result.position)
 
(these are mostly guesses aside from vertex.position and result.position)
    
Attribute (input, RO) registers are located within the 0x0-0x10 range. What data they are fed is specified by the CPU.
 
Attribute (input, RO) registers are located within the 0x0-0x10 range. What data they are fed is specified by the CPU.
 +
Output (WO) registers are also located within the 0x0-0x10 range. What data they are contain is specified by the CPU.
 
Registers within the 0x20-0x40 ranges seem to be RW. They contain uniforms, such as matrix data.
 
Registers within the 0x20-0x40 ranges seem to be RW. They contain uniforms, such as matrix data.
373

edits