aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.h
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
|
* st/mesa: Clean up header file inclusion in st_cb_blit.h.Vinson Lee2010-08-041-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 Wu2010-05-121-1/+11
| | | | | This change allows st_cb_blit.h to be used without knowing if FEATURE_EXT_framebuffer_blit is enabled.
* gallium: glFramebufferBlitEXT() implementationBrian2008-03-181-0/+46