http://bugs.freedesktop.org/show_bug.cgi?id=16627





--- Comment #2 from George - <[EMAIL PROTECTED]>  2008-07-07 08:32:35 PST ---
The commit above is just code movement and should be harmless. The problem
probably is with the xserver loading dri/swrast.

The segfault is in the dri-config to glx-visual conversion. glcore used to have
ad-hoc logic in the xserver for generating the glx visuals. dri/swrast properly
generates dri-configs driver-side which get converted to glx-visuals.

My guess is that the problem is with __GLcontectModes having GLboolean fields
which we try to access as (unsigned int). Either change GLboolean to GLint in
glcore.h or add padding for GLboolean fields to (unsigned int), to check if it
works.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to