Hi,

after updating and recompiling DRI direct rendering was not working. I
even tried make World to be sure. LIBGL_DEBUG=verbose glxgears shows
this problem:

libGL: XF86DRIGetClientDriverName: 4.0.1 radeon (screen 0)
libGL: OpenDriver: trying /usr/X11R6-DRI/lib/modules/dri/radeon_dri.so
libGL error: dlopen /usr/X11R6-DRI/lib/modules/dri/radeon_dri.so failed 
(/usr/X11R6-DRI/lib/modules/dri/radeon_dri.so: undefined symbol: NEED_SECONDARY_COLOR)
libGL error: unable to find driver: radeon_dri.so

NEED_SECONDARY_COLOR is a macro defined in mesa/main/context.h, but it
never gets included by radeon_state.c where it's used. Adding a line
'#include "context.h"' to radeon_state.h helps. I'm surprised that noone
else complained about this yet. Am I missing something or was this
problem introduced by a very recent commit?

Regards,
  Felix


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to