rdpcmd.h
1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/**************************************************************************
* *
* Copyright (C) 1994, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
*************************************************************************/
#ifndef RDPCMD_INCLD
#define RDPCMD_INCLD
#define SETCIMG 0x3f
#define SETMIMG 0x3e
#define SETTIMG 0x3d
#define SETCOMBINE 0x3c
#define SETENVCOLOR 0x3b
#define SETPRIMCOLOR 0x3a
#define SETBLENDCOLOR 0x39
#define SETFOGCOLOR 0x38
#define SETFILLCOLOR 0x37
#define FILLRECT 0x36
#define SETTILE 0x35
#define LOADTILE 0x34
#define LOADBLOCK 0x33
#define SETTILESIZE 0x32
#define LOADTLUT 0x30
#define SETRDPOTHER 0x2f
#define SETPRIMDEPTH 0x2e
#define SETSCISSOR 0x2d
#define SETCONVERT 0x2c
#define SETKEYR 0x2b
#define SETKEYGB 0x2a
#define FULLSYNC 0x29
#define TILESYNC 0x28
#define PIPESYNC 0x27
#define LOADSYNC 0x26
#define TEXRECTFLIP 0x25
#define TEXRECT 0x24
#define TRIFILL 0x08
#define TRISHADE 0x0c
#define TRITXTR 0x0a
#define TRISHADETXTR 0x0e
#define TRIFILLZBUFF 0x09
#define TRISHADEZBUFF 0x0d
#define TRITXTRZBUFF 0x0b
#define TRISHADETXTRZBUFF 0x0f
#define NOOP 0x00
#endif /* RDPCMD_INCLD */