aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_blit.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix build after mergeKeith Whitwell2008-05-021-3/+3
* Merge branch 'gallium-0.1' into gallium-tex-surfacesKeith Whitwell2008-05-021-0/+2
|\
| * gallium: Notify driver of texture updates in util_blit_pixels().Michel Dänzer2008-05-011-0/+2
* | gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+2
|/
* gallium: added some assertions to be sure the blit's surface formats are suit...Brian Paul2008-04-291-0/+3
* gallium: setup an identity viewportBrian Paul2008-04-221-4/+6
* use cso fs/vs handle functionsKeith Whitwell2008-04-211-2/+2
* gallium: Set all state via cso_context in blit/gen_mipmap utils.José Fonseca2008-04-211-3/+7
* 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