https://bugzilla.kernel.org/show_bug.cgi?id=15328





--- Comment #23 from Tobias Jakobi <liquid.a...@gmx.net>  2010-03-22 16:01:14 
---
I totally forgot about this one:

To summarize what _my_ problem was...
I found out that the slowdowns were only affecting 32bit application (which
includes everything pushed through wine) and also ut2003, which I used for
testing. ioquake3 was compiled for 64bit (and it wasn't affected).
I probably never had any direct HW-accelerated rendering for 32bit applications
in the first place, but I didn't notice this because the indirect rendering
(which was selected by default, don't ask me why) wasn't that slow. Now it was
either an update to mesa or the mesa gentoo ebuild that "fixed" a problem, so
that NOW the sw rasterizer was now loaded by default (I looked like that
loading of the 32bit swrast failed in the past, resulting in indirect GLX). Of
course this resulted in awfully slow rendering.

After creating custom libdrm and mesa libs in /usr/local/lib32/ and also doing
a check with 32bit glxinfo the whole rendering is now HW-accelerated, slowdowns
are gone for good :)

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to