render: fix rotation vertices for Ironlake.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 08:32:32 +0000 (10:32 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 4 Oct 2012 11:29:35 +0000 (13:29 +0200)
commitdc4d4005d0f3de59b7218506cf5b20bcef61323f
treebad9ced71a6de6cdc62d52c642e2fc1fb8f5a60f
parent370fd65b7ce30f4ebb0faf14503048c9e198282e
render: fix rotation vertices for Ironlake.

Ironlake requires the vertex buffer to be ordered in a particular way.
More specifically, the correct order is bottom-right, bottom-left and
top-left vertices in "output" view, i.e. transformed.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/i965_render.c