Re: [Mesa-dev] [PATCH v2] glsl_to_tgsi, mesa: fixes for native integers and integer booleans

2011-09-03 Thread Bryan Cain
On 09/02/2011 06:13 PM, Eric Anholt wrote: > On Wed, 31 Aug 2011 01:33:59 -0500, Bryan Cain wrote: >> With this patch, there are no piglit regressions on softpipe with native >> integers enabled. Unlike my previous patch, this uses integer values of >> ~0 and 0 for true and false, respectively, i

[Mesa-dev] [PATCH] gallivm: fix build with LLVM 3.0svn

2011-09-03 Thread Tobias Droste
LLVM 3.0svn moved TargetRegistry.h and TargetSelect.h. See revision 138450 of LLVM. Signed-off-by: Tobias Droste --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp

[Mesa-dev] [Bug 40612] New: Mesa-demos: build error against current Mesa git master

2011-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40612 Summary: Mesa-demos: build error against current Mesa git master Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: blocker

Re: [Mesa-dev] [PATCH 05/36] i965: old VS: use the VUE map to compute the URB entry size.

2011-09-03 Thread Paul Berry
On 3 September 2011 11:38, Kenneth Graunke wrote: > On 09/02/2011 09:06 AM, Paul Berry wrote: > > Previously, the old VS backend computed the URB entry size by adding > > the number of vertex shader outputs to the size of the URB header. > > This often produced a larger result than necessary, bec

[Mesa-dev] [Bug 40600] avogadro crashes on startup due to bad target in _mesa_select_tex_object()

2011-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40600 --- Comment #2 from pa...@pks.mpg.de 2011-09-03 11:47:31 PDT --- My video card is a Mobility Radeon HD 4650, I'm running the closed source ATI drivers (11.8) and the classic drivers in Mesa. Backtrace follows: #0 0x7fffc5c68208 in _mesa_Load

Re: [Mesa-dev] [PATCH 05/36] i965: old VS: use the VUE map to compute the URB entry size.

2011-09-03 Thread Kenneth Graunke
On 09/02/2011 09:06 AM, Paul Berry wrote: > Previously, the old VS backend computed the URB entry size by adding > the number of vertex shader outputs to the size of the URB header. > This often produced a larger result than necessary, because some > vertex shader outputs are stored in the header,

[Mesa-dev] [Bug 40600] avogadro crashes on startup due to bad target in _mesa_select_tex_object()

2011-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40600 Kenneth Graunke changed: What|Removed |Added Keywords||NEEDINFO Component|GLX

Re: [Mesa-dev] new-vs on gen4

2011-09-03 Thread Paul Berry
On 2 September 2011 21:21, Paul Berry wrote: > On 2 September 2011 18:37, Eric Anholt wrote: > >> This series gets gen4 to be non-regressing for the new vertex shader. >> I'd be fine with not pushing the last patch and letting Paul's patches >> land, then fixing the bug as it remains there. Onc

Re: [Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-03 Thread Maarten Lankhorst
On 09/03/2011 10:44 AM, Christian König wrote: > Looks good, I'm going to push it, but one small thing: > > Am Freitag, den 02.09.2011, 16:20 +0200 schrieb Maarten Lankhorst: >> The preferred solution to keeping track of the picture structure >> has been putting it in the state tracker, so use pict

Re: [Mesa-dev] [PATCH] intel: fix build error

2011-09-03 Thread Eugeni Dodonov
On Sat, Sep 3, 2011 at 11:29, Liu Aleaxander wrote: > On Sat, Sep 3, 2011 at 10:24 PM, Paul Berry > wrote: > > On 3 September 2011 07:07, Liu Aleaxander wrote: > >> > >> From f02de851ba728642e26cce6fe76e5482619813e7 Mon Sep 17 00:00:00 2001 > >> From: Yuanhan Liu > >> Date: Sun, 4 Sep 2011 06:

Re: [Mesa-dev] [PATCH] intel: fix build error

2011-09-03 Thread Liu Aleaxander
On Sat, Sep 3, 2011 at 10:24 PM, Paul Berry wrote: > On 3 September 2011 07:07, Liu Aleaxander wrote: >> >> From f02de851ba728642e26cce6fe76e5482619813e7 Mon Sep 17 00:00:00 2001 >> From: Yuanhan Liu >> Date: Sun, 4 Sep 2011 06:02:14 +0800 >> Subject: [PATCH] intel: fix build error >> >> Fix a b

Re: [Mesa-dev] [PATCH] intel: fix build error

2011-09-03 Thread Paul Berry
On 3 September 2011 07:07, Liu Aleaxander wrote: > From f02de851ba728642e26cce6fe76e5482619813e7 Mon Sep 17 00:00:00 2001 > From: Yuanhan Liu > Date: Sun, 4 Sep 2011 06:02:14 +0800 > Subject: [PATCH] intel: fix build error > > Fix a build error introduced by commit 6862b54f: > i965_dri.so.tmp: u

[Mesa-dev] [PATCH] intel: fix build error

2011-09-03 Thread Liu Aleaxander
>From f02de851ba728642e26cce6fe76e5482619813e7 Mon Sep 17 00:00:00 2001 From: Yuanhan Liu Date: Sun, 4 Sep 2011 06:02:14 +0800 Subject: [PATCH] intel: fix build error Fix a build error introduced by commit 6862b54f: i965_dri.so.tmp: undefined reference to `strerr' Signed-off-by: Yuanhan Liu ---

[Mesa-dev] [Bug 40600] New: avogadro crashes on startup due to bad target in _mesa_select_tex_object()

2011-09-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40600 Summary: avogadro crashes on startup due to bad target in _mesa_select_tex_object() Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) Sta

Re: [Mesa-dev] State tracker pipe_surface woes...

2011-09-03 Thread Jose Fonseca
- Original Message - > 2011/9/2 Stéphane Marchesin : > > 2011/9/2 Jose Fonseca : > >> - Original Message - > >>> Hi, > >>> > >>> While debugging some code I ran across the following situation: > >>> > >>> - pipe_context c1 is created > >>> - pipe_surface s1 is created > >>> - strb

Re: [Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-03 Thread Christian König
Looks good, I'm going to push it, but one small thing: Am Freitag, den 02.09.2011, 16:20 +0200 schrieb Maarten Lankhorst: > The preferred solution to keeping track of the picture structure > has been putting it in the state tracker, so use picture_structure > instead of frame_started to check if a