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


Jon TURNEY <jon.tur...@dronecode.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jon.tur...@dronecode.org.uk




--- Comment #11 from Jon TURNEY <jon.tur...@dronecode.org.uk>  2009-10-08 
04:03:16 PST ---
(In reply to comment #10)
> Any comment on the patch?  IMO, the issue is a general one that can be seen on
> XQuartz and other non-DRI based X servers.

>From my experience working on a similar problem with the Cygwin/X DDX, I think
the real problem is that the config matching code expects to exactly match
bindToTexture and maxPbuffer with a value of -1 (don't care), hence if these
are actually set to report our capabilities, no configs remain after the
attempt find the common configs.

Your patch to fall back to indirect if we can't find any common configs makes
sense, but I don't actually think that should be happening.

(In reply to the bug title)

It's currently a policy in libGL to use swrast in preference to indirect,
unless forced, and swrast is direct (Comment #3)

It would be nice if for Xservers which can only do indirect acceleration, there
was a way to cause local clients to automatically use the indirect path, but
I'm not sure how that could be done cleanly.


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to