st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad()
authorBrian Paul <brianp@vmware.com>
Wed, 3 Feb 2016 00:24:34 +0000 (17:24 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 9 Feb 2016 18:27:48 +0000 (11:27 -0700)
commita5799de3dc8ddf0e90c2e64438664df3ce84f5ae
tree2c4b2c7b37355da7132ffcd51eeee97fb6daa8c1
parent130d34ce65785e27ed3aa8bb9fa9b76995ea61da
st/mesa: move the setup_bitmap_vertex_data() code into draw_bitmap_quad()

Now all the code to setup the vertex data and draw it is in one place.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/mesa/state_tracker/st_cb_bitmap.c