diff options
author | Brian Paul <brianp@vmware.com> | 2009-09-19 11:03:33 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-09-19 11:03:33 -0600 |
commit | 41a171b7148abbc5b3aeec61b8d6e5f38a146541 (patch) | |
tree | 3df80981b297896c9b81fdf22f6fe86d7fc008ad /src/mesa/drivers/windows/icd | |
parent | e2e0735e0e3d8ffe560ae9a9176c9aaf0a7e27a5 (diff) |
windows: replace old TexCopy functions w/ new
Diffstat (limited to 'src/mesa/drivers/windows/icd')
-rw-r--r-- | src/mesa/drivers/windows/icd/mesa.def | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/drivers/windows/icd/mesa.def b/src/mesa/drivers/windows/icd/mesa.def index 465b380a0c..000dc9d983 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 |