search for: 16b0

Displaying 3 results from an estimated 3 matches for "16b0".

Did you mean: 16b
2009 Jun 21
0
[PATCH] nv50: update comments
...ritten + * + * 19a8 = 0x00000000 + * | 0x00000100 if DEPR is written + * | 0x00100000 if KIL is used + * + * 196c = 0x00000000 + * | 0x00000011 if DEPR is used + * + * 1510 = bitmask to enable clipping planes + * 1688 = two-sided lighting enable + * 16ac = entry count of mapping table at [16bc] + * 16b0 = count of temporaries used in VP + * + * 1904 = 0x01CCBBFF (01 is sometimes 00 - ?) + * CC = number of color components in map (primary + secondary) + * BB = first back color's map index (colors should be contiguous) + * FF = first front color's map index * - * 0x1298 --> "MOV rc...
2009 Jun 21
0
[PATCH] nv50: add support for two-sided lighting
...>cfg.high_result); so_method(so, tesla, 0x19a8, 1); @@ -2445,6 +2448,98 @@ nv50_fragprog_validate(struct nv50_context *nv50) so_ref(NULL, &so); } +/* + * 1510 = bitmask to enable clipping planes + * 1688 = two-sided lighting enable + * 16ac = entry count of mapping table at [16bc] + * 16b0 = count of temporaries used in VP + * + * 1904 = 0x01CCBBFF (01 is sometimes 00 - ?) + * CC = number of color components in map (primary + secondary) + * BB = first back color's map index (colors should be contiguous) + * FF = first front color's map index + * + * 1908 = 0x0000HHLL + * LL =...
2012 Jun 24
0
nouveau _BIOS method
...0 1670: 48 01 8d 42 55 46 30 0b 18 0d 46 30 52 57 70 00 H..BUF0...F0RWp. 1680: 46 30 52 57 8a 42 55 46 30 0b c2 01 4d 31 4d 4e F0RW.BUF0...M1MN 1690: 8a 42 55 46 30 0b c6 01 4d 31 4d 58 8a 42 55 46 .BUF0...M1MX.BUF 16a0: 30 0b ce 01 4d 31 4c 4e 79 54 4c 55 44 0a 14 4d 0...M1LNyTLUD..M 16b0: 31 4d 4e 72 74 4d 31 4d 58 4d 31 4d 4e 00 01 4d 1MNrtM1MXM1MN..M 16c0: 31 4c 4e a4 42 55 46 30 08 47 55 49 44 11 13 0a 1LN.BUF0.GUID... 16d0: 10 5b 4d db 33 f7 1f 1c 40 96 57 74 41 c0 3d d7 .[M.3... at .WtA.=. 16e0: 66 08 53 55 50 50 00 08 43 54 52 4c 00 14 46 0b f.SUPP..CTRL..F. 16f0:...