summaryrefslogtreecommitdiff
path: root/src/mesa/es/main/drawtex.c
AgeCommit message (Collapse)Author
2010-04-28mesa: Move drawtex functionality to main/Kristian Høgsberg
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>