[Mesa-dev] Wayland on 945 (was Re: Ubuntu PPA)

2010-11-17 Thread Bryce Harrington
On Tue, Nov 09, 2010 at 08:46:46PM +0800, Arthur Zhu wrote: > Have you compiled with --enable-debug option to get more information from > MESA? > > What's your INTEL chipset? > art...@arthur-laptop:/sys/class/drm/card0/device$ cat device > 0x0046 [Sorry, been busy past week; death in the family]

[Mesa-dev] [Bug 31587] strange segfault in vgFinish

2010-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31587 --- Comment #1 from Chia-I Wu 2010-11-17 19:59:39 PST --- (In reply to comment #0) > Running the cairo-vg tests. > > Program received signal SIGSEGV, Segmentation fault. > __pthread_mutex_lock (mutex=0x8) at pthread_mutex_lock.c:50 > 50pthre

[Mesa-dev] [PATCH] glsl: Improve usage message for glsl_compiler

2010-11-17 Thread Chad Versace
From: Chad Versace The new usage message lists possible command line options. (Newcomers to Mesa currently have to trawl through the source to find the command line options, and we should save them from that trouble.) Example Output -- usage: ./glsl_compiler [options] Possible opti

Re: [Mesa-dev] Path to optimize (moving from create/bind/delete paradgim to set only ?)

2010-11-17 Thread Christoph Bumiller
On 11/17/2010 10:45 AM, Keith Whitwell wrote: > > This is surprising, as Roland says we're following the DX10 partitioning > of state, and hardware vendors are effectively coerced to do likewise, > so things should more or less match up. > For nv50, nvc0 I find the partitioning quite OK, maybe it

Re: [Mesa-dev] glTexImage3D GL_INVALID_VALUE on 512x128

2010-11-17 Thread Brian Paul
2010/11/17 Török Edwin : > Hi, > > Thought I'd do a Bugle trace to see if it logs any errors that could > cause f.d.o bug #31667. > > I've seen just these two: > glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 512, 128, 16, > 0, GL_RGBA, GL_UNSIGNED_BYTE, 0x1af93cf0 - > ^[NOTICE] showerror.gl:  GL_INVALID_

[Mesa-dev] glTexImage3D GL_INVALID_VALUE on 512x128

2010-11-17 Thread Török Edwin
Hi, Thought I'd do a Bugle trace to see if it logs any errors that could cause f.d.o bug #31667. I've seen just these two: glTexImage3D(GL_TEXTURE_3D, 0, GL_RGBA, 512, 128, 16, 0, GL_RGBA, GL_UNSIGNED_BYTE, 0x1af93cf0 - ^[NOTICE] showerror.gl: GL_INVALID_VALUE in glTexImage3D glTexImage3D(GL_T

[Mesa-dev] [Bug 31673] GL_FRAGMENT_PRECISION_HIGH preprocessor macro undefined in GLSL ES

2010-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=31673 Kenneth Graunke changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Mesa (master): glsl: fix assorted MSVC warnings

2010-11-17 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/16/2010 01:12 PM, Brian Paul wrote: > On 11/16/2010 12:55 PM, Ian Romanick wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 11/15/2010 05:48 PM, Brian Paul wrote: >> >>> case ir_unop_b2f: >>> assert(op[0]->type->ba

[Mesa-dev] [PATCH] glsl: Fix erroneous cast in ast_jump_statement::hir()

2010-11-17 Thread Chad Versace
Return values were erroneously cast from (ir_rvalue*) to (ir_expression*). --- src/glsl/ast_to_hir.cpp |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 4540e98..d615b30 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/

Re: [Mesa-dev] Path to optimize (moving from create/bind/delete paradgim to set only ?)

2010-11-17 Thread Jerome Glisse
2010/11/17 Mathias Fröhlich : > > Hi, > > On Tuesday, November 16, 2010 20:21:26 Jerome Glisse wrote: >> So i looked a bit more at what path we should try to optimize in the >> mesa/gallium/pipe infrastructure. Here are some number gathers from >> games : >> drawcall /     ps constant   vs constant

Re: [Mesa-dev] Path to optimize (moving from create/bind/delete paradgim to set only ?)

2010-11-17 Thread Jerome Glisse
On Wed, Nov 17, 2010 at 4:45 AM, Keith Whitwell wrote: > On Tue, 2010-11-16 at 13:40 -0800, Roland Scheidegger wrote: >> On 16.11.2010 22:15, Jerome Glisse wrote: >> > On Tue, Nov 16, 2010 at 3:27 PM, Roland Scheidegger >> > wrote: >> >> On 16.11.2010 20:59, Jerome Glisse wrote: >> >>> On Tue, N

[Mesa-dev] [Bug 30629] glDraw[Range]Elements end is out of bounds

2010-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30629 --- Comment #8 from Fabio Pedretti 2010-11-17 05:05:08 PST --- *** Bug 27755 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because

[Mesa-dev] [Bug 30629] glDraw[Range]Elements end is out of bounds

2010-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30629 --- Comment #7 from Fabio Pedretti 2010-11-17 04:52:38 PST --- *** Bug 25706 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because

[Mesa-dev] [Bug 25706] Broken rendering when compiling with --enable-debug

2010-11-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25706 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] Path to optimize (moving from create/bind/delete paradgim to set only ?)

2010-11-17 Thread Keith Whitwell
On Tue, 2010-11-16 at 13:40 -0800, Roland Scheidegger wrote: > On 16.11.2010 22:15, Jerome Glisse wrote: > > On Tue, Nov 16, 2010 at 3:27 PM, Roland Scheidegger > > wrote: > >> On 16.11.2010 20:59, Jerome Glisse wrote: > >>> On Tue, Nov 16, 2010 at 2:38 PM, Roland Scheidegger > >>> wrote: > >>>