[Mesa3d-dev] [Bug 8671] 'make install' is faulty on Mac OS X 10.4.x with target darwin

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8671 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 16:39 --- Since

[Mesa3d-dev] [Bug 8664] Makefile: depend: No such file or directory

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8664 [EMAIL PROTECTED] changed: What|Removed |Added --

[Mesa3d-dev] [Bug 8671] New: 'make install' is faulty on Mac OS X 10.4.x with target darwin

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8671 Summary: 'make install' is faulty on Mac OS X 10.4.x with target

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > >>Ian Romanick wrote: >> >>>Brian Paul wrote: >>> >>> In order to do 1, each driver must be updated. Basically, before a GLframebuffer is bound for the first time, it must be initialized.

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > Ian Romanick wrote: >> Brian Paul wrote: >> >>> In order to do 1, each driver must be updated. Basically, before a >>> GLframebuffer is bound for the first time, it must be initialized. >>> Specifically, the GLframebuffer's Width

[Mesa3d-dev] [Bug 8667] makedepend: warning: /usr/include/architecture/ppc/math.h: non-portable whitespace encountered at line #

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8667 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 15:37 --- Yes,

[Mesa3d-dev] [Bug 8669] makedepend: warning: x86/common_x86_asm.S, line 42: cannot find include file "matypes.h"

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8669 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 15:32 --- Yes,

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > > >>I've added #ifdef/#else/#endif in _mesa_make_current() to show what >>code should be removed, and to check that the caller does what's expected. > > > I think those ASSERTs may be incorrect. Whe

Re: [Mesa3d-dev] [Mesa3d-cvs] CVS Update: Mesa (branch: trunk)

2006-10-16 Thread Roland Scheidegger
Keith Whitwell wrote: > Roland Scheidegger wrote: >> CVSROOT: /cvs/mesa Module name: Mesa Repository: >> Mesa/src/mesa/drivers/dri/radeon/ Changes by:[EMAIL PROTECTED] >> 06/10/15 21:47:56 >> >> Log message: fix handling of textures with a base internal format >> that does not have

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > I've added #ifdef/#else/#endif in _mesa_make_current() to show what > code should be removed, and to check that the caller does what's expected. I think those ASSERTs may be incorrect. When glXMakeCurrent is called before the wi

Re: [Mesa3d-dev] [Mesa3d-users] Compiz/Beryl: Black-bordered windows

2006-10-16 Thread Keith Whitwell
Andrew Barr wrote: > Using these OpenGL compositing managers on recent Mesa CVS causes the windows > to be outlined by thick black bars. It looks as though they are supposed to > be shadows but are not being alpha blended. This has been personally observed > by me on a G965 and an 855GM Intel GP

[Mesa3d-dev] [Bug 8669] makedepend: warning: x86/common_x86_asm.S, line 42: cannot find include file "matypes.h"

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8669 [EMAIL PROTECTED] changed: What|Removed |Added --

[Mesa3d-dev] [Bug 8667] makedepend: warning: /usr/include/architecture/ppc/math.h: non-portable whitespace encountered at line #

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8667 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Brian Paul
Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Brian Paul wrote: > >>I spent some time this weekend trying to further clean-up the buffer >>resize code. > > > Thanks for digging into this. > > >>In order to do 1, each driver must be updated. Basically, before a >

[Mesa3d-dev] [Bug 7111] racer: [drm:drm_lock_take] *ERROR* 3 holds heavyweight lock

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7111 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 12:40 --- Creat

[Mesa3d-dev] [Bug 8669] New: makedepend: warning: x86/common_x86_asm.S, line 42: cannot find include file "matypes.h"

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8669 Summary: makedepend: warning: x86/common_x86_asm.S, line 42:

Re: [Mesa3d-dev] Question about GetBufferSize

2006-10-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Paul wrote: > I spent some time this weekend trying to further clean-up the buffer > resize code. Thanks for digging into this. > In order to do 1, each driver must be updated. Basically, before a > GLframebuffer is bound for the first time,

[Mesa3d-dev] [Bug 8667] makedepend: warning: /usr/include/architecture/ppc/math.h: non-portable whitespace encountered at line #

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8667 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 11:53 --- Creat

