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
https://bugs.freedesktop.org/show_bug.cgi?id=30993
Ian Romanick changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|NOTABUG
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
https://bugs.freedesktop.org/show_bug.cgi?id=30993
Ian Romanick changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
-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
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
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
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?
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
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
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
13 matches
Mail list logo