3static char *op_table_str[]=
5#define ADD_OP(a,b,c) "gl" #a " " #c,
12#define ADD_OP(a,b,c) glop ## a ,
17static int op_table_size[]=
19#define ADD_OP(a,b,c) b + 1 ,
37static void delete_list(
GLContext *c,
int list)
68 ob->
ops[0].
op=OP_EndList;
88 fprintf(f,
"%g",p[0].f);
91 fprintf(f,
"%d",p[0].i);
111 op_size=op_table_size[op];
122 ob->
ops[index].
op=OP_NextBuffer;
123 ob->
ops[index+1].
p=(
void *)ob1;
130 for(i=0;i<op_size;i++) {
144 op_table_func[op](c,p);
179 if (op == OP_EndList)
break;
180 if (op == OP_NextBuffer) {
183 op_table_func[op](c,p);
184 p+=op_table_size[op];
200 if (l!=NULL) delete_list(c,list);
201 l=alloc_list(c,list);
242 if (lists[i]==NULL) {
244 if (count == range) {
246 for(i=0;i<range;i++) {
247 alloc_list(c,list+i);
249 return (
unsigned int)list;
void gl_fatal_error(char *format,...)
void gl_compile_op(GLContext *c, GLParam *p)
unsigned int glGenLists(int range)
GLContext * gl_get_context(void)
void glNewList(unsigned int list, int mode)
int glIsList(unsigned int list)
void gl_print_op(FILE *f, GLParam *p)
void glopCallList(GLContext *c, GLParam *p)
void gl_add_op(GLParam *p)
void glopNextBuffer(GLContext *c, GLParam *p)
void glopEndList(GLContext *c, GLParam *p)
void * gl_zalloc(int size)
GLSharedState shared_state
int current_op_buffer_index
GLParamBuffer * current_op_buffer
GLParamBuffer * first_op_buffer
GLParam ops[OP_BUFFER_MAX_SIZE]
struct GLParamBuffer * next
#define MAX_DISPLAY_LISTS
#define OP_BUFFER_MAX_SIZE