Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | mesa/es: Validate the state in st_DrawTex. | Chia-I Wu | |
Without the validation, the function might draw with outdated textures. | |||
2010-03-11 | mesa/es: Fix GL_OES_draw_texture support. | Chia-I Wu | |
st_DrawTex calls util_draw_vertex_buffer. Since ac4abaecd5f52e416c89bfe19b34ed7f4e014b21, the caller is expected to set vertex elements before calling. | |||
2010-02-02 | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | |
2009-11-05 | mesa/es: Add support for GL_OES_draw_texture. | Chia-I Wu | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> |