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://
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=9733
Florian Echtler changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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:
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
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 -
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
https://bugs.freedesktop.org/show_bug.cgi?id=53664
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=53617
Brian Paul changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=53664
U. Artie Eoff changed:
What|Removed |Added
CC||ullysses.a.e...@intel.com
--
Configure
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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=27612
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29613
Matt Turner changed:
What|Removed |Added
CC||dbn.li...@gmail.com
--
Configure bugmail:
https://bugs.freedesktop.org/show_bug.cgi?id=33221
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=36702
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=37423
Matt Turner changed:
What|Removed |Added
CC||matts...@gmail.com
--- Comment #1 from Mat
https://bugs.freedesktop.org/show_bug.cgi?id=38172
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=45932
Matt Turner changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
31 matches
Mail list logo