summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsapountzis@gmail.com>2010-03-21 19:36:28 +0200
committerGeorge Sapountzis <gsapountzis@gmail.com>2010-03-21 19:36:28 +0200
commita0ce95576463cedb817ad3b262c82eb06eec9b9e (patch)
tree1bb79f9ab36e3caf9598d793637f33841acc45da /src/gallium
parent15c7fa460b93039a1676cc08a218101f92681190 (diff)
Revert "drm/sw: does not need sw_winsys"
This reverts commit 97a694e2211dc804090f282d8e096c028f29579f.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/winsys/drm/sw/sw_drm_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/winsys/drm/sw/sw_drm_api.c b/src/gallium/winsys/drm/sw/sw_drm_api.c
index 9c5933c73a..0fd2163913 100644
--- a/src/gallium/winsys/drm/sw/sw_drm_api.c
+++ b/src/gallium/winsys/drm/sw/sw_drm_api.c
@@ -40,6 +40,7 @@ struct sw_drm_api
{
struct drm_api base;
struct drm_api *api;
+ struct sw_winsys *sw;
};
static INLINE struct sw_drm_api *