Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-04 Thread Dan Nicholson
On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace c...@chad-versace.us wrote: This is the first step in porting libGLES* and libEGL to Android. The makefile doesn't build anything yet; it just defines common variables. The values for MESA_COMMON_C_FLAGS and MESA_COMMON_CPP_FLAGS, I obtained by

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-05 Thread Dan Nicholson
On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace c...@chad-versace.us wrote: On 08/04/2011 04:17 PM, Jose Fonseca wrote: - Original Message - On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace c...@chad-versace.us wrote: This is the first step in porting libGLES* and libEGL to Android. The

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Dan Nicholson
On Fri, Aug 5, 2011 at 6:45 AM, Brian Paul brian.e.p...@gmail.com wrote: On Thu, Aug 4, 2011 at 4:26 PM, Kenneth Graunke kenn...@whitecape.org wrote: Hey, I'd like to remove libGLw from the main Mesa repository.  It never changes, and almost noone uses it...because GL and Motif is awesome,

Re: [Mesa-dev] Removing GLw from the main Mesa repository

2011-08-05 Thread Dan Nicholson
On Fri, Aug 5, 2011 at 7:25 AM, Benjamin Franzke benjaminfran...@googlemail.com wrote: There is nothing compiled since GLW_SOURCES is not substituted by configure: Makefile.am:29  libGLw_la_SOURCES = $(GLW_SOURCES) This would need AC_SUBST([GLW_SOURCES]) in configure.ac, but thats not

Re: [Mesa-dev] [RFC PATCH] automake: add support to src/glsl/

2011-09-30 Thread Dan Nicholson
Hi Matt, On Sat, Sep 24, 2011 at 6:06 PM, Matt Turner matts...@gmail.com wrote: Signed-off-by: Matt Turner matts...@gmail.com --- The last discussion about using automake ([RFC] Convert mesa to automake/libtool) ended without anything happening, probably because the branch wasn't ready.

Re: [Mesa-dev] [RFC PATCH] automake: add support to src/glsl/

2011-09-30 Thread Dan Nicholson
On Sat, Sep 24, 2011 at 6:06 PM, Matt Turner matts...@gmail.com wrote: Signed-off-by: Matt Turner matts...@gmail.com --- The last discussion about using automake ([RFC] Convert mesa to automake/libtool) ended without anything happening, probably because the branch wasn't ready. This patch

Re: [Mesa-dev] [RFC PATCH] automake: add support to src/glsl/

2011-09-30 Thread Dan Nicholson
On Sun, Sep 25, 2011 at 12:06 PM, Gaetan Nadon mems...@videotron.ca wrote: On Sat, 2011-09-24 at 21:06 -0400, Matt Turner wrote: The patch has a few problems currently, and a few things that can possibly be done better: - Mainly, that building libmesa.a currently fails. -

Re: [Mesa-dev] [PATCH] Add an autoconf option for mangling Mesa.

2011-10-14 Thread Dan Nicholson
Sorry, life's extremely busy for me. Looks good at a glance. I didn't check if GL is hardcoded in spots where $(GL_LIB) should be used or anything like that, though. Reviewed-by: Dan Nicholson dbn.li...@gmail.com On Oct 12, 2011 1:30 PM, tom fogal tfo...@sci.utah.edu wrote: *ping* any review

Re: [Mesa-dev] [PATCH] configure.ac: Disable GLX if OpenGL is not enabled

2013-01-31 Thread Dan Nicholson
exist back when these checks were written. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] No more make clean!

2012-05-25 Thread Dan Nicholson
On May 25, 2012 7:23 AM, Brian Paul bri...@vmware.com wrote: On 05/24/2012 05:45 PM, Eric Anholt wrote: It still has the flaw that changes to source lists and Makefile.ams don't rebuild Makefile as often as they should. This is because our top-level Makefile isn't in automake, and has just

Re: [Mesa-dev] [PATCH] automake: Honor (GL|GLU|OSMESA)_LIB from environment

