[Mesa-dev] [PATCH 1/4] dri3: Clean up struct dri3_drawable

2013-12-13 Thread Kenneth Graunke
On 11/25/2013 09:35 PM, Keith Packard wrote: > Move the depth field up with width and height. > > Remove unused previous_time and frames fields. > > Signed-off-by: Keith Packard > --- > src/glx/dri3_priv.h | 6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/src/glx/dr

[PATCH 1/4] dri3: Clean up struct dri3_drawable

2013-11-25 Thread Keith Packard
Move the depth field up with width and height. Remove unused previous_time and frames fields. Signed-off-by: Keith Packard --- src/glx/dri3_priv.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/glx/dri3_priv.h b/src/glx/dri3_priv.h index 05f66cf..34c67a6 100644 ---