[Mesa-dev] glxinfo and indirect contexts on nvidia driver

Fredrik Höglund fredrik at kde.org
Wed Feb 12 09:33:03 PST 2014


On Wednesday 12 February 2014, James Jones wrote:
> Hi Dave,
> 
> Adding { GLX_DRAWABLEL_TYPE, GLX_WINDOW_BIT } to the attrib list should 
> work, and would technically be more correct since glxinfo is creating a 
> window drawable.  32-bit float FBConfigs won't be able to render to X 
> drawables (at least on our driver), so they don't have associated visuals.

GLX_DRAWABLE_TYPE should default to GLX_WINDOW_BIT, but it currently
doesn't in Mesa's ChooseFBConfig implementation.

See the glx-choosefbconfig-defaults thread on the piglit list.

Fredrik



More information about the mesa-dev mailing list