2012-06-01 Thread Dan Nicholson
On Jun 1, 2012 12:13 PM, Brad King brad.k...@kitware.com wrote: Teach 'configure' to read the default GL_LIB, GLU_LIB, and OSMESA_LIB values from the environment. This allows one to mangle the library names (without also mangling the symbol names) to make them distinct from other GL

Re: [Mesa-dev] [PATCH] automake: Honor (GL|GLU|OSMESA)_LIB from environment

2012-06-05 Thread Dan Nicholson
On 6/4/12, Brad King brad.k...@kitware.com wrote: On 06/01/2012 05:49 PM, Dan Nicholson wrote: +AC_ARG_VAR([GL_LIB],[name of GL library @:@default=GL@:@]) +AC_ARG_VAR([GLU_LIB],[name of GLU library @:@default=GLU@:@]) +AC_ARG_VAR([OSMESA_LIB],[name of OSMesa library @:@default=OSMesa

Re: [Mesa-dev] Mesa (master): automake: Add a prefix variable for libglsl sources.

2012-06-12 Thread Dan Nicholson
On 6/11/12, Eric Anholt e...@anholt.net wrote: On Mon, 11 Jun 2012 10:02:34 -0700 (PDT), Jose Fonseca jfons...@vmware.com wrote: This breaks the SCons build, which parses src/glsl/Makefile.sources, and can't understand $(GLSL_SRCDIR)/ as it only supports a simple subset of Make syntax. Is

Re: [Mesa-dev] [PATCH] Mesa: Fix a race in the build

2012-06-13 Thread Dan Nicholson
On Tue, Jun 12, 2012 at 3:52 PM, Mike Frysinger vap...@chromium.org wrote: On Tue, Jun 12, 2012 at 6:47 PM, Dan Nicholson dbn.li...@gmail.com wrote: On 6/12/12, Stéphane Marchesin marc...@chromium.org wrote: From: Mike Frysinger vap...@chromium.org The intent of the message above

Re: [Mesa-dev] [PATCH] Mesa: Fix a race in the build

2012-06-13 Thread Dan Nicholson
On 6/13/12, Mike Frysinger vap...@chromium.org wrote: On Wed, Jun 13, 2012 at 8:13 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Tue, Jun 12, 2012 at 3:52 PM, Mike Frysinger vap...@chromium.org wrote: On Tue, Jun 12, 2012 at 6:47 PM, Dan Nicholson dbn.li...@gmail.com wrote: On 6/12/12

Re: [Mesa-dev] [PATCH 01/19] automake: Don't warn on gmake portability issues.

2012-06-13 Thread Dan Nicholson
]) AC_CONFIG_AUX_DIR([bin]) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE([foreign -Wall]) +AM_INIT_AUTOMAKE([foreign]) dnl http://people.gnome.org/~walters/docs/build-api.txt dnl We don't support srcdir != builddir. Reviewed-by: Dan Nicholson dbn.li...@gmail.com Like I was saying yesterday

Re: [Mesa-dev] automake continued

2012-06-13 Thread Dan Nicholson
On 6/13/12, Eric Anholt e...@anholt.net wrote: Here's a bunch more automake. We're at the point that an enterprising person could potentially convert libmesa.a if they figure out how to work that into the gallium build. I also haven't converted osmesa, because I didn't think I knew of any

Re: [Mesa-dev] [PATCH] automake: convert libOSmesa building

2012-06-23 Thread Dan Nicholson
On Jun 23, 2012 7:47 AM, Laurent Carlier lordhea...@gmail.com wrote: This also currently fix the installation of libOSmesa. --- configure.ac | 1 + src/mesa/drivers/osmesa/Makefile | 51 src/mesa/drivers/osmesa/Makefile.am |

Re: [Mesa-dev] [PATCH] automake: Honor GL_LIB for mangled/custom lib names

2012-07-11 Thread Dan Nicholson
! Here is a patch. Looks good to me. I wonder if the HAVE_MANGLED_GL conditional can be dropped at this point? Anyway, Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org

Re: [Mesa-dev] [PATCHv2] automake: Honor GL_LIB for mangled/custom lib names

