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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=31940
Jerome Glisse changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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.
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