Re: [Mesa3d-dev] [PATCH 0/12] OpenGL ES try2

2009-10-30 Thread Chia-I Wu
On Fri, Oct 30, 2009 at 12:44:35PM +0800, Chia-I Wu wrote: It has been a month and several weeks since my last try. Comparing to the last try, the number of patches goes down from 34 to 12. Most of them have gone into the master. Due to the size, the patch series is uploaded elsewhere

[Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread michal
gallium: Add a PREDICATE register file. There's already a shader token that allows composition of predicated instructions (tgsi_instruction_ext_predicate). However, there is no way one can write to thos predicate registers in the first place. --- src/gallium/include/pipe/p_shader_tokens.h |1

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread Keith Whitwell
On Fri, 2009-10-30 at 03:43 -0700, michal wrote: gallium: Add a PREDICATE register file. There's already a shader token that allows composition of predicated instructions (tgsi_instruction_ext_predicate). However, there is no way one can write to thos predicate registers in the first place.

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread michal
Keith Whitwell pisze: On Fri, 2009-10-30 at 03:43 -0700, michal wrote: gallium: Add a PREDICATE register file. There's already a shader token that allows composition of predicated instructions (tgsi_instruction_ext_predicate). However, there is no way one can write to thos predicate

[Mesa3d-dev] [Bug 24766] 32-bit libGL.so searches for DRI modules in /usr/lib/dri instead of /usr/lib32/dri

2009-10-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24766 Dan Nicholson dbn.li...@gmail.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Re: [Mesa3d-dev] Initial version of GL_MESA_gpu_program3

2009-10-30 Thread Keith Whitwell
On Mon, 2009-10-19 at 16:05 -0700, Ian Romanick wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Version 2 of the extension spec has been posted: http://people.freedesktop.org/~idr/MESA_gpu_program3.txt Unless anyone has major comments or objections, I think it's time to circulate

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread Brian Paul
Keith Whitwell wrote: On Fri, 2009-10-30 at 04:36 -0700, michal wrote: Keith Whitwell pisze: On Fri, 2009-10-30 at 03:43 -0700, michal wrote: gallium: Add a PREDICATE register file. There's already a shader token that allows composition of predicated instructions

[Mesa3d-dev] [Bug 24817] New: shadowtex asserts in indirect mode

2009-10-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24817 Summary: shadowtex asserts in indirect mode Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread michal
Brian Paul pisze: Keith Whitwell wrote: On Fri, 2009-10-30 at 04:36 -0700, michal wrote: Keith Whitwell pisze: On Fri, 2009-10-30 at 03:43 -0700, michal wrote: gallium: Add a PREDICATE register file. There's already a shader token that allows composition of

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread Keith Whitwell
On Fri, 2009-10-30 at 10:19 -0700, michal wrote: Brian Paul pisze: Keith Whitwell wrote: On Fri, 2009-10-30 at 04:36 -0700, michal wrote: Keith Whitwell pisze: On Fri, 2009-10-30 at 03:43 -0700, michal wrote: gallium: Add a PREDICATE register file.

Re: [Mesa3d-dev] [PATCH] gallium: Add a PREDICATE register file.

2009-10-30 Thread michal
Keith Whitwell pisze: On Fri, 2009-10-30 at 10:19 -0700, michal wrote: Brian Paul pisze: Keith Whitwell wrote: On Fri, 2009-10-30 at 04:36 -0700, michal wrote: Keith Whitwell pisze: On Fri, 2009-10-30 at 03:43 -0700, michal wrote:

[Mesa3d-dev] glean crash and glx context cleanup

2009-10-30 Thread Pierre Ossman
I'm having issues with glean crashing with r600 because of some GLX context handling issues. I've been looking over the code, and to be honest I don't understand how things are ever supposed to work. Hopefully someone here has more insight. In MakeContextCurrent() the old context is first unbound

Re: [Mesa3d-dev] Mesa (master): intel: Use GTT mapping when available for swrast.

2009-10-30 Thread Brian Paul
Eric Anholt wrote: Module: Mesa Branch: master Commit: 7c8bed62e0165a0be3363f7abf81bf9e30341e00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c8bed62e0165a0be3363f7abf81bf9e30341e00 Author: Eric Anholt e...@anholt.net Date: Fri Oct 30 15:33:11 2009 -0700 intel: Use GTT