Re: [Mesa-dev] [PATCH 00/36] i965: Keep track of vertex attribute layout explicitly

2011-09-02 Thread Paul Berry
On 2 September 2011 14:48, Eric Anholt wrote: > On Fri, 2 Sep 2011 09:06:39 -0700, Paul Berry > wrote: > > This patch series modifies the i965 driver code that relates to > > the layout of vertex attributes in the VUE (vertex URB entry). > > Previously the layout of vertex attributes was implic

Re: [Mesa-dev] [PATCH 00/36] i965: Keep track of vertex attribute layout explicitly

2011-09-02 Thread Eric Anholt
On Fri, 2 Sep 2011 09:06:39 -0700, Paul Berry wrote: > This patch series modifies the i965 driver code that relates to > the layout of vertex attributes in the VUE (vertex URB entry). > Previously the layout of vertex attributes was implicit in a > large number of different source files, and was

[Mesa-dev] [PATCH 00/36] i965: Keep track of vertex attribute layout explicitly

2011-09-02 Thread Paul Berry
This patch series modifies the i965 driver code that relates to the layout of vertex attributes in the VUE (vertex URB entry). Previously the layout of vertex attributes was implicit in a large number of different source files, and was not always consistent (for instance, some code forgot to accoun