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





--- Comment #2 from Rafael Monica <monr...@gmail.com>  2009-12-19 19:52:21 PST 
---
On second thought, the radeonGenerateMipmap function isn't called at all. So
maybe it is a mesa bug?

When run normal:
------------------------------------
0x08067fe3      84            glGenerateMipmap(GL_TEXTURE_2D);
(gdb) si
0x00000000 in ?? ()


When forced to software renderer:
------------------------------------
0x08067fe3      84            glGenerateMipmap(GL_TEXTURE_2D);
(gdb) si
0xb7f1b290 in glGenerateMipmapEXT () from /usr/lib/libGL.so.1
(gdb) si
0xb7f1b296 in glGenerateMipmapEXT () from /usr/lib/libGL.so.1
(gdb) si
_mesa_GenerateMipmapEXT (target=3553) at main/fbobject.c:1944


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

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to