diff options
author | Keith Whitwell <[email protected]> | 2003-11-24 15:23:18 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2003-11-24 15:23:18 +0000 |
commit | ae0eaf93e092ac8e8b1c98f3e986de96940663fa (patch) | |
tree | 56aae7c4b985f657384df5e088227c4dd08130fb /src/mesa/main/state.c | |
parent | 57c9814b9e87924696df4c741861c29d4236d1eb (diff) |
Merge vtx-0-2-branch
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r-- | src/mesa/main/state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c index 24e7847a280..4c6f75a8811 100644 --- a/src/mesa/main/state.c +++ b/src/mesa/main/state.c @@ -144,7 +144,7 @@ _mesa_init_exec_table(struct _glapi_table *exec, GLuint tableSize) _mesa_init_no_op_table(exec, tableSize); #if _HAVE_FULL_GL - _mesa_loopback_init_api_table( exec, GL_TRUE ); + _mesa_loopback_init_api_table( exec ); #endif /* load the dispatch slots we understand */ |