Re: [Mesa-dev] OpenCL/clover buffers vs images

2014-03-24 Thread Tom Stellard
On Mon, Mar 24, 2014 at 02:35:04PM +, Dorrington, Albert wrote: > I have been experimenting with adding image support to the clover > implementation, and have been trying to understand the differences between > the existing buffer support and what would be required to support images. > > Fro

[Mesa-dev] OpenCL/clover buffers vs images

2014-03-24 Thread Dorrington, Albert
I have been experimenting with adding image support to the clover implementation, and have been trying to understand the differences between the existing buffer support and what would be required to support images. >From what I'm gathering, buffers are laid out in VRAM in a linear format, >whil