Mesa (gallium-screen-context): ws/gdi: remove dead context_create wrapper

Keith Whitwell keithw at kemper.freedesktop.org
Thu Feb 4 16:31:47 UTC 2010


Module: Mesa
Branch: gallium-screen-context
Commit: 132b55f4bec39386ac625f09aaa11f609664024c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=132b55f4bec39386ac625f09aaa11f609664024c

Author: Keith Whitwell <keithw at vmware.com>
Date:   Thu Feb  4 16:27:52 2010 +0000

ws/gdi: remove dead context_create wrapper

---

 src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c b/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
index 7d076be..87dd3fb 100644
--- a/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
+++ b/src/gallium/winsys/gdi/gdi_llvmpipe_winsys.c
@@ -216,11 +216,6 @@ no_winsys:
 }
 
 
-static struct pipe_context *
-gdi_llvmpipe_context_create(struct pipe_screen *screen)
-{
-   return llvmpipe_create(screen);
-}
 
 
 static void
@@ -243,7 +238,6 @@ gdi_llvmpipe_present(struct pipe_screen *screen,
 
 static const struct stw_winsys stw_winsys = {
    &gdi_llvmpipe_screen_create,
-   &gdi_llvmpipe_context_create,
    &gdi_llvmpipe_present,
    NULL, /* get_adapter_luid */
    NULL, /* shared_surface_open */




More information about the mesa-commit mailing list