index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_draw_quad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2012-10-31
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
1
-4
/
+7
2012-09-05
Remove useless checks for NULL before freeing
Matt Turner
1
-2
/
+1
2012-04-30
st/vega: don't use user_buffer_create
Marek Olšák
1
-0
/
+21
2012-04-30
gallium/util: stop using user buffers in util_draw_texquad
Marek Olšák
1
-2
/
+3
2012-04-24
gallium/util: use cso_draw_arrays in util_draw_vertex_buffer
Marek Olšák
1
-5
/
+4
2011-03-09
util: Allow util_draw_texquad to draw quads with non-integer coordinates.
Alex Corscadden
1
-2
/
+2
2011-02-14
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
1
-1
/
+0
2011-02-14
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
1
-3
/
+10
2010-07-29
gallium: Use unified pipe_context::draw_vbo.
Chia-I Wu
1
-1
/
+1
2010-04-10
Squashed commit of the following:
Keith Whitwell
1
-51
/
+55
2010-03-01
util: adapt blitter code to new vertex element cso
Roland Scheidegger
1
-10
/
+1
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
1
-1
/
+0
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
1
-1
/
+1
2010-01-16
gallium: Fix uninitialized instance divisor and index.
Chia-I Wu
1
-0
/
+1
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
1
-1
/
+1
2009-02-27
util: set vbuf.max_index in draw_vertex_buffer()
Keith Whitwell
1
-0
/
+2
2009-01-30
gallium: make p_winsys internal
Zack Rusin
1
-1
/
+0
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
1
-1
/
+1
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
1
-2
/
+3
2008-09-04
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
1
-5
/
+5
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
1
-1
/
+1
2008-05-08
gallium: handle null ptrs
Brian Paul
1
-41
/
+40
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
1
-7
/
+9
2008-03-20
gallium: added util_draw_vertex_buffer()
Brian
1
-20
/
+39
2008-03-17
gallium: new util_draw_texquad() function.
Brian
1
-0
/
+112