[Mesa-dev] [PATCH] configure.ac: Do not check for rt on Mac OS X.

2013-01-26 Thread Vinson Lee
There is no rt library on Mac OS X. Signed-off-by: Vinson Lee Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=58872 --- configure.ac | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 9cc5c4a..39ad85a 100644 --- a/config

[Mesa-dev] [Bug 25499] Add DESTDIR support to src/gallium/winsys/xlib/Makefile

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25499 Matt Turner changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Mesa-dev] [Bug 57098] Many extension functions exported by libGL.so.1

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57098 Matt Turner changed: What|Removed |Added CC||i...@freedesktop.org, |

Re: [Mesa-dev] Mesa 9.1 stable branch

2013-01-26 Thread Ian Romanick
On 01/10/2013 05:13 PM, Ian Romanick wrote: It's getting to be about that time again. :) I'd like to make the 9.1 branch on Wednesday, January 25th (a week from next Wednesday). I'd like to shoot for doing the 9.1 release on Friday, February 22nd. Does this sound workable to folks? Things go

Re: [Mesa-dev] [PATCH] st/mesa: set ctx->Const.MaxSamples = 0, not 1

2013-01-26 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Sat, Jan 26, 2013 at 6:11 PM, Brian Paul wrote: > The gallium docs for pipe_screen::is_format_supported() says that > samples==0 or samples==1 both mean that multisampling is not supported. > Return GL_MAX_SAMPLES==0 instead of 1 for consistency with other driv

[Mesa-dev] [Bug 58812] Infinite loop in ./configure && make if automake is absent

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58812 --- Comment #2 from Arseniy Alekseyev --- (In reply to comment #1) > This seems odd. It looks like the Nix build system might be patching or > modifying some autoconf/automake generated file. Can you reproduce this > manually? I've tried to buil

Re: [Mesa-dev] [PATCH 2/2] gallivm, draw, llvmpipe: mass rename of unit->texture_unit/sampler_unit

2013-01-26 Thread Brian Paul
On 01/25/2013 05:36 PM, srol...@vmware.com wrote: From: Roland Scheidegger Make it obvious what "unit" this is (no change in functionality). draw still uses "unit" in places where it changes the shader by adding texture sampling itself - it seems like this can't work with shaders using dx10-styl

[Mesa-dev] [PATCH] osmesa: use _mesa_generate_mipmap() for mipmap generation, not meta

2013-01-26 Thread Brian Paul
See previous commit for more info. Note: This is a candidate for the 9.0 branch. --- src/mesa/drivers/osmesa/osmesa.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/osmesa/osmesa.c b/src/mesa/drivers/osmesa/osmesa.c index 755f371..c9685d8 100644 --- a/

[Mesa-dev] [PATCH] xlib: use _mesa_generate_mipmap() for mipmap generation, not meta

2013-01-26 Thread Brian Paul
The swrast fragment program interpreter has trouble computing the right texture LOD because it doesn't have easy access to input derivatives. This causes the GLSL-based meta generate mipmap code to fetch texels from the wrong mipmap level. One possible fix would be to set the GL_TEXTURE_MIN/MAX_L

[Mesa-dev] [Bug 59872] [swrast] piglit depth_texture_mode_and_swizzle regression

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59872 --- Comment #1 from Brian Paul --- The bug is in the piglit test. It's not requesting a window with an alpha channel. Patch posted to piglit list. -- You are receiving this mail because: You are the assignee for the bug. _

Re: [Mesa-dev] [PATCH] i965: Compile the driver with -march=core2.

2013-01-26 Thread Daniel Vetter
On Fri, Jan 25, 2013 at 11:03:35PM -0800, Kenneth Graunke wrote: > On 01/25/2013 03:13 PM, Roland Scheidegger wrote: > >I'm quite sure there are g965 boards around which indeed support Pentium > >4 (and P4-based Celerons) (but yes I guess cmov and at least sse2 are > >safe - not that the p4 had a u

[Mesa-dev] [Bug 59873] [swrast] piglit ext_framebuffer_multisample-interpolation 0 centroid-edges regression

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59873 --- Comment #1 from Brian Paul --- Actually, the piglit test is broken. Earlier versions of Mesa/swrast have failed all along. Patch posted to the piglist list. -- You are receiving this mail because: You are the assignee for the bug. ___

[Mesa-dev] [PATCH] st/mesa: set ctx->Const.MaxSamples = 0, not 1

2013-01-26 Thread Brian Paul
The gallium docs for pipe_screen::is_format_supported() says that samples==0 or samples==1 both mean that multisampling is not supported. Return GL_MAX_SAMPLES==0 instead of 1 for consistency with other drivers. Note: This is a candidate for the 9.0 branch. --- src/mesa/state_tracker/st_extension

Re: [Mesa-dev] [PATCH] docs: List new extensions added in Mesa 9.1

2013-01-26 Thread Marek Olšák
On Sat, Jan 26, 2013 at 3:16 AM, Matt Turner wrote: > On Fri, Jan 25, 2013 at 6:02 PM, Marek Olšák wrote: >> These extensions are not new in Mesa: >> - ARB_base_instance (since 9.0) >> - ARB_vertex_type_2_10_10_10_rev (since 8.0) >> - OES_standard_derivatives (since 7.10, I think) > > Ah you're r

[Mesa-dev] [Bug 59877] Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59877 Laurent carlier changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #5 from Laurent c

[Mesa-dev] [Bug 59877] Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59877 --- Comment #4 from Andy Furniss --- (In reply to comment #3) > Created attachment 73672 [details] [review] > Possible fix v2 > > This patch should fix it. Yes, it builds and loads OK with this. -- You are receiving this mail because: You are

Re: [Mesa-dev] [Bug 59877] Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

2013-01-26 Thread Mathias Fröhlich
On Saturday, January 26, 2013 08:42:41 bugzilla-dae...@freedesktop.org wrote: > https://bugs.freedesktop.org/show_bug.cgi?id=59877 > > Tom Stellard changed: > >What|Removed |Added > >

[Mesa-dev] [Bug 59877] Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59877 Tom Stellard changed: What|Removed |Added Attachment #73664|0 |1 is obsolete|

[Mesa-dev] [Bug 59877] Build fail since r600g: Don't build llvm_wrapper.cpp when we aren't using LLVM

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59877 Tom Stellard changed: What|Removed |Added CC||lordhea...@gmail.com --- Comment #2 from