summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/mesadef.py
diff options
context:
space:
mode:
authorDaniel Borca <dborca@users.sourceforge.net>2004-05-10 07:42:26 +0000
committerDaniel Borca <dborca@users.sourceforge.net>2004-05-10 07:42:26 +0000
commit39fe9a7fe38081d6f40c4bf388a132c583330912 (patch)
treed758eb50d57c882b1f1759a86a0c952eadec88c2 /src/mesa/glapi/mesadef.py
parent1cbee9c159384e210e7dbbe0f5acd9d78cf4ce23 (diff)
fixed bugs in fxddtex.c
cleaned up win32 definition files
Diffstat (limited to 'src/mesa/glapi/mesadef.py')
-rw-r--r--src/mesa/glapi/mesadef.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/glapi/mesadef.py b/src/mesa/glapi/mesadef.py
index 09fc82f531..7aa2776ca4 100644
--- a/src/mesa/glapi/mesadef.py
+++ b/src/mesa/glapi/mesadef.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# $Id: mesadef.py,v 1.1 2004/01/14 17:45:24 kschultz Exp $
+# $Id: mesadef.py,v 1.2 2004/05/10 07:42:27 dborca Exp $
# Mesa 3-D graphics library
# Version: 4.1
@@ -110,7 +110,6 @@ def PrintTail():
print '\t_ac_InvalidateState'
print '\t_glapi_get_context'
print '\t_glapi_get_proc_address'
- print '\t_mesa_base_compressed_texformat'
print '\t_mesa_buffer_data'
print '\t_mesa_buffer_map'
print '\t_mesa_buffer_subdata'