Show
Ignore:
Timestamp:
06/11/07 04:15:55 (18 months ago)
Author:
krobillard
Message:

Thune GL - Added enable/disable with state tracking.
Geometry ops now handle words.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/thune/thread_safe/gl/draw_ops.h

    r405 r409  
    44#define DOP_END             1 
    55#define DOP_CLEAR           2 
    6 #define DOP_CALL            3 
    7 #define DOP_SOLID           4 
    8 #define DOP_MODEL           5 
    9 #define DOP_DECAL           6 
    10 #define DOP_PARTICLE        7 
    11 #define DOP_COLOR           8 
    12 #define DOP_COLORS          9 
    13 #define DOP_VERTS           10 
    14 #define DOP_NORMALS         11 
    15 #define DOP_UVS             12 
    16 #define DOP_ATTRIB          13 
    17 #define DOP_POINTS          14 
    18 #define DOP_LINES           15 
    19 #define DOP_LINE_STRIP      16 
    20 #define DOP_TRIS            17 
    21 #define DOP_TRI_STRIP       18 
    22 #define DOP_TRI_FAN         19 
    23 #define DOP_QUADS           20 
    24 #define DOP_QUAD_STRIP      21 
    25 #define DOP_CAMERA          22 
    26 #define DOP_LIGHT           23 
    27 #define DOP_LIGHTING        24 
    28 #define DOP_PUSH            25 
    29 #define DOP_POP             26 
    30 #define DOP_TRANSLATE       27 
    31 #define DOP_ROTATE          28 
    32 #define DOP_SCALE           29 
    33 #define DOP_FONT            30 
    34 #define DOP_TEXT            31 
    35 #define DOP_SHADER          32 
    36 #define DOP_FRAMEBUFFER     33 
    37 #define DOP_SHADOW_BEGIN    34 
    38 #define DOP_SHADOW_END      35 
    39 #define DOP_SAMPLES_QUERY   36 
    40 #define DOP_SAMPLES_BEGIN   37 
     6#define DOP_ENABLE          3 
     7#define DOP_DISABLE         4 
     8#define DOP_CALL            5 
     9#define DOP_SOLID           6 
     10#define DOP_MODEL           7 
     11#define DOP_DECAL           8 
     12#define DOP_PARTICLE        9 
     13#define DOP_COLOR           10 
     14#define DOP_COLORS          11 
     15#define DOP_VERTS           12 
     16#define DOP_NORMALS         13 
     17#define DOP_UVS             14 
     18#define DOP_ATTRIB          15 
     19#define DOP_POINTS          16 
     20#define DOP_LINES           17 
     21#define DOP_LINE_STRIP      18 
     22#define DOP_TRIS            19 
     23#define DOP_TRI_STRIP       20 
     24#define DOP_TRI_FAN         21 
     25#define DOP_QUADS           22 
     26#define DOP_QUAD_STRIP      23 
     27#define DOP_CAMERA          24 
     28#define DOP_LIGHT           25 
     29#define DOP_LIGHTING        26 
     30#define DOP_PUSH            27 
     31#define DOP_POP             28 
     32#define DOP_TRANSLATE       29 
     33#define DOP_ROTATE          30 
     34#define DOP_SCALE           31 
     35#define DOP_FONT            32 
     36#define DOP_TEXT            33 
     37#define DOP_SHADER          34 
     38#define DOP_FRAMEBUFFER     35 
     39#define DOP_SHADOW_BEGIN    36 
     40#define DOP_SHADOW_END      37 
     41#define DOP_SAMPLES_QUERY   38 
     42#define DOP_SAMPLES_BEGIN   39