mesa: add missing texture_put_row_rgb() function in texrender.c
authorRobert Ellison <papillo@tungstengraphics.com>
Mon, 26 Jan 2009 17:22:34 +0000 (10:22 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 26 Jan 2009 17:23:38 +0000 (10:23 -0700)
commit523febe12ea2aa6992ed1161d962615a40a04eb6
treead80397234e53503e9ebd1972a411dac38cc4a17
parentea8d0aa94b9561b3df9b51222c549395b56a3103
mesa: add missing texture_put_row_rgb() function in texrender.c

The wrap_texture() function doesn't set the renderbuffer PutRowRGB() method,
which is used to implement DrawPixels().  This fix adds an implementation
of this method.
src/mesa/main/texrender.c