[Mesa-dev] [Bug 49519] New: "src/gallium/drivers/svga/include/svga3d_shaderdefs.h", line 516: improper member use: type_upper

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49519 Bug #: 49519 Summary: "src/gallium/drivers/svga/include/svga3d_shaderdefs.h" , line 516: improper member use: type_upper Classification: Unclassified Product: Mesa Version: unsp

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Liu Aleaxander
On Sat, May 5, 2012 at 10:19 AM, Roland Scheidegger wrote: > Am 05.05.2012 04:07, schrieb Liu Aleaxander: >> On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger >> wrote: >> [snip]... >> +    * or the original texture stuff would not work +    * +    * FIXME: we may use multi-textu

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Roland Scheidegger
Am 05.05.2012 04:07, schrieb Liu Aleaxander: > On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger wrote: > [snip]... > >>> +* or the original texture stuff would not work >>> +* >>> +* FIXME: we may use multi-texture to handle this case. But fallback is >>> +* definitely a much si

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Liu Aleaxander
On Sat, May 5, 2012 at 9:44 AM, Roland Scheidegger wrote: [snip]... >> +    * or the original texture stuff would not work >> +    * >> +    * FIXME: we may use multi-texture to handle this case. But fallback is >> +    * definitely a much simple and straight way. >> +    */ >> +   if (ctx->Textu

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Roland Scheidegger
Am 04.05.2012 16:33, schrieb Liu Aleaxander: > From: Yuanhan Liu > > If there are already some texture unit enabled, a fallback is needed, > or the original texture stuff would not work. > > A much better way is to use multi-texture to handle this case: like > treat the pixels as texture 1 and t

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Liu Aleaxander
On Sat, May 5, 2012 at 2:56 AM, Eric Anholt wrote: > On Fri, 4 May 2012 22:33:41 +0800, Liu Aleaxander > wrote: >> From: Yuanhan Liu >> >> If there are already some texture unit enabled, a fallback is needed, >> or the original texture stuff would not work. >> >> A much better way is to use mul

[Mesa-dev] [PATCH 2/2] i965: Implement guardband clipping on Ivybridge.

2012-05-04 Thread Kenneth Graunke
Improves performance in Citybench: - 320x240: 9.19589% +/- 0.557621% - 1280x480: 3.90797% +/- 0.774429% No apparent difference in OpenArena. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen7_clip_state.c |1 + src/mesa/drivers/dri/i965/gen7_viewport_state.c | 19 ++

[Mesa-dev] [PATCH 1/2] i965: Implement guardband clipping on Sandybridge.

2012-05-04 Thread Kenneth Graunke
Improves performance in Citybench: - 320x240: 19.8008% +/- 0.937818% - 1280x480: 6.53856% +/- 0.859083% No apparent difference in OpenArena nor Xonotic. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/gen6_clip_state.c |1 + src/mesa/drivers/dri/i965/gen6_viewport_state.c

Re: [Mesa-dev] Upcoming Mesa releases

2012-05-04 Thread Kurt Roeckx
On Fri, May 04, 2012 at 08:32:11AM -0700, Ian Romanick wrote: > > Part of the reason there are so few changes is that people get lazy > about cherry picking fixes over. :) Having regularly planned > releases (with reminder messages) should help keep people on track. I'm still missing patches mark

[Mesa-dev] [Bug 40611] piglit 17000-consecutive-chars-identifier SIGSEGV

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40611 Chad Versace changed: What|Removed |Added CC||c...@chad-versace.us -- Configure bugmai

[Mesa-dev] [PATCH 1/3] glsl: Remove the opt_discard_simplification pass.

2012-05-04 Thread Eric Anholt
This conflicts with the GLSL 1.30+ rules for derivatives after a discard has occurred. --- src/glsl/Makefile.sources |1 - src/glsl/glsl_parser_extras.cpp |1 - src/glsl/opt_discard_simplification.cpp | 205 --- src/glsl/test_optpass.cpp

[Mesa-dev] [PATCH 3/3] Revert "i965/fs: Jump from discard statements to the end of the program when done."

2012-05-04 Thread Eric Anholt
This reverts commit 31866308fcf989df992ace28b5b986c3d3770e90. Fixes piglit glsl-fs-discard-exit-3 and unigine tropics rendering. --- src/mesa/drivers/dri/i965/brw_eu.h|1 - src/mesa/drivers/dri/i965/brw_eu_emit.c | 53 +++ src/mesa/drivers/dri/i965/brw_fs.h

