Re: [Mesa-dev] [PATCH] Remove 3D registers from compute command stream

2012-08-20 Thread Tom Stellard
On Mon, Aug 13, 2012 at 09:05:29PM +0100, archibald wrote: > Hi list, > > Here is my attempt at solving the task "Remove 3D registers from > compute > command stream" on http://dri.freedesktop.org/wiki/R600ToDo. It's my > first attempt at a patch for mesa, so I'd appreciate any comments or > advic

Re: [Mesa-dev] [PATCH] Remove 3D registers from compute command stream

2012-08-16 Thread Tom Stellard
On Wed, Aug 15, 2012 at 12:30:38PM -0400, Matt Harvey wrote: > Hey, I'd be interested in testing this to make sure it works, but I have a > HD4200 running r600g, and I don't think that card has opencl support at the > moment. Do you know if that would still be useful for testing, and what I > would

Re: [Mesa-dev] [PATCH] Remove 3D registers from compute command stream

2012-08-16 Thread Tom Stellard
Hi, In the future, could you use git format-patch to send patches. Overall, I think this looks OK, I just need to test it out a little bit. -Tom On Mon, Aug 13, 2012 at 09:05:29PM +0100, archibald wrote: > diff --git a/src/gallium/drivers/r600/evergreen_compute.c > b/src/gallium/drivers/r600/e

Re: [Mesa-dev] [PATCH] Remove 3D registers from compute command stream

2012-08-15 Thread Matt Harvey
Hey, I'd be interested in testing this to make sure it works, but I have a HD4200 running r600g, and I don't think that card has opencl support at the moment. Do you know if that would still be useful for testing, and what I would use for testing? Also, I was having trouble getting the proper libra

[Mesa-dev] [PATCH] Remove 3D registers from compute command stream

2012-08-13 Thread archibald
Hi list, Here is my attempt at solving the task "Remove 3D registers from compute command stream" on http://dri.freedesktop.org/wiki/R600ToDo. It's my first attempt at a patch for mesa, so I'd appreciate any comments or advice that people might have. I don't have a Cayman card, so I'm not able