[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 --- Comment #5 from Zhenyao Mo 2010-10-19 17:22:20 PDT --- (In reply to comment #1) > Created an attachment (id=39558) View: https://bugs.freedesktop.org/attachment.cgi?id=39558 Review: https://bugs.freedesktop.org/review?bug=30993&attachment=3

[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 Ian Romanick changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|NOTABUG

[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 --- Comment #3 from Brian Paul 2010-10-19 16:38:49 PDT --- I looked at the GL_ARB_fbo spec too, but the GL 3.3 spec says (page 276): """If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is NONE, no framebuffer is bound to target. In this case q

[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 30993] getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 --- Comment #1 from Brian Paul 2010-10-19 16:09:15 PDT --- Created an attachment (id=39558) View: https://bugs.freedesktop.org/attachment.cgi?id=39558 Review: https://bugs.freedesktop.org/review?bug=30993&attachment=39558 proposed fix/patch C

[Mesa-dev] [Bug 30993] New: getFramebufferAttachmentParameteriv wrongly generates error

2010-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30993 Summary: getFramebufferAttachmentParameteriv wrongly generates error Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severi

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Hellstrom wrote: > Hi! > > I've been trying to send a patch to mesa-dev a couple of times using git > send-email, but the message never makes it to the list. Am I the only > one having trouble with this? > > Anyway, I'm attaching the patch bel

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Dan Nicholson
On Tue, Oct 19, 2010 at 5:24 AM, Julien Cristau wrote: > On Tue, Oct 19, 2010 at 14:15:44 +0200, Thomas Hellstrom wrote: > >> On 10/19/2010 01:55 PM, Julien Cristau wrote: >> >On Tue, Oct 19, 2010 at 13:31:35 +0200, Thomas Hellstrom wrote: >> > >> >>Hi! >> >> >> >>I've been trying to send a patch

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Julien Cristau
On Tue, Oct 19, 2010 at 14:15:44 +0200, Thomas Hellstrom wrote: > On 10/19/2010 01:55 PM, Julien Cristau wrote: > >On Tue, Oct 19, 2010 at 13:31:35 +0200, Thomas Hellstrom wrote: > > > >>Hi! > >> > >>I've been trying to send a patch to mesa-dev a couple of times using > >>git send-email, but the m

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Thomas Hellstrom
On 10/19/2010 01:55 PM, Julien Cristau wrote: On Tue, Oct 19, 2010 at 13:31:35 +0200, Thomas Hellstrom wrote: Hi! I've been trying to send a patch to mesa-dev a couple of times using git send-email, but the message never makes it to the list. Am I the only one having trouble with this?

Re: [Mesa-dev] Disappearing patches

2010-10-19 Thread Julien Cristau
On Tue, Oct 19, 2010 at 13:31:35 +0200, Thomas Hellstrom wrote: > Hi! > > I've been trying to send a patch to mesa-dev a couple of times using > git send-email, but the message never makes it to the list. Am I the > only one having trouble with this? > It did make it to the list, both times, as

[Mesa-dev] Disappearing patches

2010-10-19 Thread Thomas Hellstrom
Hi! I've been trying to send a patch to mesa-dev a couple of times using git send-email, but the message never makes it to the list. Am I the only one having trouble with this? Anyway, I'm attaching the patch below, if it looks ok, I can push it directly. Without this, compiling with talloc

[Mesa-dev] [PATCH] mesa: Make sure we have the talloc cflags when using the talloc headers

2010-10-19 Thread Thomas Hellstrom
Signed-off-by: Thomas Hellstrom --- src/mesa/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index c41c38c..7a6936e 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -34,7 +34,7 @@ ES1_CPPFLAGS := -DFEATURE_ES1=1 $(D