[Mesa-dev] [PATCH 2/3] glsl: Implement the GLSL 1.30+ discard control flow rule in GLSL IR.

2012-05-04 Thread Eric Anholt
Previously, I tried implementing this in the i965 driver, but did so in a way that violated the intent of the spec, and broke Tropics. --- src/glsl/Makefile.sources |1 + src/glsl/ir_optimization.h |1 + src/glsl/linker.cpp | 11 +++ src/glsl/lower_discard_flow.cpp

Re: [Mesa-dev] [PATCH v3 01/13] gallium: Basic compute interface.

2012-05-04 Thread Tom Stellard
Hi, I've been testing these updated compute patches all week and they look good to me. I don't think there are any outstanding complaints, so I'll give my ACK for merging these into master. Very nice work! -Tom Stellard On Tue, May 01, 2012 at 05:27:39PM +0200, Francisco Jerez wrote: > Defin

Re: [Mesa-dev] [PATCH] Revert "st/egl: Update to the new wl_shm_pool interface"

2012-05-04 Thread Kristian Høgsberg
On Fri, May 4, 2012 at 12:38 PM, Sven Joachim wrote: > This reverts commit 9ba3cecaa02eba07bc6456c441126e4e2e823da5. > > The wl_shm_pool interface requires wayland from git master and is not > present in the wayland 0.85 branch. Mesa master tracks wayland master so we're not backing this out. We

Re: [Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Eric Anholt
On Fri, 4 May 2012 22:33:41 +0800, Liu Aleaxander wrote: > From: Yuanhan Liu > > If there are already some texture unit enabled, a fallback is needed, > or the original texture stuff would not work. > > A much better way is to use multi-texture to handle this case: like > treat the pixels as te

[Mesa-dev] [Bug 49504] New: [Bisected] Mesa master compilation broke when built with --with-llvm-shared-libs

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49504 Bug #: 49504 Summary: [Bisected] Mesa master compilation broke when built with --with-llvm-shared-libs Classification: Unclassified Product: Mesa Version: git Platform

[Mesa-dev] [PATCH] Revert "st/egl: Update to the new wl_shm_pool interface"

2012-05-04 Thread Sven Joachim
This reverts commit 9ba3cecaa02eba07bc6456c441126e4e2e823da5. The wl_shm_pool interface requires wayland from git master and is not present in the wayland 0.85 branch. --- src/gallium/state_trackers/egl/wayland/native_shm.c | 11 +++ src/gallium/winsys/sw/wayland/wayland_sw_winsys.c |

[Mesa-dev] [Bug 40611] piglit 17000-consecutive-chars-identifier SIGSEGV

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40611 Kenneth Graunke changed: What|Removed |Added AssignedTo|i...@freedesktop.org |mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 49480] CRV/MBY-Linux: Unable to install Skype on 64 but linux destros

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49480 --- Comment #2 from Kenneth Graunke 2012-05-04 08:48:19 PDT --- Agree with Dave. You've installed something on your system, and are hitting packaging problems. This isn't a bug. Also: just so you're aware, this is a public website. It may no

[Mesa-dev] [Bug 49487] Ubuntu 11.10 32/64bit: Glxgears not running both with integrated & discrete graphics

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49487 Kenneth Graunke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Upcoming Mesa releases

2012-05-04 Thread Ian Romanick
On 05/04/2012 07:33 AM, Jakob Bornecrantz wrote: - Original Message - To keep in the habit of doing regular releases, I'd like to propose the following set of release dates. We had previously discussed doing stable releases monthly and feature releases every six months. This set of date

Re: [Mesa-dev] Upcoming Mesa releases

2012-05-04 Thread Ian Romanick
On 05/03/2012 05:03 PM, Brian Paul wrote: On 05/03/2012 03:38 PM, Ian Romanick wrote: To keep in the habit of doing regular releases, I'd like to propose the following set of release dates. We had previously discussed doing stable releases monthly and feature releases every six months. This set

[Mesa-dev] [Bug 49497] New: build leaves behind python compiled (.pyc) files

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49497 Bug #: 49497 Summary: build leaves behind python compiled (.pyc) files Classification: Unclassified Product: Mesa Version: git Platform: All OS/Version: All Status: NE

