Re: [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array

2012-01-17 Thread Eric Anholt
On Tue, 17 Jan 2012 17:50:51 +0100, Christoph Bumiller wrote: > On 01/12/2012 10:53 PM, Christoph Bumiller wrote: > > The nvc0 gallium driver is advertising 128 MAX_INTERLEAVED_COMPS > > which made it always assert in the linker when TFB was used. > > > > Going to push this soon if no one minds

Re: [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array

2012-01-17 Thread Christoph Bumiller
On 01/17/2012 05:50 PM, Christoph Bumiller wrote: > On 01/12/2012 10:53 PM, Christoph Bumiller wrote: >> The nvc0 gallium driver is advertising 128 MAX_INTERLEAVED_COMPS >> which made it always assert in the linker when TFB was used. >> > > Going to push this soon if no one minds ... though maybe

Re: [Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array

2012-01-17 Thread Christoph Bumiller
On 01/12/2012 10:53 PM, Christoph Bumiller wrote: > The nvc0 gallium driver is advertising 128 MAX_INTERLEAVED_COMPS > which made it always assert in the linker when TFB was used. > Going to push this soon if no one minds ... though maybe I should just change the limit in the driver to 64, this s

[Mesa-dev] [PATCH] mesa: increase size of TFB info Outputs array

2012-01-12 Thread Christoph Bumiller
The nvc0 gallium driver is advertising 128 MAX_INTERLEAVED_COMPS which made it always assert in the linker when TFB was used. The new size corresponds to the maximum number of possible unique outputs when varying packing is used. NOTE: This is a candidate for the 8.0 branch. --- src/mesa/main/mt