swrast: stop using Put/GetRow/Values() in swrast code
authorBrian Paul <brianp@vmware.com>
Mon, 16 Jan 2012 17:55:39 +0000 (10:55 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 24 Jan 2012 21:12:15 +0000 (14:12 -0700)
commit0ff817f200ef4cb4a5ab0d90eccfc83d0671fb65
tree936cc119a9869e913f42beb268c0c3ae7c6f8507
parentb766d4bb43b2c8271413c1efafe3590fa75efc3c
swrast: stop using Put/GetRow/Values() in swrast code

All color buffer rendering is now done by accessing mapped renderbuffer
memory.  We're now able to get rid of all the GetRow/PutRow stuff.
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_span.c
src/mesa/swrast/s_span.h
src/mesa/swrast/s_texture.c
src/mesa/swrast/s_triangle.c