Is there any reason TLS for glX is disabled by default? Most systems
support TLS these days, do they not? Further, I'm not sure if this is
shared but my opinion is that the default configurations should cater
to the common case.
-tom
From dd4f53ad4aa0001e0bf0837fca2915bbc066f1ef Mon Sep 17 00:00:00 2001
From: Tom Fogal <tfo...@alumni.unh.edu>
Date: Sat, 7 Nov 2009 12:48:01 -0700
Subject: [PATCH] Enable glX TLS by default.
Not actually sure the patch itself is right; is the @<:@ stuff
some sort of markup? Or escapes of some kind? Or.. ?
---
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index cc588d5..9a5875e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -638,10 +638,10 @@ dnl
dnl More DRI setup
dnl
AC_ARG_ENABLE([glx-tls],
- [AS_HELP_STRING([--enable-glx-tls],
- [enable TLS support in GLX @<:@default=disabled@:>@])],
+ [AS_HELP_STRING([--disable-glx-tls],
+ [disable TLS support in GLX @<:@default=enabled@:>@])],
[GLX_USE_TLS="$enableval"],
- [GLX_USE_TLS=no])
+ [GLX_USE_TLS=yes])
dnl Directory for DRI drivers
AC_ARG_WITH([dri-driverdir],
[AS_HELP_STRING([--with-dri-driverdir=DIR],
--
1.6.3.3
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev