Re: [Mesa-dev] r600g plans

2010-07-24 Thread Tom Stellard
On Fri, Jul 23, 2010 at 08:09:46PM -0400, Jerome Glisse wrote: > On 07/23/2010 07:11 PM, Corbin Simpson wrote: > > On Fri, Jul 23, 2010 at 3:49 PM, Jerome Glisse > > wrote: > >> Just heads up on r600g plan, i removed the compiler stuff it was getting > >> messy > >> and kind of stopped anyone els

[Mesa-dev] r600g LIT support

2010-07-24 Thread Stephan Schmid
Hello, i've created a patch that implements the LIT instuction in r600g Cheers, Stephan Schmid r600g_LIT.diff Description: application/pgp-keys ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-d

[Mesa-dev] [PATCH] r600g: fixed typo in shader error message

2010-07-24 Thread Nicolas Kaiser
Fixed typo in shader error message. Signed-off-by: Nicolas Kaiser --- src/gallium/drivers/r600/r600_shader.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r600/r600_shader.c b/src/gallium/drivers/r600/r600_shader.c index e865f01..103b584 100644 --