Re: [Mesa-dev] patch: fix glxusexfont

2014-06-23 Thread Brian Paul
On 06/22/2014 10:57 AM, Daniel Manjarres wrote: Author: Daniel Manjarres Date: Sun Jun 22 09:47:58 2014 -0700 glx: Fix glxUseXFont for glxWindow and glxPixmaps The current implementation of glxUseXFont requires creating a temporary pixmap and graphics context, which requires a

[Mesa-dev] patch: fix glxusexfont

2014-06-22 Thread Daniel Manjarres
Author: Daniel Manjarres Date: Sun Jun 22 09:47:58 2014 -0700 glx: Fix glxUseXFont for glxWindow and glxPixmaps The current implementation of glxUseXFont requires creating a temporary pixmap and graphics context, which requires a real old-school X11 Window, not a glxDrawable.