Re: [Mesa-dev] OpenCL Image Support Question about 'soft_copy_op'

2014-03-31 Thread Francisco Jerez
"Dorrington, Albert" writes: >[...] > Then, in the soft_copy_op routine, instead of passing in the slice > pitch size, I pass in MAX2(region[0],region[1]). I'd rather pass in > the entire vector for the region, but I didn't want to rework the > other mapping get routines in the template quite yet

Re: [Mesa-dev] OpenCL Image Support Question about 'soft_copy_op'

2014-03-31 Thread Tom Stellard
On Mon, Mar 31, 2014 at 06:39:26PM +, Dorrington, Albert wrote: > I am experimenting with adding image support to Mesa and am encountering > something I don't understand with the mapping routines implemented in > transfer.cpp, within the soft_copy_op function. > > We are working on 10.1 bran

[Mesa-dev] OpenCL Image Support Question about 'soft_copy_op'

2014-03-31 Thread Dorrington, Albert
I am experimenting with adding image support to Mesa and am encountering something I don't understand with the mapping routines implemented in transfer.cpp, within the soft_copy_op function. We are working on 10.1 branch of Mesa which has some tweaks to let Mesa run OpenCL kernels build from th