summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_draw_quad.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák1-4/+7
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-04-30st/vega: don't use user_buffer_createMarek Olšák1-0/+21
2012-04-30gallium/util: stop using user buffers in util_draw_texquadMarek Olšák1-2/+3
2012-04-24gallium/util: use cso_draw_arrays in util_draw_vertex_bufferMarek Olšák1-5/+4
2011-03-09util: Allow util_draw_texquad to draw quads with non-integer coordinates.Alex Corscadden1-2/+2
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2011-02-14gallium: always save and restore vertex buffers using cso_cacheMarek Olšák1-3/+10
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu1-1/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-51/+55
2010-03-01util: adapt blitter code to new vertex element csoRoland Scheidegger1-10/+1
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger1-1/+0
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-16gallium: Fix uninitialized instance divisor and index.Chia-I Wu1-0/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer1-1/+1
2009-02-27util: set vbuf.max_index in draw_vertex_buffer()Keith Whitwell1-0/+2
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+0
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin1-1/+1
2008-12-12gallium: avoid mapping same vertex buffer in subsequent framesKeith Whitwell1-2/+3
2008-09-04gallium: Use pipe_buffer_* inlines as much as possible.José Fonseca1-5/+5
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-05-08gallium: handle null ptrsBrian Paul1-41/+40
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul1-7/+9
2008-03-20gallium: added util_draw_vertex_buffer()Brian1-20/+39
2008-03-17gallium: new util_draw_texquad() function.Brian1-0/+112