Module: Mesa
Branch: master
Commit: 41a171b7148abbc5b3aeec61b8d6e5f38a146541
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=41a171b7148abbc5b3aeec61b8d6e5f38a146541

Author: Brian Paul <[email protected]>
Date:   Sat Sep 19 11:03:33 2009 -0600

windows: replace old TexCopy functions w/ new

---

 src/mesa/drivers/windows/gdi/mesa.def |   10 +++++-----
 src/mesa/drivers/windows/icd/mesa.def |   10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/mesa/drivers/windows/gdi/mesa.def 
b/src/mesa/drivers/windows/gdi/mesa.def
index bd3e5b2..c588c57 100644
--- a/src/mesa/drivers/windows/gdi/mesa.def
+++ b/src/mesa/drivers/windows/gdi/mesa.def
@@ -943,6 +943,11 @@ EXPORTS
        _mesa_update_framebuffer_visual
        _mesa_use_program
        _mesa_Viewport
+       _mesa_meta_CopyTexImage1D
+       _mesa_meta_CopyTexImage2D
+       _mesa_meta_CopyTexSubImage1D
+       _mesa_meta_CopyTexSubImage2D
+       _mesa_meta_CopyTexSubImage3D
        _mesa_wait_query
        _swrast_Accum
        _swrast_Bitmap
@@ -957,11 +962,6 @@ EXPORTS
        _swrast_CopyColorTable
        _swrast_CopyConvolutionFilter1D
        _swrast_CopyConvolutionFilter2D
-       _swrast_copy_teximage1d
-       _swrast_copy_teximage2d
-       _swrast_copy_texsubimage1d
-       _swrast_copy_texsubimage2d
-       _swrast_copy_texsubimage3d
        _swrast_CreateContext
        _swrast_DestroyContext
        _swrast_exec_fragment_program
diff --git a/src/mesa/drivers/windows/icd/mesa.def 
b/src/mesa/drivers/windows/icd/mesa.def
index 465b380..000dc9d 100644
--- a/src/mesa/drivers/windows/icd/mesa.def
+++ b/src/mesa/drivers/windows/icd/mesa.def
@@ -75,6 +75,11 @@ EXPORTS
        _mesa_strcmp
        _mesa_test_proxy_teximage
        _mesa_Viewport
+       _mesa_meta_CopyTexImage1D
+       _mesa_meta_CopyTexImage2D
+       _mesa_meta_CopyTexSubImage1D
+       _mesa_meta_CopyTexSubImage2D
+       _mesa_meta_CopyTexSubImage3D
        _swrast_Accum
        _swrast_Bitmap
        _swrast_CopyPixels
@@ -88,11 +93,6 @@ EXPORTS
        _swrast_CopyColorTable
        _swrast_CopyConvolutionFilter1D
        _swrast_CopyConvolutionFilter2D
-       _swrast_copy_teximage1d
-       _swrast_copy_teximage2d
-       _swrast_copy_texsubimage1d
-       _swrast_copy_texsubimage2d
-       _swrast_copy_texsubimage3d
        _swrast_CreateContext
        _swrast_DestroyContext
        _swrast_InvalidateState

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to