https://bugs.freedesktop.org/show_bug.cgi?id=30205
zhao jian changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #9 from Chia-I Wu 2010-09-15 23:08:58 PDT ---
(In reply to comment #8)
> (In reply to comment #7)
>
> > > Because I was compiling with gcc4.5 v.4.5.1-7 (Debian/Experimental) I
> > > tried
> > > reverting to gcc4.4 (v.4.4.4-14) which
https://bugs.freedesktop.org/show_bug.cgi?id=30124
Bug 30124 depends on bug 29774, which changed state.
Bug 29774 Summary: [softpipe] piglit texgen regression
https://bugs.freedesktop.org/show_bug.cgi?id=29774
What|Old Value |New Value
---
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #8 from Jos van Wolput 2010-09-15
23:00:36 PDT ---
(In reply to comment #7)
> > Because I was compiling with gcc4.5 v.4.5.1-7 (Debian/Experimental) I tried
> > reverting to gcc4.4 (v.4.4.4-14) which solved the compilation problem!
>
https://bugs.freedesktop.org/show_bug.cgi?id=30205
--- Comment #5 from Chia-I Wu 2010-09-15 22:24:41 PDT ---
(In reply to comment #4)
> The OpenGL ES header files still don't have const qualifiers on the
> glMultiDrawArrays() pointer parameters so I think that will lead to some
> compilation warn
https://bugs.freedesktop.org/show_bug.cgi?id=30203
Chia-I Wu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On Thu, Sep 16, 2010 at 11:11 AM, Gregory Prisament
wrote:
> Hi,
> I just ran into a situation where GLES2 context creation was failing.
> Upon digging into it, I found that dlopen of st_GLESv2.so was failing
> with "undefined symbol: __cxa_pure_virtual".
>
> I found this thread, and realized that
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #6 from Jos van Wolput 2010-09-15
20:40:39 PDT ---
(In reply to comment #5)
>
> Can you show me the result of executing "pkg-config --libs x11" on your
> system?
> Also, you may want to upgrade your autoconf, pkg-config, and libx1
Hi,
I just ran into a situation where GLES2 context creation was failing.
Upon digging into it, I found that dlopen of st_GLESv2.so was failing
with "undefined symbol: __cxa_pure_virtual".
I found this thread, and realized that if I use g++ to compile my app,
it works. However, if I use gcc it do
https://bugs.freedesktop.org/show_bug.cgi?id=30124
Vinson Lee changed:
What|Removed |Added
Depends on||29162
--
Configure bugmail: https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #5 from Chia-I Wu 2010-09-15 08:21:20 PDT ---
(In reply to comment #4)
> (In reply to comment #3)
>
> I configure with ./autogen.sh --prefix=/usr --enable-debug=no
> --disable-gallium --with-dri-drivers=r600
> which always works wh
https://bugs.freedesktop.org/show_bug.cgi?id=30205
--- Comment #4 from Brian Paul 2010-09-15 06:58:07 PDT ---
The OpenGL ES header files still don't have const qualifiers on the
glMultiDrawArrays() pointer parameters so I think that will lead to some
compilation warnings/errors somewhere.
I'd be
https://bugs.freedesktop.org/show_bug.cgi?id=30205
Chia-I Wu changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #4 from Jos van Wolput 2010-09-15
04:57:42 PDT ---
(In reply to comment #3)
I configure with ./autogen.sh --prefix=/usr --enable-debug=no
--disable-gallium --with-dri-drivers=r600
which always works when compiling mesa 7.9
---
j..
https://bugs.freedesktop.org/show_bug.cgi?id=30124
Vinson Lee changed:
What|Removed |Added
Depends on||29573
--
Configure bugmail: https://bugs.f
https://bugs.freedesktop.org/show_bug.cgi?id=30205
Francesco Marella changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #3 from Chia-I Wu 2010-09-15 03:48:54 PDT ---
(In reply to comment #2)
> (In reply to comment #1)
> > Does this patch help?
> I applied your patch but now I get another compilation error:
> ---
> /usr/bin/ld: xeglthreads.o: undefined
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #2 from Jos van Wolput 2010-09-15
03:40:21 PDT ---
(In reply to comment #1)
> Does this patch help?
I applied your patch but now I get another compilation error:
---
/usr/bin/ld: xeglthreads.o: undefined reference to symbol 'XNextEve
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #1 from Chia-I Wu 2010-09-15 02:59:33 PDT ---
Created an attachment (id=38719)
View: https://bugs.freedesktop.org/attachment.cgi?id=38719
Review: https://bugs.freedesktop.org/review?bug=30203&attachment=38719
link to pthread
Does
https://bugs.freedesktop.org/show_bug.cgi?id=30205
Chia-I Wu changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #8 from Jos van Wolput 2010-09-15
02:47:49 PDT ---
(In reply to comment #7)
Andre, I tested your mesa-84f7b5d974ba7601a7a43bbe307cc3dc95f221fa on my
system. Your commit fixes the problem.
Thanks!
In my dmesg I didn't see the errors
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #7 from Andre Maasikas 2010-09-15 02:14:44
PDT ---
Jos, did you get the same errors in dmesg as in comment 3, your uploaded
part doesn't show these.
You could also try mesa git after commit
84f7b5d974ba7601a7a43bbe307cc3dc95f221fa
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #6 from Jos van Wolput 2010-09-15
01:58:41 PDT ---
(In reply to comment #2)
> The most likely culprit seems commit b0bc026c12042405357ae65585812ca11786837f
> ('r600c: fix setting negative values to bitfields'). Does reverting that fi
https://bugs.freedesktop.org/show_bug.cgi?id=30195
Michel Dänzer changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #4 from Jos van Wolput 2010-09-15
01:54:31 PDT ---
Created an attachment (id=38717)
--> (https://bugs.freedesktop.org/attachment.cgi?id=38717)
dmesg
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=30205
Summary: [bisected] mesa fail to build with GLES support
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: Linux (All)
Status: NEW
Severity: critical
P
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #3 from Nicolas Kaiser 2010-09-15 01:49:03 PDT ---
I can confirm this problem for r600c. r600g appeared not to be affected.
mesa 84f7b5d974ba7601a7a43bbe307cc3dc95f221fa (Andre Maasikas) appears to have
fixed it at my place.
In dmes
https://bugs.freedesktop.org/show_bug.cgi?id=30203
Summary: Mesa 7.8.3-rc1 fails to compile
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #2 from Michel Dänzer 2010-09-15 01:11:48 PDT
---
The most likely culprit seems commit b0bc026c12042405357ae65585812ca11786837f
('r600c: fix setting negative values to bitfields'). Does reverting that fix
the problem?
As indicated b
https://bugs.freedesktop.org/show_bug.cgi?id=30192
Fabio Pedretti changed:
What|Removed |Added
CC||fabio@libero.it
--
Configure bugma
https://bugs.freedesktop.org/show_bug.cgi?id=30195
--- Comment #1 from Jos van Wolput 2010-09-15
00:25:18 PDT ---
The last mesa git version that runs glxgears and demos is
mesa-83f5f50f2f69adae497c71ac48e4e0177979ebff (Brian Paul)
The nexts versions:
mesa-7993832c12bba578010005b344dcd3817be84a4
31 matches
Mail list logo