[Mesa-dev] [Bug 31569] [r300g] SIGSEGV src/mesa/main/api_loopback.c:1470
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Nov 21 13:54:19 PST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31569
Vinson Lee <vlee at vmware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Vinson Lee <vlee at vmware.com> 2010-11-21 13:54:19 PST ---
commit bb045d339b53f7ddd42bfca363e3d589b0ddcf20
Author: Chia-I Wu <olv at lunarg.com>
Date: Sat Nov 20 17:47:11 2010 -0800
scons: Define IN_DRI_DRIVER.
The define is required for DRI drivers. It is not needed for
libgl-xlib, but the overhead it introduces should be minor.
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 5fe5d39..08d731d 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -19,6 +19,10 @@ if env['platform'] == 'windows':
'WIN32_THREADS', # use Win32 thread API
])
env.Prepend(CPPPATH = ['#src/talloc'])
+else:
+ env.Append(CPPDEFINES = [
+ 'IN_DRI_DRIVER', # enable the remap table (for DRI drivers)
+ ])
#
# Source files
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list