Re: [Mesa-dev] [PATCH 10/10] glsl/linker: Pack between varyings.

2012-12-12 Thread Paul Berry
On 12 December 2012 14:06, Eric Anholt wrote: > Paul Berry writes: > > > This patch implements varying packing between varyings. > > > > Previously, each varying occupied components 0 through N-1 of its > > assigned varying slot, so there was no way to pack two varyings into > > the same slot.

Re: [Mesa-dev] [PATCH 10/10] glsl/linker: Pack between varyings.

2012-12-12 Thread Eric Anholt
Paul Berry writes: > This patch implements varying packing between varyings. > > Previously, each varying occupied components 0 through N-1 of its > assigned varying slot, so there was no way to pack two varyings into > the same slot. For example, if the varyings were a float, a vec2, a > vec3,

[Mesa-dev] [PATCH 10/10] glsl/linker: Pack between varyings.

2012-12-11 Thread Paul Berry
This patch implements varying packing between varyings. Previously, each varying occupied components 0 through N-1 of its assigned varying slot, so there was no way to pack two varyings into the same slot. For example, if the varyings were a float, a vec2, a vec3, and another vec2, they would be