Mesa (master): mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 21 15:12:10 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Jul 19 20:03:05 2011 -0600

mesa: remove unused dd_function_table::CopyTexImage1D/2D() hooks

---

 src/mesa/main/dd.h |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index e1ae30f..e0c5844 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -290,24 +290,6 @@ struct dd_function_table {
                         struct gl_texture_image *texImage );
 
    /**
-    * Called by glCopyTexImage1D().
-    * 
-    * Drivers should use a fallback routine from texstore.c if needed.
-    */
-   void (*CopyTexImage1D)( struct gl_context *ctx, GLenum target, GLint level,
-                           GLenum internalFormat, GLint x, GLint y,
-                           GLsizei width, GLint border );
-
-   /**
-    * Called by glCopyTexImage2D().
-    * 
-    * Drivers should use a fallback routine from texstore.c if needed.
-    */
-   void (*CopyTexImage2D)( struct gl_context *ctx, GLenum target, GLint level,
-                           GLenum internalFormat, GLint x, GLint y,
-                           GLsizei width, GLsizei height, GLint border );
-
-   /**
     * Called by glCopyTexSubImage1D().
     * 
     * Drivers should use a fallback routine from texstore.c if needed.




More information about the mesa-commit mailing list