Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: remove #include mfeatures.h | Brian Paul | 2013-04-09 | 1 | -1/+0 |
| | | | | | | None of these were needed. Reviewed-by: Jordan Justen <[email protected]> | ||||
* | mesa: remove FEATURE_OES_draw_texture define. | Oliver McFadden | 2012-09-15 | 1 | -16/+0 |
| | | | | | Signed-off-by: Oliver McFadden <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
| | |||||
* | st/mesa: Clean up header file inclusion in st_cb_drawtex.h. | Vinson Lee | 2010-08-04 | 1 | -1/+4 |
| | | | | | Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol. | ||||
* | st/mesa: Make st_cb_drawtex.h FEATURE_OES_draw_texture aware. | Chia-I Wu | 2010-05-12 | 1 | -0/+19 |
| | | | | | This change allows st_cb_drawtex.h to be used without knowing if FEATURE_OES_draw_texture is enabled. | ||||
* | st/mesa: Move st_cb_drawtex.c to the mesa state tracker | Kristian Høgsberg | 2010-04-28 | 1 | -0/+18 |