[Mesa-dev] LLVM_CFLAGS

2010-12-05 Thread Bob Gleitsmann
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 effectively adds the LLVM cflags to gcc compiles if LLVM is enabled. One side-effect of this is to include -O3 optimization no matt

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

2010-12-05 Thread tom fogal
Eric Anholt writes: > On Sun, 05 Dec 2010 18:04:54 -0700, tom fogal wrote: > > More background: > > > > http://www.mail-archive.com/mesa3d-...@lists.sourceforge.net/msg12473.html > > http://lists.x.org/archives/xorg-devel/2009-November/003411.html > > > > This is just the export, we don't aut

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

2010-12-05 Thread Eric Anholt
On Sun, 05 Dec 2010 18:04:54 -0700, tom fogal wrote: > More background: > > http://www.mail-archive.com/mesa3d-...@lists.sourceforge.net/msg12473.html > http://lists.x.org/archives/xorg-devel/2009-November/003411.html > > This is just the export, we don't autodetect it yet. What is this pat

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

2010-12-05 Thread tom fogal
More background: http://www.mail-archive.com/mesa3d-...@lists.sourceforge.net/msg12473.html http://lists.x.org/archives/xorg-devel/2009-November/003411.html This is just the export, we don't autodetect it yet. Okay for master? -tom From 870c545fff720465a2d6b13a6253e105b2826cda Mon Sep 17 0

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 Jerome Glisse changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #12 from Jakob Bornecrantz 2010-12-05 13:57:48 PST --- No its fine. Thank you for your help. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are th

[Mesa-dev] [Bug 31940] [r300g] Crash in dri2_invalidate_drawable

2010-12-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31940 --- Comment #11 from Stephen E. Baker 2010-12-05 13:52:58 PST --- Is there anything more I should be doing to close up this issue, or are we just waiting for the patch to be merged? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.

Re: [Mesa-dev] [PATCH] st/mesa: initialize key in st_vp_varient

2010-12-05 Thread Brian Paul
On Sat, Dec 4, 2010 at 10:50 PM, Marek Olšák wrote: > This fixes endless vertex shader recompilations in find_translated_vp > if the shader contains an edge flag output. > > NOTE: This is a candidate for the 7.9 branch. > --- >  src/mesa/state_tracker/st_program.c |    2 ++ >  1 files changed, 2 i