summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_draw_quad.c
AgeCommit message (Expand)Author
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-02-27util: set vbuf.max_index in draw_vertex_buffer()Keith Whitwell
2009-01-30gallium: make p_winsys internalZack Rusin
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell
2008-09-04gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-05-08gallium: handle null ptrsBrian Paul
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul
2008-03-20gallium: added util_draw_vertex_buffer()Brian
2008-03-17gallium: new util_draw_texquad() function.Brian