2012-07-23 Thread Dan Nicholson
/2012 04:05 PM, Dan Nicholson wrote: Looks good to me. I wonder if the HAVE_MANGLED_GL conditional can be dropped at this point? Anyway, Reviewed-by: Dan Nicholson dbn.li...@gmail.com Additional changes have been made on master which conflict with the previous patch, so here

Re: [Mesa-dev] [PATCH] build: fix --without-glut

2012-11-14 Thread Dan Nicholson
On Nov 13, 2012 11:09 PM, Ross Burton ross.bur...@intel.com wrote: The argument --without-glut is transformed to --with-glut=no, which the logic wasn't handling at all so --without-glut didn't work. Rewrite the logic to handle the case where the value passed to --with-glut is no.

Re: [Mesa-dev] [PATCH] configure.ac: Disable compiler optimizations when --enable-debug is set

2012-12-12 Thread Dan Nicholson
On Dec 12, 2012 8:30 AM, Emil Velikov emil.l.veli...@gmail.com wrote: Signed-off-by: Emil Velikov emil.l.veli...@gmail.com Looks good. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http

Re: [Mesa-dev] [PATCH] scons: Use X11 modules if X11 is available.

2012-12-15 Thread Dan Nicholson
On Sat, Dec 15, 2012 at 5:34 PM, Vinson Lee v...@freedesktop.org wrote: This patch fixes these build errors. glxinit.c:18:25: error: GL/glxproto.h: No such file or directory glxinit.c:19:26: error: GL/glxtokens.h: No such file or directory Signed-off-by: Vinson Lee v...@freedesktop.org ---

Re: [Mesa-dev] [PATCH] configure.ac: Save user {C, CXX}FLAGS and append them at end.

2012-12-22 Thread Dan Nicholson
On Sat, Dec 22, 2012 at 10:47 AM, Johannes Obermayr johannesoberm...@gmx.de wrote: Am Samstag, 22. Dezember 2012, 09:21:33 schrieb Matt Turner: On Sat, Dec 22, 2012 at 9:16 AM, Johannes Obermayr johannesoberm...@gmx.de wrote: This way the user has the privilege of last decision and so the

Re: [Mesa-dev] [PATCH] configure.ac: Save user {C, CXX}FLAGS and append them at end.

2012-12-31 Thread Dan Nicholson
On Sun, Dec 23, 2012 at 3:41 AM, Johannes Obermayr johannesoberm...@gmx.de wrote: Am Samstag, 22. Dezember 2012, 16:34:48 schrieben Sie: On Sat, Dec 22, 2012 at 10:47 AM, Johannes Obermayr johannesoberm...@gmx.de wrote: Am Samstag, 22. Dezember 2012, 09:21:33 schrieb Matt Turner: On Sat,

Re: [Mesa-dev] [PATCH] configure.ac: Save user {C, CXX}FLAGS and append them at end.

2013-01-07 Thread Dan Nicholson
On Mon, Dec 31, 2012 at 6:03 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Sun, Dec 23, 2012 at 3:41 AM, Johannes Obermayr johannesoberm...@gmx.de wrote: Am Samstag, 22. Dezember 2012, 16:34:48 schrieben Sie: On Sat, Dec 22, 2012 at 10:47 AM, Johannes Obermayr johannesoberm...@gmx.de wrote

[Mesa-dev] [PATCH 1/2] configure: Keep track of user compiler/linker flags, but don't restore

2013-01-07 Thread Dan Nicholson
settings. Signed-off-by: Dan Nicholson dbn.li...@gmail.com --- configure.ac | 21 + 1 files changed, 9 insertions(+), 12 deletions(-) diff --git a/configure.ac b/configure.ac index 1414ce8..eebfef8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,15 @@ dnl http

[Mesa-dev] [PATCH 2/2] configure: Don't override compiler optimization settings when debugging

2013-01-07 Thread Dan Nicholson
-by: Dan Nicholson dbn.li...@gmail.com --- configure.ac | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index eebfef8..bfe551f 100644 --- a/configure.ac +++ b/configure.ac @@ -345,18 +345,20 @@ AC_ARG_ENABLE([debug], ) if test x$enable_debug

Re: [Mesa-dev] glxinfo proposed change

