From 5a7f7085303c1337466e231f8fb12b9c4113f4ad Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Tue, 22 Sep 2009 17:49:53 -0400 Subject: st/xorg: keep the user buffer contents around Michel noticed that they were getting out of scope --- src/gallium/state_trackers/xorg/xorg_exa.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/xorg/xorg_exa.h') diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h index 43949b04a4..65ae5b308c 100644 --- a/src/gallium/state_trackers/xorg/xorg_exa.h +++ b/src/gallium/state_trackers/xorg/xorg_exa.h @@ -32,8 +32,11 @@ struct exa_context struct exa_pixmap_priv *src; struct exa_pixmap_priv *dst; } copy; -}; + /* we should combine these two */ + float vertices2[4][2][4]; + float vertices3[4][2][4]; +}; struct exa_pixmap_priv { -- cgit v1.2.3