summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/state.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 05:05:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-11-27 05:05:32 +0000
commit21f6978c532eae50d9daefd481b5ab936225fd27 (patch)
treedf8cd2c22fb8d5e94c61126e4892eda37782de64 /src/mesa/main/state.h
parent13435525c4899265a19662ce78c158ae0698abb6 (diff)
downloadexternal_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.zip
external_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.tar.gz
external_mesa3d-21f6978c532eae50d9daefd481b5ab936225fd27.tar.bz2
clean up code related to dispatch table initialization
Diffstat (limited to 'src/mesa/main/state.h')
-rw-r--r--src/mesa/main/state.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mesa/main/state.h b/src/mesa/main/state.h
index fe577a8..58cfcc4 100644
--- a/src/mesa/main/state.h
+++ b/src/mesa/main/state.h
@@ -5,9 +5,9 @@
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * Version: 6.3
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -34,10 +34,7 @@
#include "mtypes.h"
extern void
-_mesa_init_no_op_table(struct _glapi_table *exec, GLuint tableSize);
-
-extern void
-_mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize);
+_mesa_init_exec_table(struct _glapi_table *exec);
extern void
_mesa_update_state( GLcontext *ctx );