Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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_blit.h. | Vinson Lee | 2010-08-04 | 1 | -2/+4 |
| | | | | | Replaced mtypes.h and st_context.h with forward declarations. Added compiler.h for INLINE symbol. | ||||
* | st/mesa: Make st_cb_blit.h FEATURE_EXT_framebuffer_blit aware. | Chia-I Wu | 2010-05-12 | 1 | -1/+11 |
| | | | | | This change allows st_cb_blit.h to be used without knowing if FEATURE_EXT_framebuffer_blit is enabled. | ||||
* | gallium: glFramebufferBlitEXT() implementation | Brian | 2008-03-18 | 1 | -0/+46 |