summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blit.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: return pipe_shader_state from the simple shader functionsBrian2008-03-271-2/+8
* gallium: fix incorrect types for shadersBrian2008-03-271-3/+2
* gallium: set fb.width/heightBrian2008-03-201-0/+2
* gallium: create one vertex buffer and re-useBrian2008-03-201-5/+75
* gallium: explict float castsKeith Whitwell2008-03-191-1/+5
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-65/+60
* gallium: new pixel blit codeBrian2008-03-181-0/+276