summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_draw_quad.c
Commit message (Expand)AuthorAgeFilesLines
* util: adapt blitter code to new vertex element csoRoland Scheidegger2010-03-011-10/+1
* gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: Fix uninitialized instance divisor and index.Chia-I Wu2010-01-161-0/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+1
* util: set vbuf.max_index in draw_vertex_buffer()Keith Whitwell2009-02-271-0/+2
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+0
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-1/+1
* gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell2008-12-121-2/+3
* gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-5/+5
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* gallium: handle null ptrsBrian Paul2008-05-081-41/+40
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-7/+9
* gallium: added util_draw_vertex_buffer()Brian2008-03-201-20/+39
* gallium: new util_draw_texquad() function.Brian2008-03-171-0/+112