http://bugs.freedesktop.org/show_bug.cgi?id=26103
--- Comment #3 from darkbasic <[email protected]> 2010-01-19 02:53:52 PST --- I added theese lines to the patch: diff --git a/src/mesa/main/version.h b/src/mesa/main/version.h index 4f92353..9c758ce 100644 --- a/src/mesa/main/version.h +++ b/src/mesa/main/version.h @@ -32,7 +32,7 @@ #define MESA_MAJOR 7 #define MESA_MINOR 8 #define MESA_PATCH 0 -#define MESA_VERSION_STRING "7.8-devel" +#define MESA_VERSION_STRING "7.81-devel" /* To make version comparison easy */ #define MESA_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) gentoo niko # glxinfo | grep 'OpenGL version string' OpenGL version string: 2.0 Mesa 7.81-devel I'm now 100% sure the silly patch doesn't work. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
