diff options
author | Brian Paul <[email protected]> | 2002-03-12 21:55:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-03-12 21:55:50 +0000 |
commit | 1d01794e6efa2a366057412f24f82504cc3c2d87 (patch) | |
tree | d0050d20694e4461f3ad637bbc191c50caa46358 /src/mesa/drivers/x11/xmesaP.h | |
parent | 5033f21d05eb266c7c4edfdee8d133b0d6a8739e (diff) |
Removed the xm_context field from XMesaBuffer. It was preventing N threads
from rendering into one window in parallel and wasn't really needed anyway.
Diffstat (limited to 'src/mesa/drivers/x11/xmesaP.h')
-rw-r--r-- | src/mesa/drivers/x11/xmesaP.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xmesaP.h b/src/mesa/drivers/x11/xmesaP.h index d0755701fdd..409ea225678 100644 --- a/src/mesa/drivers/x11/xmesaP.h +++ b/src/mesa/drivers/x11/xmesaP.h @@ -1,4 +1,4 @@ -/* $Id: xmesaP.h,v 1.25 2002/02/15 19:15:33 brianp Exp $ */ +/* $Id: xmesaP.h,v 1.26 2002/03/12 21:55:50 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -144,7 +144,6 @@ struct xmesa_buffer { GLboolean wasCurrent; /* was ever the current buffer? */ XMesaVisual xm_visual; /* the X/Mesa visual */ - XMesaContext xm_context; /* the context associated with this buffer */ XMesaDisplay *display; GLboolean pixmap_flag; /* is the buffer a Pixmap? */ GLboolean pbuffer_flag; /* is the buffer a Pbuffer? */ |