softpipe: remove no-op softpipe_init_texture_funcs() function
authorBrian Paul <brianp@vmware.com>
Thu, 10 Sep 2009 22:51:52 +0000 (16:51 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 10 Sep 2009 22:51:52 +0000 (16:51 -0600)
src/gallium/drivers/softpipe/sp_context.c
src/gallium/drivers/softpipe/sp_texture.c
src/gallium/drivers/softpipe/sp_texture.h

index 57ef5213d7de8abca5e867ba739f17c8a1042813..c699c433e9c2fb7ded72111baeeeb53aed85480d 100644 (file)
@@ -236,7 +236,6 @@ softpipe_create( struct pipe_screen *screen )
    softpipe->pipe.is_buffer_referenced = softpipe_is_buffer_referenced;
 
    softpipe_init_query_funcs( softpipe );
-   softpipe_init_texture_funcs( softpipe );
 
    /*
     * Alloc caches for accessing drawing surfaces and textures.
index 1a9646147b86a4085534d0801078975a1c1d776f..548e40c4a8cb78cb7a3a9a1bc8cf1a9de87ff7f7 100644 (file)
@@ -371,12 +371,6 @@ softpipe_transfer_unmap(struct pipe_screen *screen,
 }
 
 
-void
-softpipe_init_texture_funcs(struct softpipe_context *sp)
-{
-}
-
-
 void
 softpipe_init_screen_texture_funcs(struct pipe_screen *screen)
 {
index 893aa7d11d81e3fa8d6d014a5bf8cd4b9ce8434f..b1b6130b22c9ea2ca8e4c34e10aacab2a4562ff7 100644 (file)
@@ -73,9 +73,6 @@ softpipe_transfer(struct pipe_transfer *pt)
 }
 
 
-extern void
-softpipe_init_texture_funcs( struct softpipe_context *softpipe );
-
 extern void
 softpipe_init_screen_texture_funcs(struct pipe_screen *screen);