https://bugs.freedesktop.org/show_bug.cgi?id=30234
Summary: Mesa xdemo manywin aborted
Product: Mesa
Version: git
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Componen
From 6ae8a640f13e2f7287e6e1bc5b4459d1f985faa1 Mon Sep 17 00:00:00 2001
From: Andrew Randrianasulu
Date: Fri, 17 Sep 2010 05:41:34 +0400
Subject: [PATCH] nouveau: Trivially add GL_ARB_texture_border_clamp into common
extension list, should be supported for nv0x/nv1x/nv2x
---
src/mesa/drivers/
Trivially enable extension GL_ARB_texture_env_crossbar on nv1x.
More complete piglit test is underway. Attached summary file is from run with
only -t corossbar.
name: nv11-16-09-2010-crossbar-only
glxinfo: @@@libGL: OpenDriver: trying
/mnt/hdd1/src/mesa-clean/mesa/lib/nouveau_vieux_dri.so\nMes
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #22 from Luca Barbieri 2010-09-16
22:46:17 PDT ---
> The issue with ELF weak symbols is that there can only be one of them.
> Or rather, if one is normal and one is weak, you get the normal one
> and the weak one is forgotten, but in
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #19 from Jos van Wolput 2010-09-16
22:30:41 PDT ---
(In reply to comment #18)
> (In reply to comment #15)
> > (In reply to comment #13)
> >
> > > It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local
> > > modificatio
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #21 from Tom Fogal 2010-09-16 22:00:10 PDT
---
bugzilla-dae...@freedesktop.org writes:
> --- Comment #19 from Luca Barbieri 2010-09-16 21:18
> :31 PDT ---
> > ELF weak symbols do not allow one to decide behavior (OpenGL
> > library)
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #20 from Luca Barbieri 2010-09-16
21:46:49 PDT ---
FWIW, here is how to design an extension system which is actually usable.
Add a single function, which is the only function exported from libGL:
void* glGetFunctionTable(const char*
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #18 from Chia-I Wu 2010-09-16 21:34:23 PDT ---
(In reply to comment #15)
> (In reply to comment #13)
>
> > It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local
> > modifications.
> No local modifications, it's the one
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #19 from Luca Barbieri 2010-09-16
21:18:31 PDT ---
> ELF weak symbols do not allow one to decide behavior (OpenGL library)
> at runtime -- mangling aside.
AFAIK, glXGetProcAddress also doesn't, because you can call it without a
cont
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #17 from Jos van Wolput 2010-09-16
19:45:08 PDT ---
(In reply to comment #14)
> BTW, do you have these problems with Mesa 7.8.2?
After applying the patch (id=38719)'link to pthread'
mesa 7.8.2 compiles well when using gcc-4.5
--
C
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #18 from Tom Fogal 2010-09-16 18:31:37 PDT
---
bugzilla-dae...@freedesktop.org writes:
> --- Comment #17 from Brian Paul 2010-09-16 12:08:29 PDT -
> --
> (In reply to comment #16)
> > Perhaps a sensible resolution is to only export
On Thu, Sep 16, 2010 at 6:49 PM, Marek Olšák wrote:
> Can be reproduced with mesa/demos/src/tests/blitfb.
>
> NOTE: This is a candidate for the 7.9 branch.
> ---
> src/mesa/state_tracker/st_cb_texture.c | 6 ++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/src/mesa/st
https://bugs.freedesktop.org/show_bug.cgi?id=30124
Bug 30124 depends on bug 29987, which changed state.
Bug 29987 Summary: [softpipe] SIGSEGV draw/draw_pt_fetch_shade_pipeline.c:189
https://bugs.freedesktop.org/show_bug.cgi?id=29987
What|Old Value |New Value
Can be reproduced with mesa/demos/src/tests/blitfb.
NOTE: This is a candidate for the 7.9 branch.
---
src/mesa/state_tracker/st_cb_texture.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/mesa/state_tracker/st_cb_texture.c
b/src/mesa/state_tracker/st_cb_texture
https://bugs.freedesktop.org/show_bug.cgi?id=30124
Vinson Lee changed:
What|Removed |Added
Depends on||30231
--
Configure bugmail: https://bugs.f
I see. So the problem is the __attribute__ ((format (__printf__, 1, 2))); stuff
interacting with __func__.
I don't know if __FUNCTION__ will avoid this.
Otherwise, putting talloc_init("%s", __func__) is the right thing to do IMHO --
it's not that it will be any slower: one way or the other, tal
build/linux-x86-debug/glsl/loop_controls.I
...
17644 void *talloc_init(const char *fmt, ...) __attribute__ ((format
(__printf__, 1, 2)));
...
20411 int
20412 calculate_iterations(ir_rvalue *from, ir_rvalue *to, ir_rvalue
*increment,
20413 enum ir_expression_operation op)
20414 {
On Thu, 2010-09-16 at 11:44 -0700, Vinson Lee wrote:
> g++ -o build/linux-x86-debug/glsl/loop_controls.os -c -O0 -g3 -m32
> -mstackrealign -mmmx -msse -msse2 -Wall -Wno-long-long -ffast-math
> -fmessage-length=0 -Wmissing-field-initializers -Werror=pointer-arith
> -fPIC -DHAVE_LLVM=0x0207 -DDEBUG -
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #17 from Brian Paul 2010-09-16 12:08:29 PDT ---
(In reply to comment #16)
> Perhaps a sensible resolution is to only export those symbols if a binary-only
> application is found requiring them, which works on another GL implementation
On 09/16/2010 11:52 AM, Francisco Jerez wrote:
This function is executed outside _mesa_meta_begin/end(), that means
that e.g. _mesa_meta_Bitmap() clobbers the texturing state because it
changes the currently active texture object.
There's no need to bind the new texture when it's created, it's d
I undid the change locally and rebuilt. I get the warning with both make and
SCons.
$ make
...
g++ -c `pkg-config --cflags talloc` -I. -I../mesa -I../mapi -I../../include
-Wall -Wpointer-arith -O3 -g -fPIC -m32 -mmmx -msse -msse2 -D_POSIX_SOURCE
-D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD
This function is executed outside _mesa_meta_begin/end(), that means
that e.g. _mesa_meta_Bitmap() clobbers the texturing state because it
changes the currently active texture object.
There's no need to bind the new texture when it's created, it's done
again later anyway (from setup_drawpix/copypi
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #16 from Luca Barbieri 2010-09-16
10:31:57 PDT ---
Perhaps a sensible resolution is to only export those symbols if a binary-only
application is found requiring them, which works on another GL implementation.
Although I'm personally
On Thu, 16 Sep 2010 15:31:42 +0200, Ian Romanick wrote:
> If __func__ is not showing up as a string literal, something else is
> wrong. This is supposed to be a #define generated by the compiler.
Actually, C99's __func__ is neither a macro nor a string literal:
6.4.2.2#1:
The identifier __
Yes, that does the trick. Thank you!
-Greg
On Wed, Sep 15, 2010 at 9:46 PM, Chia-I Wu wrote:
> 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.s
https://bugs.freedesktop.org/show_bug.cgi?id=30220
Rex Dieter changed:
What|Removed |Added
CC||rdie...@math.unl.edu
--
Configure bugmail:
I saw these warnings also on scons builds. Vinson - if you set "quiet=no",
scons will print out the full gcc invocation, there may be a clue there what's
causing this.
Keith
From: mesa-dev-bounces+keithw=vmware@lists.freedesktop.org
[mesa-dev-bounce
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #16 from Jos van Wolput 2010-09-16
07:07:36 PDT ---
(In reply to comment #14)
> BTW, do you have these problems with Mesa 7.8.2?
I just tried and yes, 7.8.2 too doesn't compile when using gcc-4.5
but contrary to 7.8.3 I get:
~/src/x
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #15 from Alex Buell 2010-09-16 06:58:30
PDT ---
But there are the ones who wants _all_ the GORY details - namely myself!
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #15 from Jos van Wolput 2010-09-16
06:48:30 PDT ---
(In reply to comment #13)
> It looks like your ~/src/xorg/mesa-7.8/configs/autoconf.in has local
> modifications.
No local modifications, it's the one I got from mesa-7.8.tar.bz2
h
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vinson Lee wrote:
> Module: Mesa
> Branch: master
> Commit: f20f2cc3306310f6fc4c338f91cfac10f98335d3
> URL:
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=f20f2cc3306310f6fc4c338f91cfac10f98335d3
>
> Author: Vinson Lee
> Date: Wed Sep 15 05
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #14 from Brian Paul 2010-09-16 06:32:35 PDT ---
BTW, do you have these problems with Mesa 7.8.2?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are
Commit a508d2dddcc67d0f92cc36b9ed6f36a9bbfc579d removed the type specific
limit.
Signed-off-by: Tilman Sauerbeck
---
I have no idea whether this is actually correct or not. Please review ;)
src/gallium/drivers/r600/r600_screen.c |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
Signed-off-by: Tilman Sauerbeck
---
src/gallium/drivers/r600/r600_screen.c | 53 +++
1 files changed, 26 insertions(+), 27 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_screen.c
b/src/gallium/drivers/r600/r600_screen.c
index 19d1005..60e6d9a 100644
--- a/
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #14 from Ian Romanick 2010-09-16 06:25:44
PDT ---
(In reply to comment #13)
> I can't find any example sources that obtains a function pointer to the
> desired
> function required, it makes it harder to fix the broken application co
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #13 from Alex Buell 2010-09-16 06:22:48
PDT ---
I can't find any example sources that obtains a function pointer to the desired
function required, it makes it harder to fix the broken application code :S
For example:
glBlitFramebuf
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #13 from Chia-I Wu 2010-09-16 06:08:13 PDT ---
(In reply to comment #12)
> (In reply to comment #11)
> > Now something is broken. What is the output of
> >
> > $ grep X11_LIBS configs/current configs/autoconf configs/autoconf.in
>
On Tue, Aug 24, 2010 at 6:35 AM, Brian Paul wrote:
> On 08/24/2010 03:20 AM, Michel Dänzer wrote:
>>
>> On Don, 2010-08-19 at 18:11 -0700, Vinson Lee wrote:
>>>
>>> Module: Mesa
>>> Branch: master
>>> Commit: 9b7480cd95c2d1259e23bfb5549cefaa94ebaca1
>>> URL:
>>> http://cgit.freedesktop.org/mesa/m
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #12 from Jos van Wolput 2010-09-16
05:07:32 PDT ---
(In reply to comment #11)
> Now something is broken. What is the output of
>
> $ grep X11_LIBS configs/current configs/autoconf configs/autoconf.in
>
> ?
j...@debian:~/src/xorg
https://bugs.freedesktop.org/show_bug.cgi?id=30224
Summary: mesa case tests/jkrahantest fails
Product: Mesa
Version: unspecified
Platform: All
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #11 from Chia-I Wu 2010-09-16 03:53:13 PDT ---
(In reply to comment #10)
> (In reply to comment #9)
>
> > > ./configure of both compilers are identical.
> > Weird. What was the command gcc4.5 build use to link xeglthreads?
>
> ---
https://bugs.freedesktop.org/show_bug.cgi?id=30203
--- Comment #10 from Jos van Wolput 2010-09-16
03:04:07 PDT ---
(In reply to comment #9)
> > ./configure of both compilers are identical.
> Weird. What was the command gcc4.5 build use to link xeglthreads?
---
/usr/bin/ld: xeglthreads.o: unde
https://bugs.freedesktop.org/show_bug.cgi?id=30205
zhao jian changed:
What|Removed |Added
Status|RESOLVED|VERIFIED
--
Configure bugmail: https://bugs
https://bugs.freedesktop.org/show_bug.cgi?id=30205
zhao jian changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30172
--- Comment #12 from Ian Romanick 2010-09-16 01:02:41
PDT ---
(In reply to comment #6)
> Actually, both ATI and nVidia export it, so perhaps we should too, so that
> applications written for those drivers work on Mesa.
Any application that assu
https://bugs.freedesktop.org/show_bug.cgi?id=30205
--- Comment #7 from Chia-I Wu 2010-09-16 00:53:14 PDT ---
I've cherry-picked them. Any commit missing?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the
https://bugs.freedesktop.org/show_bug.cgi?id=30220
Summary: Change windowExistsErrorHandler to
drawableExistsErrorHandler in glxcmds.c ?
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
47 matches
Mail list logo