Re: [Mesa-dev] r600g compute buffer improvements v2

2012-09-25 Thread Marek Olšák
This looks good to me. The patches 1 and 2(v2) are: Reviewed-by: Marek Olšák Marek On Tue, Sep 25, 2012 at 8:10 PM, Tom Stellard wrote: > Hi, > > Here is version two of the compute buffer improvements. I was finally > able to get the pitch calculation correct without using radeon_surface, so

[Mesa-dev] r600g compute buffer improvements v2

2012-09-25 Thread Tom Stellard
Hi, Here is version two of the compute buffer improvements. I was finally able to get the pitch calculation correct without using radeon_surface, so I've taken Marek's advice, and I'm no longer using radeon_surface for 1D aligned buffers. The result is much simpler code and even a few more pigli

[Mesa-dev] r600g compute buffer improvements

2012-09-21 Thread Tom Stellard
Hi, These series improves how the r600g compute code uses buffers for global memory. I'm interested in getting some feedback on these, especially patches 1 and 2. Thanks, Tom ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freede