diff options
Diffstat (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h')
-rw-r--r-- | src/gallium/state_trackers/xorg/xorg_exa.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h index 47501f9affe..e8f7c9f66fc 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.h +++ b/src/gallium/state_trackers/xorg/xorg_exa.h @@ -35,14 +35,9 @@ struct exa_context } transform; struct { - boolean use_surface_copy; - struct exa_pixmap_priv *src; struct exa_pixmap_priv *dst; - - struct pipe_surface *dst_surface; - - struct pipe_resource *src_texture; + PixmapPtr tmp_pix; } copy; }; |