summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_drawtex.h
AgeCommit message (Collapse)Author
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-08-04st/mesa: Clean up header file inclusion in st_cb_drawtex.h.Vinson Lee
Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol.
2010-05-12st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware.Chia-I Wu
This change allows st_cb_drawtex.h to be used without knowing if FEATURE_OES_draw_texture is enabled.
2010-04-28st/mesa: Move st_cb_drawtex.c to the mesa state trackerKristian Høgsberg