intel: Use rb->Data and rb->RowStride to handle spans Y flipping.
authorEric Anholt <eric@anholt.net>
Tue, 31 May 2011 22:33:36 +0000 (15:33 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 13 Jun 2011 22:56:36 +0000 (15:56 -0700)
commitfb60e2061b1f2f58a65e908e864704c234b300b0
tree4f40b41acc88ea28dbfd3bb490efee6e1f7853e0
parentd29117752f10d9bcb61e7b26064a872017a64ebe
intel: Use rb->Data and rb->RowStride to handle spans Y flipping.

This is already pointing at 0 or Height - 1 and with an appropriate
pitch, so no need to recompute those values per customization of the
spans code.  Cuts 3 out of 21kb of the compiled size.

Reviewed-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/dri/intel/intel_span.c