Re: [Mesa-dev] [PATCH 2/6] r600g: Add r600_rat_buffer_create()

2012-09-24 Thread Marek Olšák
On Mon, Sep 24, 2012 at 4:06 PM, Tom Stellard wrote: > Hi Marek, > > On Sat, Sep 22, 2012 at 05:31:51AM +0200, Marek Olšák wrote: >> Hi Tom, >> >> First I'd like to say that even though I don't agree with the >> direction you're taking, I'd be okay with it for initial bring-up of >> the compute su

Re: [Mesa-dev] [PATCH 2/6] r600g: Add r600_rat_buffer_create()

2012-09-24 Thread Tom Stellard
Hi Marek, On Sat, Sep 22, 2012 at 05:31:51AM +0200, Marek Olšák wrote: > Hi Tom, > > First I'd like to say that even though I don't agree with the > direction you're taking, I'd be okay with it for initial bring-up of > the compute support. > > I am not in favor of using radeon_surface for plain

Re: [Mesa-dev] [PATCH 2/6] r600g: Add r600_rat_buffer_create()

2012-09-21 Thread Marek Olšák
Hi Tom, First I'd like to say that even though I don't agree with the direction you're taking, I'd be okay with it for initial bring-up of the compute support. I am not in favor of using radeon_surface for plain untyped 1D buffers, where the only thing that really matters is the buffer alignment,

[Mesa-dev] [PATCH 2/6] r600g: Add r600_rat_buffer_create()

2012-09-21 Thread Tom Stellard
From: Tom Stellard This function creates a buffer with an associated radeon_surface that can be used as a RAT. --- src/gallium/drivers/r600/r600_buffer.c | 69 src/gallium/drivers/r600/r600_pipe.h | 2 + src/gallium/drivers/r600/r600_resource.h | 5 +++ s