[Mesa-dev] [Bug 39891] New: D3D1X can't be compiled: cannot convert ‘pipe_resource*’ to ‘const pipe_resolve_info*’ in argument passing

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39891 Summary: D3D1X can't be compiled: cannot convert ‘pipe_resource*’ to ‘const pipe_resolve_info*’ in argument passing Product: Mesa Version: git Platform: All

Re: [Mesa-dev] upstreaming Android support [Was: i965, mesa, glapi: Build libi965_dri on Android]

2011-08-06 Thread Chia-I Wu
On Sat, Aug 6, 2011 at 6:01 AM, Chad Versace wrote: > On 08/05/2011 12:24 AM, Chia-I Wu wrote: >> On Fri, Aug 5, 2011 at 3:42 PM, Chia-I Wu wrote: >>> We will be basically doing everything from scratch, in smaller steps. >>> In that case, I see no reason not to do this based on what is already >>

Re: [Mesa-dev] [PATCH] glsl: empty declarations should be valid

2011-08-06 Thread Chia-I Wu
On Sat, Aug 6, 2011 at 5:35 AM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/05/2011 12:41 AM, Chia-I Wu wrote: >> On Fri, Aug 5, 2011 at 1:48 PM, Chad Versace wrote: >>> On 08/04/2011 06:18 PM, Chad Versace wrote: On 08/04/2011 01:29 PM, Eric Anholt wrote:

Re: [Mesa-dev] [PATCH 01/15] mesa: Add toplevel Android.mk

2011-08-06 Thread Chia-I Wu
On Sat, Aug 6, 2011 at 5:07 AM, Chad Versace wrote: > On 08/05/2011 05:41 AM, Dan Nicholson wrote: >> On Thu, Aug 4, 2011 at 7:55 PM, Chad Versace wrote: >>> On 08/04/2011 04:17 PM, Jose Fonseca wrote: - Original Message - > On Thu, Aug 4, 2011 at 2:47 AM, Chad Versace > wro

[Mesa-dev] [Bug 39846] can' t compile mesa ‘__u64’problem .

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39846 --- Comment #4 from Soohyun Lee 2011-08-06 18:58:38 PDT --- libdrm-devel 2.02-1.1.i386 is installed according to yum. (In reply to comment #0) > Hi, I am having trouble compiling mesa due to this problem. > I tried an internet solution of remov

[Mesa-dev] [Bug 39888] [regression] Artifacts in Cogs

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39888 --- Comment #2 from Bryan Cain 2011-08-06 18:34:35 PDT --- This is definitely a glsl_to_tgsi problem. For me, that screen in Cogs appears for a split second before it hits an assertion failure inside of the glsl_to_tgsi code. -- Configure bug

[Mesa-dev] [Bug 39888] [regression] Artifacts in Cogs

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39888 --- Comment #1 from Bryan Cain 2011-08-06 18:14:39 PDT --- If it is a result of the glsl-to-tgsi merge, then you're in luck, since I just bought the Humble Indie Bundle yesterday. I haven't tried Cogs yet, but I will now to see if I can reprodu

[Mesa-dev] [Bug 39888] New: [regression] Artifacts in Cogs

2011-08-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39888 Summary: [regression] Artifacts in Cogs Product: Mesa Version: git Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component:

Re: [Mesa-dev] [PATCH] intel: Add missing vtable entry for i830

2011-08-06 Thread Kenneth Graunke
On 08/06/2011 09:43 AM, Carl Simonson wrote: > When the "is_hiz_depth_format" vtable entry was added for i915/i956, > the entry for forgotten in the i830 vtable setup. > > Signed-off-by: Carl Simonson Reviewed-by: Kenneth Graunke ___ mesa-dev mailing

[Mesa-dev] [PATCH] Starting work on var packer

2011-08-06 Thread Vincent Lejeune
From: vlj --- src/glsl/Makefile |1 + src/glsl/glsl_parser_extras.cpp |7 +- src/glsl/ir_optimization.h |1 + src/glsl/opt_var_packer.cpp | 310 +++ 4 files changed, 316 insertions(+), 3 deletions(-) create mode 100644 src/

[Mesa-dev] [PATCH] intel: Add missing vtable entry for i830

2011-08-06 Thread Carl Simonson
When the "is_hiz_depth_format" vtable entry was added for i915/i956, the entry for forgotten in the i830 vtable setup. Signed-off-by: Carl Simonson --- src/mesa/drivers/dri/i915/i830_vtbl.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/i915