[Dri-devel] XF86DRIOpenFullScreen and friends

2003-06-06 Thread Ian Romanick
Since I seem to have launched into another round of GLX clean-up, I've added SGI_make_current_read to my hit list. There are a coupld of obvious libGL-to-driver interface changes that need to happen to support this. 1. Add 'GLXDrawable currentReadable' to the end of __GLXcontextRec. 2. Add

Re: [Dri-devel] XF86DRIOpenFullScreen and friends

2003-06-06 Thread Brian Paul
Ian Romanick wrote: Since I seem to have launched into another round of GLX clean-up, I've added SGI_make_current_read to my hit list. There are a coupld of obvious libGL-to-driver interface changes that need to happen to support this. 1. Add 'GLXDrawable currentReadable' to the end of

Re: [Dri-devel] XF86DRIOpenFullScreen and friends

2003-06-06 Thread Keith Whitwell
Brian Paul wrote: Ian Romanick wrote: Since I seem to have launched into another round of GLX clean-up, I've added SGI_make_current_read to my hit list. There are a coupld of obvious libGL-to-driver interface changes that need to happen to support this. 1. Add 'GLXDrawable currentReadable'

Re: [Dri-devel] XF86DRIOpenFullScreen and friends

2003-06-06 Thread Ian Romanick
Keith Whitwell wrote: Brian Paul wrote: Ian Romanick wrote: The question I have is about the interaction of driBindContext2 and driUnbindContext (both in lib/GL/dri/dri_util.c) with XF86DRIOpenFullScreen and XF86DRICloseFullScreen. It looks to me like this bit of protocol is only used when