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
*
gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytes
Marek Olšák
2017-05-10
1
-2
/
+3
*
gallium/util: remove unused helper util_draw_texquad
Marek Olšák
2017-02-18
1
-66
/
+0
*
gallium/auxiliary: Sanitize NULL checks into canonical form
Edward O'Callaghan
2015-12-06
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-4
/
+7
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-2
/
+1
*
st/vega: don't use user_buffer_create
Marek Olšák
2012-04-30
1
-0
/
+21
*
gallium/util: stop using user buffers in util_draw_texquad
Marek Olšák
2012-04-30
1
-2
/
+3
*
gallium/util: use cso_draw_arrays in util_draw_vertex_buffer
Marek Olšák
2012-04-24
1
-5
/
+4
*
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