[Mesa-dev] [PATCH 02/36] i965: Write code to compute a VUE map.

2011-09-02 Thread Paul Berry
Several places in the i965 code make implicit assumptions about the structure of data in the VUE (vertex URB entry). This patch adds a function, brw_compute_vue_map(), which computes the structure of the VUE explicitly. Future patches will modify the rest of the driver to use the explicitly

Re: [Mesa-dev] [PATCH 02/36] i965: Write code to compute a VUE map.

2011-09-02 Thread Eric Anholt
On Fri, 2 Sep 2011 09:06:41 -0700, Paul Berry stereotype...@gmail.com wrote: Several places in the i965 code make implicit assumptions about the structure of data in the VUE (vertex URB entry). This patch adds a function, brw_compute_vue_map(), which computes the structure of the VUE

Re: [Mesa-dev] [PATCH 02/36] i965: Write code to compute a VUE map.

2011-09-02 Thread Paul Berry
On 2 September 2011 12:47, Eric Anholt e...@anholt.net wrote: On Fri, 2 Sep 2011 09:06:41 -0700, Paul Berry stereotype...@gmail.com wrote: Several places in the i965 code make implicit assumptions about the structure of data in the VUE (vertex URB entry). This patch adds a function,