index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
/
u_draw_quad.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Allow util_draw_texquad to draw quads with non-integer coordinates.
Alex Corscadden
2011-03-09
1
-2
/
+2
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+0
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-3
/
+10
*
gallium: Use unified pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-1
/
+1
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-51
/
+55
*
util: adapt blitter code to new vertex element cso
Roland Scheidegger
2010-03-01
1
-10
/
+1
*
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-17
1
-1
/
+0
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
gallium: Fix uninitialized instance divisor and index.
Chia-I Wu
2010-01-16
1
-0
/
+1
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-1
/
+1
*
util: set vbuf.max_index in draw_vertex_buffer()
Keith Whitwell
2009-02-27
1
-0
/
+2
*
gallium: make p_winsys internal
Zack Rusin
2009-01-30
1
-1
/
+0
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-1
/
+1
*
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-12-12
1
-2
/
+3
*
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-04
1
-5
/
+5
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-1
/
+1
*
gallium: handle null ptrs
Brian Paul
2008-05-08
1
-41
/
+40
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
1
-7
/
+9
*
gallium: added util_draw_vertex_buffer()
Brian
2008-03-20
1
-20
/
+39
*
gallium: new util_draw_texquad() function.
Brian
2008-03-17
1
-0
/
+112