2013-01-07 Thread Dan Nicholson
On Mon, Jan 7, 2013 at 5:06 AM, Jorge Ramirez Ortiz, HCL Europe jorge.ramirez-or...@hcl.com wrote: Hi all, Does this patch make sense? glVersion can be NULL and not having the changes below could cause a SIGSEGV [jramirez@calypso-2 mesa-demos.git (tmp *)]$ git diff src/xdemos/glxinfo.c

Re: [Mesa-dev] cant compile with llvmpipe enabled

2010-05-03 Thread Dan Nicholson
On Mon, May 3, 2010 at 3:52 AM, yaiba.kurog...@interia.pl wrote: Hey. I get following error when try to compile mesa-git with --enable-gallium-llvm. g++ -Wl,--hash-style=gnu -Wl,--as-needed -L/usr/lib/llvm  -lpthread -lffi -ldl -lm  lp_test_format.o lp_test_main.o -o lp_test_format

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Dan Nicholson
On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs hob...@ohiou.edu wrote: All I really want is Mesa with OSMesa from the development repository as the reference library for my VTK and ParaView nightly test builds. ./configure --with-driver=xlib ? That will link libOSMesa to libGL, but that's

Re: [Mesa-dev] Build failure since May 6

2010-05-10 Thread Dan Nicholson
On Mon, May 10, 2010 at 11:17 AM, tom fogal tfo...@alumni.unh.edu wrote: Dan Nicholson dbn.li...@gmail.com writes: On Mon, May 10, 2010 at 10:08 AM, Kevin H. Hobbs hob...@ohiou.edu wrote: All I really want is Mesa with OSMesa from the development repository as the reference library for my

Re: [Mesa-dev] [Mesa3d-dev] Separate demos repository

2010-06-04 Thread Dan Nicholson
2010/6/4 Kristian Høgsberg k...@bitplanet.net: On Fri, Jun 4, 2010 at 7:13 AM, Keith Whitwell kei...@vmware.com wrote: ... checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether gcc and cc understand -c and

Re: [Mesa-dev] RFC: Drop glew from mesa

2010-06-08 Thread Dan Nicholson
On Tue, Jun 8, 2010 at 3:07 AM, José Fonseca jfons...@vmware.com wrote: On Mon, 2010-06-07 at 07:36 -0700, Brian Paul wrote: Jakob Bornecrantz wrote: On Sat, Jun 5, 2010 at 6:03 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: Since we don't have any progs in mesa that uses glew anymore

Re: [Mesa-dev] RFC: Drop glew from mesa

2010-06-08 Thread Dan Nicholson
On Tue, Jun 8, 2010 at 5:26 PM, Jakob Bornecrantz wallbra...@gmail.com wrote: On Tue, Jun 8, 2010 at 3:51 PM, Brian Paul bri...@vmware.com wrote: Dan Nicholson wrote: On Tue, Jun 8, 2010 at 3:07 AM, José Fonseca jfons...@vmware.com wrote: On Mon, 2010-06-07 at 07:36 -0700, Brian Paul wrote

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-15 Thread Dan Nicholson
On Tue, Jun 15, 2010 at 3:32 PM, tom fogal tfo...@alumni.unh.edu wrote: Dan Nicholson dbn.li...@gmail.com writes: On Tue, Jun 15, 2010 at 12:55 PM, tom fogal tfo...@alumni.unh.edu wrote: Ian Romanick i...@freedesktop.org writes: If there are no objections, I will clean up the release notes

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Tue, Jun 15, 2010 at 4:26 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Tue, Jun 15, 2010 at 3:32 PM, tom fogal tfo...@alumni.unh.edu wrote: Dan Nicholson dbn.li...@gmail.com writes: On Tue, Jun 15, 2010 at 12:55 PM, tom fogal tfo...@alumni.unh.edu wrote: Ian Romanick i

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Wed, Jun 16, 2010 at 9:55 AM, tom fogal tfo...@alumni.unh.edu wrote: Dan Nicholson dbn.li...@gmail.com writes: On Tue, Jun 15, 2010 at 4:26 PM, Dan Nicholson dbn.li...@gmail.com wrote: I have a patch I was working on but haven't tested. I'll try to wrap it up tonight and shoot it over

