Re: [Mesa-dev] [PATCH] Add an autoconf option for mangling Mesa.

2011-10-14 Thread Dan Nicholson
Sorry, life's extremely busy for me. Looks good at a glance. I didn't check if GL is hardcoded in spots where $(GL_LIB) should be used or anything like that, though. Reviewed-by: Dan Nicholson On Oct 12, 2011 1:30 PM, "tom fogal" wrote: > *ping* any review? > > Dan, I think you're probably the

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Liu Aleaxander
On Sat, Oct 15, 2011 at 2:11 AM, Eric Anholt wrote: > On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu > wrote: >> The patch(based on the reading of the emulator) came from while I was >> trying to fix the oglc pbo texImage.1PBODefaults fail. This case >> generates a texture with the width and he

Re: [Mesa-dev] [PATCH] mesa/vbo: Treat attribute 0 and vertex as the same

2011-10-14 Thread Ian Romanick
On 10/14/2011 08:41 AM, Brian Paul wrote: On 10/13/2011 05:34 PM, Ian Romanick wrote: From: Ian Romanick This is supported by the pseudo-code on pages 27 and 28 (pages 41 and 42 of the PDF) of the OpenGL 2.1 spec. The last part of the implementation of ArrayElement is: if (generic attribute ar

[Mesa-dev] [PATCH] configure: Use -fno-builtin-memcmp.

2011-10-14 Thread jfonseca
From: José Fonseca Issue spotted by Adam Jackson . http://lists.freedesktop.org/archives/mesa-dev/2011-June/009077.html --- configure.ac |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 49e81ad..ae7b36b 100644 --- a/configure.ac +

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #7 from José Fonseca 2011-10-14 11:16:26 PDT --- It looks like some sort of depth fighting. It might be related to fbo-depth-sample-compare I know that at least the llvmpipe should snap interpolated fragment Z to the depth buffer p

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Eric Anholt
On Thu, 13 Oct 2011 11:34:34 +0800, Yuanhan Liu wrote: > The patch(based on the reading of the emulator) came from while I was > trying to fix the oglc pbo texImage.1PBODefaults fail. This case > generates a texture with the width and height equal to window's width > and height respectively, then

[Mesa-dev] [Bug 41715] Crash in update_vertex_textures at state_tracker/st_atom_texture.c:285

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41715 Jure Repinc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #6 from Lauri Kasanen 2011-10-14 10:50:40 PDT --- hm, hit the size limit. Link: http://kiwi6.com/file/g9064pv6ps -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail becaus

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #5 from Lauri Kasanen 2011-10-14 10:47:56 PDT --- Attaching the apitrace output. glretrace'd it with both softpipe and llvmpipe, results are the same as with the actual app. -- Configure bugmail: https://bugs.freedesktop.org/userpr

[Mesa-dev] [Bug 41791] Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41791 José Fonseca changed: What|Removed |Added CC||jfons...@vmware.com --- Comment #2 from J

Re: [Mesa-dev] [PATCH] i965: setup address rounding enable bits

2011-10-14 Thread Ian Romanick
On 10/13/2011 10:40 PM, Yuanhan Liu wrote: On Thu, Oct 13, 2011 at 09:12:09PM -0700, Ian Romanick wrote: On 10/12/2011 08:34 PM, Yuanhan Liu wrote: The patch(based on the reading of the emulator) came from while I was trying to fix the oglc pbo texImage.1PBODefaults fail. This case generates a

[Mesa-dev] [Bug 41791] Civilization V + Wine = Bug

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41791 Michel Dänzer changed: What|Removed |Added Component|Drivers/Gallium/r600|Mesa core AssignedTo|dri-devel@l

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #4 from Brian Paul 2011-10-14 09:01:36 PDT --- Just FYI, I tried some conformance and piglit stencil tests and they all passed with llvmpipe. If it's a stencil bug, it's probably something slightly obscure. -- Configure bugmail: ht

Re: [Mesa-dev] [PATCH] mesa: add a function to do the image data copy stuff for save_CompressedTex(Sub)Image

2011-10-14 Thread Brian Paul
On 10/14/2011 09:06 AM, Liu Aleaxander wrote: On Oct 14, 2011 10:32 PM, "Brian Paul" mailto:bri...@vmware.com>> wrote: > > On 10/14/2011 12:39 AM, Yuanhan Liu wrote: >> >> Introuduce a simple function called copy_data to do the image data copy >> stuff for all the save_CompressedTex*Image f

Re: [Mesa-dev] [PATCH] mesa/vbo: Treat attribute 0 and vertex as the same

2011-10-14 Thread Brian Paul
On 10/13/2011 05:34 PM, Ian Romanick wrote: From: Ian Romanick This is supported by the pseudo-code on pages 27 and 28 (pages 41 and 42 of the PDF) of the OpenGL 2.1 spec. The last part of the implementation of ArrayElement is: if (generic attribute array 0 enabled) { if (generic v

Re: [Mesa-dev] [PATCH] mesa: generate error if pbo offset is not aligned with the size of specified type

2011-10-14 Thread Liu Aleaxander
On Oct 14, 2011 10:38 PM, "Brian Paul" wrote: > > On 10/13/2011 09:47 PM, Yuanhan Liu wrote: >> >> v2: quote the spec; explicitly exclude the GL_BITMAP case to make code >> more readable. (comments from Ian) >> >> Signed-off-by: Yuanhan Liu >> --- >> src/mesa/main/pbo.c | 12 >> 1

[Mesa-dev] [Bug 41794] Mesa git account request

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41794 Alex Deucher changed: What|Removed |Added Product|Mesa|freedesktop.org Component|Other

Re: [Mesa-dev] [PATCH] mesa: add a function to do the image data copy stuff for save_CompressedTex(Sub)Image

2011-10-14 Thread Liu Aleaxander
On Oct 14, 2011 10:32 PM, "Brian Paul" wrote: > > On 10/14/2011 12:39 AM, Yuanhan Liu wrote: >> >> Introuduce a simple function called copy_data to do the image data copy >> stuff for all the save_CompressedTex*Image function. The function check >> the NULL data case to avoid some potential segfau

[Mesa-dev] [Bug 41794] Mesa git account request

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41794 --- Comment #1 from Mathias Fröhlich 2011-10-14 08:00:44 PDT --- Created an attachment (id=52339) --> (https://bugs.freedesktop.org/attachment.cgi?id=52339) public ssh key -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=e

[Mesa-dev] [Bug 41794] New: Mesa git account request

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41794 Summary: Mesa git account request Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Componen

Re: [Mesa-dev] [PATCH] mesa: generate error if pbo offset is not aligned with the size of specified type

2011-10-14 Thread Brian Paul
On 10/13/2011 09:47 PM, Yuanhan Liu wrote: v2: quote the spec; explicitly exclude the GL_BITMAP case to make code more readable. (comments from Ian) Signed-off-by: Yuanhan Liu --- src/mesa/main/pbo.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/mesa

Re: [Mesa-dev] [PATCH] mesa: add a function to do the image data copy stuff for save_CompressedTex(Sub)Image

2011-10-14 Thread Brian Paul
On 10/14/2011 12:39 AM, Yuanhan Liu wrote: Introuduce a simple function called copy_data to do the image data copy stuff for all the save_CompressedTex*Image function. The function check the NULL data case to avoid some potential segfault. This also would make the code a bit simpler and less redu

Re: [Mesa-dev] [PATCH] st/wgl: Release stw_framebuffer::mutex after pbuffer creation

2011-10-14 Thread Mathias Fröhlich
Hi, On Thursday, October 13, 2011 21:35:05 Alex Deucher wrote: > Follow the instructions here: > http://www.freedesktop.org/wiki/AccountRequests Will do, thanks! Mathias ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 José Fonseca changed: What|Removed |Added CC||jfons...@vmware.com --- Comment #3 from J

[Mesa-dev] [Bug 41715] Crash in update_vertex_textures at state_tracker/st_atom_texture.c:285

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41715 --- Comment #2 from Marek Olšák 2011-10-14 06:08:35 PDT --- I meant "This should be fixed in Mesa master now". -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You a

[Mesa-dev] [Bug 41715] Crash in update_vertex_textures at state_tracker/st_atom_texture.c:285

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41715 --- Comment #1 from Marek Olšák 2011-10-14 06:07:52 PDT --- This should in Mesa master now. Could you try it? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You ar

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #2 from Lauri Kasanen 2011-10-14 05:09:55 PDT --- Apologies, not a 7.11 regression afterall - llvmpipe's broken on 7.11 too. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Mesa-dev] [Bug 41787] [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 --- Comment #1 from Lauri Kasanen 2011-10-14 04:27:52 PDT --- Created an attachment (id=52331) --> (https://bugs.freedesktop.org/attachment.cgi?id=52331) git softpipe -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa-dev] [Bug 41787] New: [llvmpipe] stencil broken

2011-10-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41787 Summary: [llvmpipe] stencil broken Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Com