diff options
author | Dave Airlie <airlied@redhat.com> | 2012-05-26 13:11:01 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-07 10:37:45 +0100 |
commit | 12905dfaf01088a00f4a0a78cffba03329e7b724 (patch) | |
tree | cdc23a5354e8484c6a36899f457838927c1132e2 /include/scrnintstr.h | |
parent | a7c01da54ab43f9d29333ccbd79dfc001f9dc5e3 (diff) |
dix/xf86: initial offload slave tracking (v1.1)
add the linked list and provider hooks.
v1.1: add another assert in the add path.
Reviewed-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/scrnintstr.h')
-rw-r--r-- | include/scrnintstr.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 5ef37ed9a..80601b9f2 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -507,6 +507,9 @@ typedef struct _Screen { StopPixmapTrackingProcPtr StopPixmapTracking; struct xorg_list pixmap_dirty_list; + struct xorg_list offload_slave_list; + struct xorg_list offload_head; + } ScreenRec; static inline RegionPtr |