aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_blit.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Remove unnecessary headers.Vinson Lee2010-02-031-2/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* st/mesa: Remove unnecessary headers from st_cb_blit.c.Vinson Lee2010-01-151-4/+0
* mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-291-0/+2
* mesa: Allow BlitFramebuffer from a texture.José Fonseca2009-09-191-11/+45
* st/mesa: implement BlitFramebuffer() for depth/stencil (incomplete)Brian Paul2009-08-051-29/+80
* st/mesa: fix Y inversion and optimize st_BlitFramebuffer()Brian Paul2009-08-051-3/+25
* st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell2008-09-111-1/+1
* gallium: remove unneeded #includeBrian Paul2008-06-201-1/+0
* gallium: add some #if FEATURE_x testsBrian Paul2008-06-121-0/+2
* gallium: Use CSO cache for shaders.Michel Dänzer2008-04-211-5/+0
* gallium: Y-invert blit depending on framebuffer orientationBrian2008-03-201-5/+8
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-15/+2
* gallium: glFramebufferBlitEXT() implementationBrian2008-03-181-0/+125