Mesa (gallium-screen-context): drm/radeon: more dead create_context wrapper removal

Keith Whitwell keithw at kemper.freedesktop.org
Thu Feb 4 16:42:57 UTC 2010


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

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

drm/radeon: more dead create_context wrapper removal

---

 .../drm/radeon/python/radeon_hardpipe_winsys.c     |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/gallium/winsys/drm/radeon/python/radeon_hardpipe_winsys.c b/src/gallium/winsys/drm/radeon/python/radeon_hardpipe_winsys.c
index c3ec24a..fc63081 100644
--- a/src/gallium/winsys/drm/radeon/python/radeon_hardpipe_winsys.c
+++ b/src/gallium/winsys/drm/radeon/python/radeon_hardpipe_winsys.c
@@ -124,17 +124,9 @@ error:
 }
 
 
-static struct pipe_context *
-radeon_hardpipe_context_create(struct pipe_screen *screen)
-{
-   /* FIXME: create a radon pipe_context from screen */
-
-   return NULL;
-}
 
 
 const struct st_winsys st_hardpipe_winsys = {
    &radeon_hardpipe_screen_create,
-   &radeon_hardpipe_context_create,
 };
 




More information about the mesa-commit mailing list