[Mesa-dev] [PATCH] meta: do fallback when texture is enabled for DrawPixels

2012-05-04 Thread Liu Aleaxander
From: Yuanhan Liu If there are already some texture unit enabled, a fallback is needed, or the original texture stuff would not work. A much better way is to use multi-texture to handle this case: like treat the pixels as texture 1 and the original texture as texture 2. I haven't do much inverst

Re: [Mesa-dev] Upcoming Mesa releases

2012-05-04 Thread Jakob Bornecrantz
- Original Message - > To keep in the habit of doing regular releases, I'd like to propose > the following set of release dates. We had previously discussed > doing stable releases monthly and feature releases every six months. > This set of dates basically reflects that. > > I should be

Re: [Mesa-dev] [PATCH 2/6] swrast: don't modify immutable textures

2012-05-04 Thread Brian Paul
On 05/02/2012 11:05 AM, nobled wrote: --- src/mesa/drivers/dri/swrast/swrast.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index 22d71bf..70bbcb8 100644 --- a/src/mesa/drivers/dri/swra

Re: [Mesa-dev] [PATCH] gbm: Add gbm_bo_write entry point

2012-05-04 Thread Jakob Bornecrantz
- Original Message - > On Thu, May 3, 2012 at 5:08 PM, Mandeep Baines > wrote: > > 2012/5/2 Kristian Høgsberg : > >> This new gbm entry point allows writing data into a gbm bo.  The > >> bo has to be created with the GBM_BO_USE_WRITE flag, and it's > >> only required to work for GBM_BO_USE

Re: [Mesa-dev] [PATCH] svga: specify 4-byte aligned vertex elements

2012-05-04 Thread Jose Fonseca
Sounds good. Thanks Brian. Jose - Original Message - > We haven't found a case where this is needed, but it would be prudent > for some hosts, per Jose. > --- > src/gallium/drivers/svga/svga_screen.c |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/src/gal

[Mesa-dev] [PATCH] svga: specify 4-byte aligned vertex elements

2012-05-04 Thread Brian Paul
We haven't found a case where this is needed, but it would be prudent for some hosts, per Jose. --- src/gallium/drivers/svga/svga_screen.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c ind

Re: [Mesa-dev] Mangled Mesa compile failure

2012-05-04 Thread Brian Paul
On Sun, Apr 22, 2012 at 3:05 AM, Li Zhou wrote: > Hello there: > > I could not compile mesa with > > ./configure CFLAGS="-DUSE_MGL_NAMESPACE" CXXFLAGS="-DUSE_MGL_NAMESPACE" > --prefix=/home/li/wci.llnl.gov/codes/visit/2.0.0/visit2.0.0/3rdparty > --without-demos --disable-gallium --disable-glw --di

[Mesa-dev] [Bug 49488] New: Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not playing

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49488 Bug #: 49488 Summary: Linux: Suse12.1 64 bit OS: 3D game UT Demo 2004 is not playing Classification: Unclassified Product: Mesa Version: 7.11 Platform: Other O

[Mesa-dev] [Bug 49487] New: Ubuntu 11.10 32/64bit: Glxgears not running both with integrated & discrete graphics

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49487 Bug #: 49487 Summary: Ubuntu 11.10 32/64bit: Glxgears not running both with integrated & discrete graphics Classification: Unclassified Product: Mesa Version: 7.11 Pla

[Mesa-dev] [Bug 49480] CRV/MBY-Linux: Unable to install Skype on 64 but linux destros

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49480 Dave Airlie changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] [PATCH v3 02/13] gallium/tgsi: Split sampler views from shader resources.

2012-05-04 Thread Jose Fonseca
I didn't reviewed in detail, but the interface changes look good to me. I agree that following the D3D11 semantics / nomenclature is less confusing. Jose - Original Message - > This commit splits the current concept of resource into "sampler > views" and "shader resources": > > "Sampler

[Mesa-dev] [Bug 49480] New: CRV/MBY-Linux: Unable to install Skype on 64 but linux destros

2012-05-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49480 Bug #: 49480 Summary: CRV/MBY-Linux: Unable to install Skype on 64 but linux destros Classification: Unclassified Product: Mesa Version: 8.0 Platform: Other OS