[Mesa-dev] [Bug 43128] New: Software Rasterizer Alpha buffer transparent when window does not request an alpha buffer.

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43128 Bug #: 43128 Summary: Software Rasterizer Alpha buffer transparent when window does not request an alpha buffer. Classification: Unclassified Product: Mesa Version: git

Re: [Mesa-dev] [PATCH] glsl: disable resource checking in the linker until it's done right

2011-11-20 Thread Marek Olšák
On Mon, Nov 21, 2011 at 1:06 AM, Kenneth Graunke wrote: > On 11/20/2011 01:15 PM, Marek Olšák wrote: >> --- >>  src/glsl/linker.cpp |   20 >>  1 files changed, 20 insertions(+), 0 deletions(-) >> >> diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp >> index 3527088..80892

[Mesa-dev] [Bug 43125] [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43125 --- Comment #2 from Jure Repinc 2011-11-20 19:53:55 PST --- Created attachment 53730 --> https://bugs.freedesktop.org/attachment.cgi?id=53730 amnesia-good.png -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Mesa-dev] [Bug 43125] [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43125 --- Comment #1 from Jure Repinc 2011-11-20 19:39:53 UTC --- Created attachment 53729 --> https://bugs.freedesktop.org/attachment.cgi?id=53729 amnesia-bad.png -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- Y

[Mesa-dev] [Bug 43125] New: [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43125 Bug #: 43125 Summary: [bisected] Start screen in Amnesia too dark after "Rewrite the way uniforms are tracked and handled" commit Classification: Unclassified Product:

Re: [Mesa-dev] [PATCH] gallium: separate out floating-point CAPs into its own enum

2011-11-20 Thread Jakob Bornecrantz
Looks good, for the u_caps.c code you might as well just change the macro to include the FLOAT_ prefix instead changing where they are used. Fix that and you have my Reviewed-by: Jakob Bornecrantz Cheers, Jakob. - Original Message - > The motivation behind this is to add some self-docum

Re: [Mesa-dev] [PATCH] glsl: disable resource checking in the linker until it's done right

2011-11-20 Thread Kenneth Graunke
On 11/20/2011 01:15 PM, Marek Olšák wrote: > --- > src/glsl/linker.cpp | 20 > 1 files changed, 20 insertions(+), 0 deletions(-) > > diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp > index 3527088..8089255 100644 > --- a/src/glsl/linker.cpp > +++ b/src/glsl/linker.cp

[Mesa-dev] [PATCH] glsl: disable resource checking in the linker until it's done right

2011-11-20 Thread Marek Olšák
--- src/glsl/linker.cpp | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 3527088..8089255 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -2230,8 +2230,28 @@ link_shaders(struct gl_context *ct

[Mesa-dev] [Bug 43122] piglit: spec/ARB_depth_buffer_float/fbo-depth-GL_DEPTH_COMPONENT32F-{blit, {read, draw, copy}pixels}

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43122 Kai changed: What|Removed |Added Summary|piglit: |piglit: |spec/ARB_depth_buffer_f

[Mesa-dev] [Bug 43122] piglit: spec/ARB_depth_buffer_float/fbo-depth-GL_DEPTH_COMPONENT32F-

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43122 Kai changed: What|Removed |Added Keywords||regression --- Comment #1 from Kai 2011-11-20 09:

[Mesa-dev] [Bug 43122] New: piglit: spec/ARB_depth_buffer_float/fbo-depth-GL_DEPTH_COMPONENT32F-

2011-11-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43122 Bug #: 43122 Summary: piglit: spec/ARB_depth_buffer_float/fbo-depth-GL_DEPTH_COMPONE NT32F- Classification: Unclassified Product: Mesa Version: git

Re: [Mesa-dev] piglit: regression read-front

2011-11-20 Thread Theiss, Ingo
> Hi there, > > I get a regression in piglit test "read-front -auto" from git-ec174a4 to > git-bdffb94. Can anybody confirm this? I can´t imagine which commit would > have broken this test. > > glxinfo: > > OpenGL renderer string: Gallium 0.4 on AMD BARTS > OpenGL version string: 2.1 Mesa 7.

[Mesa-dev] [PATCH 2/2] st/mesa: quick fix of CopyPixels with GL_DEPTH_STENCIL

2011-11-20 Thread Marek Olšák
This fixes: - depthstencil-default_fb-copypixels - fbo-depthstencil-GL_DEPTH24_STENCIL8-copypixels --- src/mesa/state_tracker/st_cb_drawpixels.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_

[Mesa-dev] [PATCH 1/2] mesa: remove buggy assertions in unpack Z24

2011-11-20 Thread Marek Olšák
unpack_float_z_Z24_X8 fails with -O2 in: - fbo-blit-d24s8 - fbo-depth-sample-compare - fbo-readpixels-depth-formats - glean/depthStencil With -O0, it works fine. I am removing all the assertions. There's not much point in having them, is there? --- src/mesa/main/format_unpack.c |8

[Mesa-dev] piglit: regression read-front

2011-11-20 Thread Theiss, Ingo
Hi there, I get a regression in piglit test "read-front -auto" from git-ec174a4 to git-bdffb94. Can anybody confirm this? I can´t imagine which commit would have broken this test. glxinfo: OpenGL renderer string: Gallium 0.4 on AMD BARTS OpenGL version string: 2.1 Mesa 7.12-devel (git-bdffb94)

[Mesa-dev] [PATCH 2/2] nvc0: implement new stream output interface

2011-11-20 Thread Christoph Bumiller
--- src/gallium/drivers/nouveau/nv_object.xml.h| 13 ++- src/gallium/drivers/nvc0/nvc0_3d.xml.h |8 +- src/gallium/drivers/nvc0/nvc0_context.c|2 +- src/gallium/drivers/nvc0/nvc0_context.h| 25 +++-- src/gallium/drivers/nvc0/nvc0_program.c| 42

[Mesa-dev] [PATCH 1/2] d3d1x: implement new stream output interface

2011-11-20 Thread Christoph Bumiller
--- .../state_trackers/d3d1x/dxgi/src/dxgi_native.cpp |4 +- .../state_trackers/d3d1x/gd3d11/d3d11_context.h| 102 +--- .../state_trackers/d3d1x/gd3d11/d3d11_objects.h| 25 +- .../state_trackers/d3d1x/gd3d11/d3d11_screen.h | 86 +++-- .../state