Re: [Mesa-dev] [PATCH] mesa: queries of non-existent FBO attachments should return INVALID_OPERATION

2011-05-31 Thread Brian Paul
On Tue, May 31, 2011 at 4:06 PM, Chad Versace wrote: > On 05/31/2011 11:41 AM, Marek Olšák wrote: > > Immediately after the last hunk, > >> @@ -2237,6 +2257,10 @@ _mesa_GetFramebufferAttachmentParameterivEXT(GLenum >> target, GLenum attachment, >>           _mesa_error(ctx, GL_INVALID_ENUM, >>  

Re: [Mesa-dev] [PATCH] mesa: queries of non-existent FBO attachments should return INVALID_OPERATION

2011-05-31 Thread Chad Versace
On 05/31/2011 11:41 AM, Marek Olšák wrote: Immediately after the last hunk, > @@ -2237,6 +2257,10 @@ _mesa_GetFramebufferAttachmentParameterivEXT(GLenum > target, GLenum attachment, > _mesa_error(ctx, GL_INVALID_ENUM, > "glGetFramebufferAttachmentParameterivEXT(pn

[Mesa-dev] [Bug 36238] Mesa release files don't contain scons control files

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36238 --- Comment #6 from José Fonseca 2011-05-31 12:31:36 PDT --- Probably it's missing the include/c99/* files. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are

[Mesa-dev] [Bug 36238] Mesa release files don't contain scons control files

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36238 --- Comment #5 from Anthony Berent 2011-05-31 12:25:30 PDT --- Created an attachment (id=47407) --> (https://bugs.freedesktop.org/attachment.cgi?id=47407) Build log showing the stdbool.h problem. -- Configure bugmail: https://bugs.freedesktop

[Mesa-dev] [Bug 36238] Mesa release files don't contain scons control files

2011-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36238 --- Comment #4 from Anthony Berent 2011-05-31 12:24:08 PDT --- Unfortunately it doesn't compile on my Windows machine using VC++ 2010. The problem seems to be that it can't find stdbool.h. I will attach a log file - Anthony -- Configure bug

[Mesa-dev] [PATCH] mesa: queries of non-existent FBO attachments should return INVALID_OPERATION

2011-05-31 Thread Marek Olšák
OpenGL 4.0 Compatibility, page 449: If the value of FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE is NONE, no framebuffer is bound to target. In this case querying pname FRAMEBUFFER_- ATTACHMENT_OBJECT_NAME will return zero, and all other queries will generate an INVALID_OPERATION error. --- src/mesa/main/f

Re: [Mesa-dev] [PATCH 02/18] i965: Warnings cleanup.

2011-05-31 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For 2/18, 3/18, 6/18, 7/18, 9/18, 10/18, 11/18, 12/18, 13/18, 14/18, and 15/18: Reviewed-by: Ian Romanick However, it might be better to split the brw_defines.h and brw_wm_surface_state.c changes in 9/18. We could end up cherry picking some other p

[Mesa-dev] [PATCH] glapi: Make xserver location error more helpful

2011-05-31 Thread Nathan Kidd
From: Nathan Kidd glx code hasn't lived under xserver/GL for a long time now. Signed-off-by: Nathan Kidd --- src/mapi/glapi/gen/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mapi/glapi/gen/Makefile b/src/mapi/glapi/gen/Makefile index 87b928c..c3829d

[Mesa-dev] [PATCH] mesa: UseShaderProgramEXT and Uniform* shouldn't be allowed inside Begin/End

2011-05-31 Thread Marek Olšák
I couldn't find this being required by the spec. --- src/mesa/main/shaderapi.c |2 ++ src/mesa/main/uniforms.c |4 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/shaderapi.c b/src/mesa/main/shaderapi.c index 1e237a9..cbfbac8 100644 --- a/src/mesa/main/sh

Re: [Mesa-dev] A question about r600/evergreen documentation

2011-05-31 Thread Marcello Maggioni
2011/5/31 Marek Olšák : > I think there are some IP conflicts among gpu vendors regarding > anisotropic filtering. That's why there is no core support for it in > OpenGL and that's why anisotropic filtering is undocumented in all the > AMD docs. Try to search the code, some ANISO registers have bee

Re: [Mesa-dev] A question about r600/evergreen documentation

2011-05-31 Thread Marek Olšák
I think there are some IP conflicts among gpu vendors regarding anisotropic filtering. That's why there is no core support for it in OpenGL and that's why anisotropic filtering is undocumented in all the AMD docs. Try to search the code, some ANISO registers have been figured out, like S_03C000_ANI

[Mesa-dev] A question about r600/evergreen documentation

2011-05-31 Thread Marcello Maggioni
Hello, I was studying the anisotropic filtering patch that was posted on this list the 6th of May in order to understand better how the r600g drivers work, but while reading the patch I noticed that the documentation about r600 I have seems to miss some key information. First of all the documentat