[Mesa-dev] [PATCH] add wayland cflags when building wayland-egl

2012-01-28 Thread juan . j . zhao
From: Juan Zhao to fix the header file missing when building wayland-egl --- src/egl/wayland/wayland-egl/Makefile.am |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/egl/wayland/wayland-egl/Makefile.am b/src/egl/wayland/wayland-egl/Makefile.am index a19a5fc..7d20a1

Re: [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa

2012-01-28 Thread Marek Olšák
On Sat, Jan 28, 2012 at 2:37 AM, Roland Scheidegger wrote: > Am 28.01.2012 01:38, schrieb Marek Olšák: >> Hi everyone, >> >> the subject says it all. This series fixes gl_PointSize with transform >> feedback. There is a new piglit test to verify that a driver does clamping >> properly during ras

Re: [Mesa-dev] [PATCH 4/4] dri: Add a default drirc to be installed to provide application workarounds.

2012-01-28 Thread Tristan Schmelcher
On 26 January 2012 15:26, Ian Romanick wrote: > It also appears the Unigen may be resolving some of these issues. That > may make the work-arounds irrelevant. > > http://phoronix.com/forums/**showthread.php?68411-Unigine-** > OilRush-Officially-Ships-**Today-For-Linux&p=248294#**post248294

[Mesa-dev] [PATCH 2/2] glsl: Rename variable_entry2 to variable_entry.

2012-01-28 Thread Kenneth Graunke
This should be safe now that ir_variable_refcount.h doesn't expose a type with the same name. The only other type with the same name is in brw_fs_vector_splitting.cpp, but both of these should be file-scope, so I don't expect problems. Signed-off-by: Kenneth Graunke Reviewed-and-tested-by: Matt

[Mesa-dev] [PATCH 1/2] glsl: Rename class variable_entry to ir_variable_refcount_entry.

2012-01-28 Thread Kenneth Graunke
Exporting a publicly visible class with a generic name like "variable_entry" via ir_variable_refcount.h is kind of mean. Many IR transformers would like to define their own "variable_entry" class. If they accidentally include this header, the compiler/linker may get confused and try to instantiat

[Mesa-dev] [Bug 45352] New: SIGSEGV drisw_glx.c:95

2012-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45352 Bug #: 45352 Summary: SIGSEGV drisw_glx.c:95 Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Mesa-dev] [Bug 45348] New: [swrast] piglit fbo-drawbuffers-arbfp regression

2012-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45348 Bug #: 45348 Summary: [swrast] piglit fbo-drawbuffers-arbfp regression Classification: Unclassified Product: Mesa Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (

[Mesa-dev] [PATCH] st/mesa/softpipe: fix tex-miplevel tests

2012-01-28 Thread Dave Airlie
From: Dave Airlie I'm not sure this is the correct way to do this, but it fixes tex-miplevel-selection-texture2DLod + 2 others, if there is an explicit MaxLevel set from the application, we seem to ignore it and not clamp to it. softpipe was also treating explicit lod as the final value when th

Re: [Mesa-dev] [PATCH] draw: Remove unused variables.

2012-01-28 Thread Dave Airlie
On Sat, Jan 28, 2012 at 6:03 PM, Jose Fonseca wrote: > Regardless of Dave's intentions there's no harm in removing it. Keeps falling off my radar this patch, yeah I don't think it was required what I was going to do, and I have to fix up interpolation stuff a bit more later anyways. Reviewed-by

[Mesa-dev] [PATCH] draw: fix fog coord export.

2012-01-28 Thread Dave Airlie
From: Dave Airlie This does what we do in the hw drivers, and only export the X. fixes the fogcoord.dp* tests. Signed-off-by: Dave Airlie --- src/gallium/auxiliary/draw/draw_vs_exec.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/gallium/auxiliary/draw/dra

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

2012-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41791 --- Comment #5 from Henri Verbeet 2012-01-28 10:04:05 PST --- For what it's worth, all the cases of this bug that I've seen were on SUSE. I suppose this could be a packaging issue. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.c

Re: [Mesa-dev] [PATCH] draw: Remove unused variables.

2012-01-28 Thread Jose Fonseca
Regardless of Dave's intentions there's no harm in removing it. Jose - Original Message - > Dave. Ping. > > On Mon, Jan 16, 2012 at 3:46 AM, Jose Fonseca > wrote: > > Hi Vinson, > > > > These lines were added by Dave in > > > > commit 1865f341d8f45b389061fc08d2da90b7aa8a6099 > > Author:

Re: [Mesa-dev] [PATCH 1/5] glsl: Add a union location_tree * type to hold more storage information.

2012-01-28 Thread Paul Berry
On 24 January 2012 13:05, Vincent Lejeune wrote: > Ir_variable::location field is currently represented by a single int. > Datas of composite type (arrays, records) is assumed to be stored in a > linear fashion from this base location. In some situation this assumption > is not optimal : struct f

Re: [Mesa-dev] [PATCH 0/4] Removal of point size clamping in st/mesa

2012-01-28 Thread Christoph Bumiller
On 28.01.2012 01:38, Marek Olšák wrote: > Hi everyone, > > the subject says it all. This series fixes gl_PointSize with transform > feedback. There is a new piglit test to verify that a driver does clamping > properly during rasterization: vs-point_size-zero The piglit test is wrong. GL spec 4.

Re: [Mesa-dev] [PATCH] mesa: fix maximum allowed proxy texture size condition

2012-01-28 Thread Jose Fonseca
- Original Message - > width, height parameter of glTexImage2D() includes: texture image > width + 2 * border (if any). So when doing the texture size check > in _mesa_test_proxy_teximage() width and height should not exceed > maximum supported size for target texture type. > i.e. 1 << (c

Re: [Mesa-dev] [PATCH 2/2] gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY

2012-01-28 Thread Jose Fonseca
- Original Message - > On Don, 2012-01-26 at 20:45 +0100, Marek Olšák wrote: > > On Tue, Jan 10, 2012 at 6:20 PM, Jose Fonseca > > wrote: > > >> On Tue, Jan 10, 2012 at 5:15 PM, Jose Fonseca > > >> > > >> wrote: > > >> > > > >> > Also, please provide app name and performance figures w/

Re: [Mesa-dev] [PATCH] osmesa: Fix osmesa_context.DataType type.

2012-01-28 Thread Jose Fonseca
Looks good. These warnings are symptom of are real errors. It's weird I don't see them. I suppose GLboolean is an int on my system somehow.. Jose - Original Message - > Fixes these GCC warnings. > osmesa.c: In function ‘osmesa_renderbuffer_storage’: > osmesa.c:417: warning: comparison i