mesa/es: Fix GL_OES_draw_texture support.
authorChia-I Wu <olv@lunarg.com>
Thu, 11 Mar 2010 10:07:07 +0000 (18:07 +0800)
committerChia-I Wu <olv@lunarg.com>
Thu, 11 Mar 2010 15:31:11 +0000 (23:31 +0800)
commit9f5de23d0a73454b00236743d24326ec7b0d96f9
tree8930e957508c2e990702f8ee9ff2d888d12a8d96
parent4c5c442f127419d4ea780fbc60bf58f4ed17d71e
mesa/es: Fix GL_OES_draw_texture support.

st_DrawTex calls util_draw_vertex_buffer.  Since
ac4abaecd5f52e416c89bfe19b34ed7f4e014b21, the caller is expected to set
vertex elements before calling.
src/mesa/es/state_tracker/st_cb_drawtex.c