summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_blit.c
AgeCommit message (Collapse)Author
2008-09-11st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell
2008-06-20gallium: remove unneeded #includeBrian Paul
2008-06-12gallium: add some #if FEATURE_x testsBrian Paul
2008-04-21gallium: Use CSO cache for shaders.Michel Dänzer
2008-03-20gallium: Y-invert blit depending on framebuffer orientationBrian
2008-03-19gallium: implement CSO save/restore functions for use by meta operations ↵Brian
(blit, gen-mipmaps, quad-clear, etc) Also, additional cso_set_*() functions for viewport, framebuffer, blend color, etc. state.
2008-03-18gallium: glFramebufferBlitEXT() implementationBrian