On 2 September 2011 12:47, Eric Anholt wrote:
> On Fri, 2 Sep 2011 09:06:41 -0700, Paul Berry
> 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 compu
On Fri, 2 Sep 2011 09:06:41 -0700, Paul Berry 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 explicitly. Future patches
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 compu