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

Author: Brian Paul <[email protected]>
Date:   Sat Sep 19 16:41:37 2009 -0600

swrast: remove prototypes for obsolete functions

---

 src/mesa/swrast/swrast.h |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index 3a352a2..c183b31 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -207,27 +207,6 @@ extern void
 _swrast_print_vertex( GLcontext *ctx, const SWvertex *v );
 
 
-/*
- * Imaging fallbacks (a better solution should be found, perhaps
- * moving all the imaging fallback code to a new module) 
- */
-extern void
-_swrast_CopyConvolutionFilter2D(GLcontext *ctx, GLenum target, 
-                               GLenum internalFormat, 
-                               GLint x, GLint y, GLsizei width, 
-                               GLsizei height);
-extern void
-_swrast_CopyConvolutionFilter1D(GLcontext *ctx, GLenum target, 
-                               GLenum internalFormat, 
-                               GLint x, GLint y, GLsizei width);
-extern void
-_swrast_CopyColorSubTable( GLcontext *ctx,GLenum target, GLsizei start,
-                          GLint x, GLint y, GLsizei width);
-extern void
-_swrast_CopyColorTable( GLcontext *ctx, 
-                       GLenum target, GLenum internalformat,
-                       GLint x, GLint y, GLsizei width);
-
 
 extern void
 _swrast_eject_texture_images(GLcontext *ctx);

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

Reply via email to