Re: [Mesa-dev] Mesa 7.8.2 release?

2010-06-16 Thread Dan Nicholson
On Wed, Jun 16, 2010 at 4:20 PM, Jeremy Huddleston jerem...@freedesktop.org wrote: Hey Tom, What version of OSX do you have?  I hadn't pulled changes into my tree (http://cgit.freedesktop.org/~jeremyhu/mesa/log/?h=7.8) since the beginning of May, but I'm building that version just fine on

Re: [Mesa-dev] Mesa demos release version number

2010-06-18 Thread Dan Nicholson
On Fri, Jun 18, 2010 at 9:00 AM, Jerome Glisse gli...@freedesktop.org wrote: Hi, Some distribution (like Fedora) are thinking about making new package for mesa demos but so far there is no release for it. Another issue is the versioning of mesa demos, i expect that mesa demos will be more

Re: [Mesa-dev] VTK Offscreen Segfaults

2010-08-11 Thread Dan Nicholson
On Fri, Aug 6, 2010 at 2:20 PM, tom fogal tfo...@sci.utah.edu wrote: Kevin H. Hobbs hob...@ohiou.edu writes: On 08/06/2010 03:15 PM, tom fogal wrote: If you could build VTK with just a single GL library -- i.e. with just libOSMesa or just libGL, but not both -- and could reproduce the

Re: [Mesa-dev] Mesa symbol visibility

2010-08-12 Thread Dan Nicholson
On Thu, Aug 12, 2010 at 2:07 AM, Kevin H. Hobbs hob...@ohiou.edu wrote: On 08/11/2010 05:18 PM, tom fogal wrote: Right. This is exactly why Mesa's name mangling exists. You mean you haven't been mangling this whole time?  I guess I haven't been reading these mails closely enough. -tom It

Re: [Mesa-dev] cflags mess with llvm builds

2010-09-26 Thread Dan Nicholson
On Sat, Sep 25, 2010 at 12:24 PM, Xavier Chantry chantry.xav...@gmail.com wrote: On Fri, Sep 24, 2010 at 11:36 PM, Xavier Chantry chantry.xav...@gmail.com wrote: On Fri, Sep 24, 2010 at 3:15 PM, Luca Barbieri l...@luca-barbieri.com wrote: Yes, that used to happen for me too. Just edit

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Dan Nicholson
On Tue, Oct 19, 2010 at 5:24 AM, Julien Cristau jcris...@debian.org wrote: On Tue, Oct 19, 2010 at 14:15:44 +0200, Thomas Hellstrom wrote: On 10/19/2010 01:55 PM, Julien Cristau wrote: On Tue, Oct 19, 2010 at 13:31:35 +0200, Thomas Hellstrom wrote: Hi! I've been trying to send a patch to

Re: [Mesa-dev] LLVM_CFLAGS

2010-12-06 Thread Dan Nicholson
On Mon, Dec 6, 2010 at 9:15 AM, Brian Paul bri...@vmware.com wrote: On 12/05/2010 02:06 AM, Bob Gleitsmann wrote: Hello, Can someone explain the value of including this in mesa/src/gallium/Makefile.template: ifeq ($(MESA_LLVM),1) LIBRARY_DEFINES += $(LLVM_CFLAGS) endif ? This

Re: [Mesa-dev] [RFC] Solution to libGL.so and libGLES*.so mess

2010-12-13 Thread Dan Nicholson
On Sun, Dec 12, 2010 at 7:19 PM, Jammy Zhou jammy.z...@linaro.org wrote: Hi Chia-I, Glad to see the fix goes so fast, thanks! I believe the direction is promising. And I am not familiar with the mapi module of mesa, so just one minor comment for the glapi: Fix OpenGL and OpenGL ES interop

Re: [Mesa-dev] [PATCH Resend] mesa: Optionally build a dricore support library.

2010-12-21 Thread Dan Nicholson
On Mon, Dec 20, 2010 at 8:34 PM, Christopher James Halse Rogers christopher.halse.rog...@canonical.com wrote: This an adds --enable-shared-dricore option to configure.  When enabled, DRI modules will link against a shared copy of the common mesa routines rather than statically linking these.