[Mesa3d-dev] [Bug 8667] New: makedepend: warning: /usr/include/architecture/ppc/math.h: non-portable whitespace encountered at line #

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8667 Summary: makedepend: warning: /usr/include/architecture

[Mesa3d-dev] [Bug 8664] New: Makefile: depend: No such file or directory

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8664 Summary: Makefile: depend: No such file or directory Product: Me

Re: [Mesa3d-dev] DISPATCH ERROR! with latest i965 DRI

2006-10-16 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew J. Barr wrote: > Hi, again, I built Mesa CVS to test the i965 DRI updates and I am getting the > following errors when a GL program is invoked: > > [EMAIL PROTECTED]:~$ glxinfo > name of display: :0.0 > DISPATCH ERROR! _glapi_add_dispatch fail

Re: [Mesa3d-dev] Texture function opengl specification

2006-10-16 Thread Brian Paul
Roland Scheidegger wrote: > Brian Paul wrote: > >>>Well, if my theory is sound, then the glean pixelFormats test is wrong. >> >>I don't think the test is wrong as-is. It's just that GL_COMBINE mode >>exercises things in a different way. A better way, in fact. >> >>I'll clean up your patch, Rola

Re: [Mesa3d-dev] Texture function opengl specification

2006-10-16 Thread Roland Scheidegger
Brian Paul wrote: >> Well, if my theory is sound, then the glean pixelFormats test is wrong. > > I don't think the test is wrong as-is. It's just that GL_COMBINE mode > exercises things in a different way. A better way, in fact. > > I'll clean up your patch, Roland, and check it in. I'll chec

[Mesa3d-dev] [Bug 8443] MakeContextCurrent may use the wrong opcode

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8443 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 09:24 --- It wo

[Mesa3d-dev] [Bug 8443] MakeContextCurrent may use the wrong opcode

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8443 [EMAIL PROTECTED] changed: What|Removed |Added --

[Mesa3d-dev] [Bug 8645] Issue when rendering with 2 contexts to one window

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8645 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] bug#8563: GLXBadContextTag error with mesa tip

2006-10-16 Thread Jesse Allen
Hi, Bug 8443 had the patch that caused the regression for me. So I do think yours it related. I have posted two patches on mesa3d-dev, and I just attached them to bug 8443. Jesse - Using Tomcat but need to do more? Need to s

[Mesa3d-dev] [Bug 8443] MakeContextCurrent may use the wrong opcode

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8443 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 08:19 --- Creat

[Mesa3d-dev] [Bug 8443] MakeContextCurrent may use the wrong opcode

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=8443 --- Additional Comments From [EMAIL PROTECTED] 2006-10-16 08:18 --- Creat

[Mesa3d-dev] [Bug 7111] racer: [drm:drm_lock_take] *ERROR* 3 holds heavyweight lock

2006-10-16 Thread bugzilla-daemon
Please do not reply to this email: if you want to comment on the bug, go to the URL shown below and enter yourcomments there. https://bugs.freedesktop.org/show_bug.cgi?id=7111 [EMAIL PROTECTED] changed: What|Removed |Added --

Re: [Mesa3d-dev] Texture function opengl specification

2006-10-16 Thread Brian Paul
Roland Scheidegger wrote: > Jerome Glisse wrote: > According to fragment program extension, TEX, TXP, ... should give you the right A value (Ap depending on which texture unit you are using). >>> >>> That's not how I read that. TEX,TXP,... refer to texture sampling >>> only, there i

Re: [Mesa3d-dev] [Mesa3d-cvs] CVS Update: Mesa (branch: trunk)

2006-10-16 Thread Keith Whitwell
Roland Scheidegger wrote: > CVSROOT: /cvs/mesa > Module name: Mesa > Repository: Mesa/src/mesa/drivers/dri/radeon/ > Changes by: [EMAIL PROTECTED] 06/10/15 21:47:56 > > Log message: > fix handling of textures with a base internal format that does not have all > four rgba values

[Mesa3d-dev] bug#8563: GLXBadContextTag error with mesa tip

2006-10-16 Thread Jin, Gordon
Hi, all, Is anyone trying glean with the mesa CVS? Glean abort with below error on my Intel graphics card, so I opened https://bugs.freedesktop.org/show_bug.cgi?id=8563 X Error of failed request: GLXBadContextTag Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5