Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Brian Paul
On 01/28/2011 08:08 AM, Brian Paul wrote: On 01/27/2011 01:57 PM, Christoph Bumiller wrote: This doesn't work, you use pipe_resource.depth0 for the array size but the gallium interface wants you to use pipe_resource.array_size. Do we fix the state tracker or the interface ? Yeah, I messed up t

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Roland Scheidegger
Am 28.01.2011 16:08, schrieb Brian Paul: > On 01/27/2011 01:57 PM, Christoph Bumiller wrote: >> This doesn't work, you use pipe_resource.depth0 for the array size but >> the gallium interface wants you to use pipe_resource.array_size. >> Do we fix the state tracker or the interface ? > > Yeah, I m

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Brian Paul
On 01/27/2011 01:57 PM, Christoph Bumiller wrote: This doesn't work, you use pipe_resource.depth0 for the array size but the gallium interface wants you to use pipe_resource.array_size. Do we fix the state tracker or the interface ? Yeah, I messed up there. I started fixing this last night but

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-27 Thread Christoph Bumiller
This doesn't work, you use pipe_resource.depth0 for the array size but the gallium interface wants you to use pipe_resource.array_size. Do we fix the state tracker or the interface ? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.fr