Re: [Mesa-dev] [PATCH] Export TLS support in gl.pc.

2011-01-10 Thread Dan Nicholson
, though. With the configs/default fix, Reviewed-by: Dan Nicholson dbn.li...@gmail.com -- Dan ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] Export TLS support in gl.pc.

2011-01-10 Thread Dan Nicholson
On Mon, Jan 10, 2011 at 3:08 PM, tom fogal tfo...@sci.utah.edu wrote: Dan Nicholson dbn.li...@gmail.com writes: On Sun, Jan 9, 2011 at 2:32 PM, tom fogal tfo...@sci.utah.edu wrote: Ping! No NAKs in ~5 days and one explicit request (on xorg-devel): =C2=A0http://permalink.gmane.org

Re: [Mesa-dev] [PATCH] configure.ac: Enable GLX_USE_TLS if possible.

2012-02-11 Thread Dan Nicholson
, ${GLX_USE_TLS}) AS_IF([test x$GLX_USE_TLS = xyes], The rest looks good. With those couple fixes, Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 4/4] configure.ac: remove shared/static options

2012-02-11 Thread Dan Nicholson
if you could take a look. If that's the case, Reviewed-by: Dan Nicholson dbn.li...@gmail.com -- Dan ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] r300g: Use automake to generate Makefile

2012-02-20 Thread Dan Nicholson
On Feb 19, 2012 7:39 PM, Tom Stellard tstel...@gmail.com wrote: On Sun, Feb 19, 2012 at 10:13:48PM -0500, Matt Turner wrote: Hi Tom, Very happy to see this. It looks good, and I'm glad that you replaced two Makefiles with only a single Makefile.am. A couple of comments below. On

Re: [Mesa-dev] [PATCH] autoconf: add AM_PROG_CC_C_O

