Mesa (master): drm/sw: does not need sw_winsys

George Sapountzis gsap7 at kemper.freedesktop.org
Sun Mar 21 11:24:20 UTC 2010


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

Author: George Sapountzis <gsapountzis at gmail.com>
Date:   Fri Mar 19 02:38:11 2010 +0200

drm/sw: does not need sw_winsys

---

 src/gallium/winsys/drm/sw/sw_drm_api.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/drm/sw/sw_drm_api.c b/src/gallium/winsys/drm/sw/sw_drm_api.c
index 0fd2163..9c5933c 100644
--- a/src/gallium/winsys/drm/sw/sw_drm_api.c
+++ b/src/gallium/winsys/drm/sw/sw_drm_api.c
@@ -40,7 +40,6 @@ struct sw_drm_api
 {
    struct drm_api base;
    struct drm_api *api;
-   struct sw_winsys *sw;
 };
 
 static INLINE struct sw_drm_api *




More information about the mesa-commit mailing list