summaryrefslogtreecommitdiff
path: root/src/mesa/glapi/mesadef.py
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-19 16:36:15 -0600
committerBrian Paul <brianp@vmware.com>2009-09-19 16:43:17 -0600
commit32e4b6c6073b71cac195ca011c4a0eaad8b0851c (patch)
tree270dbc71629c1ad6c0e61e08f415755ec2fe5f1d /src/mesa/glapi/mesadef.py
parentbc1c8d4af768be12ae96bc080e7e52b0c4cbfbdb (diff)
windows: replace old ColorTable, Convolution functions with new
Diffstat (limited to 'src/mesa/glapi/mesadef.py')
-rw-r--r--src/mesa/glapi/mesadef.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/glapi/mesadef.py b/src/mesa/glapi/mesadef.py
index 92d956761b..342c9cde46 100644
--- a/src/mesa/glapi/mesadef.py
+++ b/src/mesa/glapi/mesadef.py
@@ -155,6 +155,10 @@ def PrintTail():
print '\t_mesa_strcmp'
print '\t_mesa_test_proxy_teximage'
print '\t_mesa_Viewport'
+ print '\t_mesa_meta_CopyColorSubTable'
+ print '\t_mesa_meta_CopyColorTable'
+ print '\t_mesa_meta_CopyConvolutionFilter1D'
+ print '\t_mesa_meta_CopyConvolutionFilter2D'
print '\t_mesa_meta_CopyTexImage1D'
print '\t_mesa_meta_CopyTexImage2D'
print '\t_mesa_meta_CopyTexSubImage1D'
@@ -169,10 +173,6 @@ def PrintTail():
print '\t_swrast_Clear'
print '\t_swrast_choose_line'
print '\t_swrast_choose_triangle'
- print '\t_swrast_CopyColorSubTable'
- print '\t_swrast_CopyColorTable'
- print '\t_swrast_CopyConvolutionFilter1D'
- print '\t_swrast_CopyConvolutionFilter2D'
print '\t_swrast_CreateContext'
print '\t_swrast_DestroyContext'
print '\t_swrast_InvalidateState'