2012-04-13 Thread Dan Nicholson
On 4/13/12, Olivier Galibert galib...@pobox.com wrote: On Fri, Apr 13, 2012 at 11:06:18AM -0700, Ian Romanick wrote: On 04/13/2012 08:47 AM, nobled wrote: Prevents this error with Automake 1.9: src/gallium/drivers/Makefile.am: C objects in subdir but `AM_PROG_CC_C_O' not in

Re: [Mesa-dev] [PATCH] build: Don't list glproto and dri2proto in pkg-config file

2012-09-12 Thread Dan Nicholson
have sworn that when at some point you did need glproto in order to #include glx.h. Good catch. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] Don't fail if libX11 isn't installed

2012-10-09 Thread Dan Nicholson
, it's been like that since 2008. Reviewed-by: Matt Turner matts...@gmail.com Originally configure basically supported only GLX either through DRI or Xlib, so Xlib was basically required. Not so much nowadays. Reviewed-by: Dan Nicholson dbn.li...@gmail.com

Re: [Mesa-dev] [PATCH] util: require debug options to be separated by commas

2011-01-27 Thread Dan Nicholson
On Wed, Jan 26, 2011 at 3:17 AM, José Fonseca jfons...@vmware.com wrote: On Mon, 2011-01-24 at 20:52 -0800, Marek Olšák wrote: Let's assume there are two options with names such that one is a substring of another. Previously, if we only specified the longer one as a debug option, the shorter

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-02 Thread Dan Nicholson
On Tue, Feb 1, 2011 at 5:41 AM, Arthur Zhu xiaoxiaomuyusajiangt...@gmail.com wrote: From: Arthur Zhu arthur.zhuy...@gmail.com ---  configure.ac |   29 +++--  1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/configure.ac b/configure.ac index

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-03 Thread Dan Nicholson
On Thu, Feb 3, 2011 at 5:26 AM, Arthur Zhu xiaoxiaomuyusajiangt...@gmail.com wrote: Thanks your good suggestions. Arthur From 7034307045f1d334e25adf7f739c5144a9afcb46 Mon Sep 17 00:00:00 2001 From: Arthur Zhu xiaoxiaomuyusajiangt...@gmail.com Date: Thu, 3 Feb 2011 21:12:04 +0800 Subject:

Re: [Mesa-dev] [PATCH] Adding -enable-egl-dri2 option. Happy Chinese Spring Festival!

2011-02-07 Thread Dan Nicholson
On Mon, Feb 07, 2011 at 01:58:19PM +0800, Arthur Zhu wrote: From 7f26f3b6692a8a8061c0d817388505d4190e88a0 Mon Sep 17 00:00:00 2001 From: Arthur Zhu xiaoxiaomuyusajiangt...@gmail.com Date: Mon, 7 Feb 2011 13:50:55 +0800 Subject: [PATCH] Adding --enable-egl-dri2-x11drm option. ---

Re: [Mesa-dev] [PATCH] Fix --enable-shared-glapi configure option

2011-02-16 Thread Dan Nicholson
On Wed, Feb 16, 2011 at 5:37 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Fix a typo which meant that --enable-shared-glapi didn't actually cause a shared glapi to be built Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk ---  configure.ac |    2 +-  1 files changed, 1

Re: [Mesa-dev] [PATCH v3] mesa: Optionally build a dricore support library (v3)

2011-02-21 Thread Dan Nicholson
On Sun, Feb 20, 2011 at 3:04 PM, Sedat Dilek sedat.di...@googlemail.com wrote: # LIBGL_DEBUG=verbose glxinfo 2/dev/null | grep -i opengl OpenGL vendor string: Mesa Project OpenGL renderer string: Software Rasterizer OpenGL version string: 2.1 Mesa 7.11-devel OpenGL shading language version

Re: [Mesa-dev] [PATCH] Define GLX_USE_TLS when the user asks for TLS.

2011-02-22 Thread Dan Nicholson
On Mon, Feb 21, 2011 at 9:11 PM, Chia-I Wu olva...@gmail.com wrote: On Mon, Feb 21, 2011 at 8:12 PM, Tom Fogal tfo...@sci.utah.edu wrote: From: Tom Fogal tfo...@alumni.unh.edu Without this, we do not actually respect the request for TLS. What is your setup?  The macro should be defined as

Re: [Mesa-dev] [PATCH 0/3] Only require libdrm if direct rendering is actually enabled

2011-03-15 Thread Dan Nicholson
On Mon, Mar 14, 2011 at 5:23 PM, Brian Paul brian.e.p...@gmail.com wrote: On Mon, Mar 14, 2011 at 4:03 PM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: On 16/02/2011 15:44, Julien Cristau wrote: On Wed, Feb 16, 2011 at 15:11:34 +, Jon TURNEY wrote: At the moment, libGL cannot be built

Re: [Mesa-dev] [PATCH 2/2] mesa: Include GIT SHA1 in GL version string

2011-03-31 Thread Dan Nicholson
On Thu, Mar 31, 2011 at 3:41 PM, Eric Anholt e...@anholt.net wrote: On Thu, 31 Mar 2011 13:56:56 -0700, Corbin Simpson mostawesomed...@gmail.com wrote: On Thu, Mar 31, 2011 at 1:30 PM, Ian Romanick i...@freedesktop.org wrote: From: Ian Romanick ian.d.roman...@intel.com ---  Makefile    

Re: [Mesa-dev] libxml2 (python) dependency

2011-04-19 Thread Dan Nicholson
On Mon, Apr 18, 2011 at 11:14 PM, Tilman Sauerbeck til...@code-monkey.de wrote: Ian Romanick [2011-04-18 17:12]: On 04/18/2011 04:48 PM, tom fogal wrote: Hey all, We recently became more aware of a dependency on python's libxml2 for building Mesa.  We're not as proactive as we should be,

Re: [Mesa-dev] [PATCH 1/2] configure.ac: enable LLVM by default

2011-04-22 Thread Dan Nicholson
On Fri, Apr 22, 2011 at 8:52 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Apr 21, 2011 at 4:39 AM, Marek Olšák mar...@gmail.com wrote: OpenSUSE is (was?) shipping r300g with LLVM disabled. Can you believe it? Poor users with SWTCL chipsets... and bad reputation for us too

Re: [Mesa-dev] [PATCH 1/2] Fix config check that claims to test if CXX supports -fvisibility=hidden option to actually test the C++ compiler.

2011-04-27 Thread Dan Nicholson
On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Looking at this bit of autofoolery, I notice that at the moment it is just checking if CC supports -fvisibility=hidden twice Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk ---  configure.ac |    2 ++  1

Re: [Mesa-dev] [PATCH 2/2] Don't use -fvisibilty=hidden on cygwin

2011-04-27 Thread Dan Nicholson
On Tue, Apr 26, 2011 at 5:00 AM, Jon TURNEY jon.tur...@dronecode.org.uk wrote: Using -fvisibility=hidden makes the current cygwin gcc emit a warning warning: visibility attribute not supported in this configuration; ignored for every single non-static symbol $ make clean make 21 | grep

Re: [Mesa-dev] [PATCH] mesa: don't touch git_sha1.h if sha1 didn't change

2011-05-02 Thread Dan Nicholson
On Sun, May 1, 2011 at 2:53 PM, Marcin Slusarz marcin.slus...@gmail.com wrote: Less recompiles... Good idea. Couple nits. ---  bin/extract_git_sha1 |    8 ++--  1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/extract_git_sha1 b/bin/extract_git_sha1 index

Re: [Mesa-dev] [PATCH v2 1/2] mesa: don't touch git_sha1.h if sha1 didn't change

2011-05-02 Thread Dan Nicholson
--- a/src/mesa/main/.gitignore +++ b/src/mesa/main/.gitignore @@ -3,3 +3,4 @@ api_exec_es2.c get_es1.c get_es2.c git_sha1.h +git_sha1.h.tmp -- 1.7.4.1 Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev

Re: [Mesa-dev] [PATCH 2/2] mesa: don't call git if it's not git repository

2011-05-02 Thread Dan Nicholson
it in a #define. This is used in -- 1.7.4.1 Yeah this is needed for tarballs. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] Understanding GLX_INDIRECT_RENDERING (libOSMesa fails to link due to gl_dispatch_stub*)

2011-06-07 Thread Dan Nicholson
On Tue, Jun 7, 2011 at 11:13 AM, Brian Paul bri...@vmware.com wrote: On 06/07/2011 11:26 AM, Jeremy Huddleston wrote: On Jun 7, 2011, at 1:01 PM, Jeremy Huddleston wrote: On Jun 7, 2011, at 12:01 PM, Jeremy Huddleston wrote: So what is the proper fix here?  How should libOSMesa be getting

Re: [Mesa-dev] [PATCH] configure.ac: Make --without-gallium-drivers work as expected

2011-06-22 Thread Dan Nicholson
=$GALLIUM_DRIVERS_DEFAULT ;; no) with_gallium_drivers='' ;; esac Either way, good to catch this case. Reviewed-by: Dan Nicholson dbn.li...@gmail.com ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] robust-tarballs branch (Was: Error building on Windows with SCons)

2011-07-12 Thread Dan Nicholson
Hi Jose, On Sat, Jul 9, 2011 at 6:03 AM, Jose Fonseca jfons...@vmware.com wrote: I heard no concerns so I went ahead and made a branch where: - I removed GLUT - derived Mesa tarballs' file list from git ls-files. http://cgit.freedesktop.org/mesa/mesa/log/?h=robust-tarballs I've confirmed

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-14 Thread Dan Nicholson
2011/7/14 Christian König deathsim...@vodafone.de: Hello list, I'm about to commit the attached patches, they add checks that the correct development packages are installed before enabling the different state trackers. Since me and autoconf are in a fight for several years now please take a

Re: [Mesa-dev] [PATCH] g3dvl: check for existence of header/libs

2011-07-17 Thread Dan Nicholson
On Jul 15, 2011 12:06 PM, Andy Furniss andy...@ukfsn.org wrote: Andy Furniss wrote: I have another problem though, vdpau-softpipe is not using my LD_LIBRARY_PATH so fails to find where my lvdpau is. As you can see from below r600 does use it and adds -L/home/andy/Src/Xorg-git/modular/lib