http://bugs.freedesktop.org/show_bug.cgi?id=18161
--- Comment #6 from Kristian Høgsberg <[EMAIL PROTECTED]> 2008-12-08 07:49:55 PST --- Dan, the patch looks fine to me. It shouldn't be too hard to make dri_interface.h usable without drm.h, it's probably a matter of #ifdef'ing the extensions that require drm types, conditional on drm.h having been included. Alternatively, and probably cleaner, we shold split out the driswrast interfaces into a new dri_swrast.h header file. It will still need to share the __DRIextension struct with the current dri_interface.h, but maybe that could be pulled out into dri_extension.h. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
