[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #13 from Tapani Pälli 2012-08-19 05:56:52 UTC --- Yep, this is the configuration step for generated libtool script, sys_lib_search_path_spec value gets correct library paths this way depending on arch. -- Configure bugmail: https://

[Mesa-dev] [Bug 53696] EGL: GL contexts show GLES extensions

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53696 --- Comment #3 from Kenney Phillis Jr 2012-08-19 05:27:40 UTC --- Created attachment 65758 --> https://bugs.freedesktop.org/attachment.cgi?id=65758 Dante ( OpenGL + EGL + eglBind ) This binds OpenGL after the context is created, however no ch

[Mesa-dev] [Bug 53696] EGL: GL contexts show GLES extensions

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53696 --- Comment #2 from Kenney Phillis Jr 2012-08-19 05:26:37 UTC --- Created attachment 65757 --> https://bugs.freedesktop.org/attachment.cgi?id=65757 Dante ( OpenGL + EGL ) For this log, I did not make any calls to eglBind after the context was

[Mesa-dev] [Bug 53696] EGL: GL contexts show GLES extensions

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53696 --- Comment #1 from Kenney Phillis Jr 2012-08-19 05:23:57 UTC --- Created attachment 65756 --> https://bugs.freedesktop.org/attachment.cgi?id=65756 Dante ( OpenGL ES ) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Mesa-dev] [Bug 53696] New: EGL: GL contexts show GLES extensions

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53696 Bug #: 53696 Summary: EGL: GL contexts show GLES extensions Classification: Unclassified Product: Mesa Version: 8.0 Platform: x86-64 (AMD64) OS/Version: Linux (All) St

Re: [Mesa-dev] [PATCH] egl_dri2: Fix segmentation fault

2012-08-18 Thread Paulo Alcantara
Hi Ian, From: Ian Romanick Date: Fri, 17 Aug 2012 20:20:30 -0700 > On 08/17/2012 10:08 AM, Paulo Alcantara wrote: > > The segmentation fault occurs when DRI2 is not loaded up and > > dri2_setup_screen() function deferences dri2_dpy->dri2 (since it's > > NULL > > at this point). > > > > This patc

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #12 from Alexandre Demers 2012-08-18 22:03:34 UTC --- (In reply to comment #11) > (In reply to comment #8) > > Created attachment 65690 [details] [review] [review] > > hopeful fix > > > > attached patch fixes the issue for me > > C

[Mesa-dev] [Bug 9733] Bug when calling glPixelZoom( 1.0, -1.0 )?

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=9733 Florian Echtler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #11 from Matt Turner 2012-08-18 20:31:02 UTC --- (In reply to comment #8) > Created attachment 65690 [details] [review] > hopeful fix > > attached patch fixes the issue for me Can you explain why this works? -- Configure bugmail:

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #10 from Alexandre Demers 2012-08-18 18:02:25 UTC --- Comment on attachment 65690 --> https://bugs.freedesktop.org/attachment.cgi?id=65690 hopeful fix Review of attachment 65690: --> (https://bugs.freedesktop.org/page.cgi?id=spl

[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50754 --- Comment #9 from Kenneth Graunke 2012-08-18 17:46:21 UTC --- (In reply to comment #8) > Created attachment 65690 [details] [review] > hopeful fix > > attached patch fixes the issue for me That does seem to produce a 32-bit build with only -

Re: [Mesa-dev] [PATCH 00/26] Eventually remove ES and ES2 filter wrappers

2012-08-18 Thread Brian Paul
On 08/17/2012 09:11 PM, Ian Romanick wrote: This is the first of several patch bombs that remove the generated ES1 and ES2 parameter filter wrapper functions. This wrappers need to be removed for several reasons: - Extra CPU hit that only penalizes ES applications. - Changing ES functionality

[Mesa-dev] [Bug 53664] es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53664 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 53617] [llvmpipe] piglit fbo-depthtex regression

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53617 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 53664] es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53664 U. Artie Eoff changed: What|Removed |Added CC||ullysses.a.e...@intel.com -- Configure

[Mesa-dev] [PATCH] Use #if over #ifdef in the FEATURE_ES1 check to fix a build failure.

2012-08-18 Thread Tilman Sauerbeck
mfeatures.h will define FEATURE_ES1 to 0 if it's not defined yet. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=53664 --- src/mesa/main/es1_conversion.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/es1_conversion.c b/src/mesa/main/es1_conversion.c

[Mesa-dev] [Bug 53664] es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53664 --- Comment #9 from Tilman Sauerbeck 2012-08-18 09:51:52 UTC --- Looks like es1_conversion.c should use #if instead of #ifdef for the FEATURE_ES1 check. I submitted a patch to the mailing list. -- Configure bugmail: https://bugs.freedesktop.o

[Mesa-dev] [PATCH] radeon-llvm: Start multithreaded before using llvm.

2012-08-18 Thread Mathias Fröhlich
This is required to make some of llvm's api calls thread save. In particular the PassRegistry, which is implicitly accessed while compiling shader programs. The PassRegistry uses a mutex that is only active if the llvm_is_multithreaded() returns true. Calling llvm_start_multithreading() makes this

Re: [Mesa-dev] [PATCH] r600g-llvm: Crude fix for a race in initialization of the llvm backend

2012-08-18 Thread Mathias Fröhlich
Tom, On Thursday, August 16, 2012 14:50:57 you wrote: > Actually, I just noticed that the LLVM docs say that only one thread can > access the target registry at a time: > http://llvm.org/docs/doxygen/html/structllvm_1_1TargetRegistry.html#a0b078b4 > 68553a84ec2b9fd70e93f7b43 > > Also, I think we

[Mesa-dev] [Bug 38172] Mesa build errors using build.sh script

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38172 --- Comment #2 from David 2012-08-18 09:11:23 UTC --- This issue is NOT resolved. Matt Turner wrote : "This looks like you don't have the Xlib headers installed." Read what I wrote : "The problem has to do with gcc not finding the X headers tha

Re: [Mesa-dev] [PATCH] egl_dri2: Fix segmentation fault

2012-08-18 Thread Tomeu Vizoso
On Sat, Aug 18, 2012 at 5:20 AM, Ian Romanick wrote: > On 08/17/2012 10:08 AM, Paulo Alcantara wrote: >> >> The segmentation fault occurs when DRI2 is not loaded up and >> dri2_setup_screen() function deferences dri2_dpy->dri2 (since it's NULL >> at this point). >> >> This patch fixes the segmenta

[Mesa-dev] [Bug 27612] Mesa 7.8.1 does not compile against libdrm 2.4.20

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=27612 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 29613] OSMesa and GL cannot be linked together

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29613 Matt Turner changed: What|Removed |Added CC||dbn.li...@gmail.com -- Configure bugmail:

[Mesa-dev] [Bug 33221] Configure incorrectly determines whether C++ compiler understands -fvisibility=hidden

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33221 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 36702] git master 41b38bd won't build on amd64

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36702 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 37423] Broken build

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37423 Matt Turner changed: What|Removed |Added CC||matts...@gmail.com --- Comment #1 from Mat

[Mesa-dev] [Bug 38172] Mesa build errors using build.sh script

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38172 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 45932] Fails to compile with OpenGL ES support

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45932 Matt Turner changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] breakage from "Make shared-glapi the default"

2012-08-18 Thread Matt Turner
On Fri, Aug 17, 2012 at 3:09 PM, Matt Turner wrote: > On Thu, Aug 9, 2012 at 8:09 AM, Brian Paul wrote: >> As of commit 9f7b3d171306ed2ae588e1a4145c5a364cf986ff, when I try to >> configure and build with: >> >> $ CFLAGS=-g ./autogen.sh --enable-xlib-glx --with-x --disable-driglx-direct >> --disa

[Mesa-dev] [Bug 53664] es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53664 --- Comment #8 from Vinson Lee 2012-08-18 05:48:51 UTC --- Created attachment 65724 --> https://bugs.freedesktop.org/attachment.cgi?id=65724 config.log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You ar

[Mesa-dev] [Bug 53664] es1_conversion.c:130:5: error: implicit declaration of function '_mesa_DrawTexf' [-Werror=implicit-function-declaration]

2012-08-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53664 Vinson Lee changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #7 from Vinson Lee 2012-08