index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
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
2010-07-29
gallium: Use unified pipe_context::draw_vbo.
Chia-I Wu
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-03-01
util: adapt blitter code to new vertex element cso
Roland Scheidegger
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-16
gallium: Fix uninitialized instance divisor and index.
Chia-I Wu
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-27
util: set vbuf.max_index in draw_vertex_buffer()
Keith Whitwell
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-12-12
gallium: avoid mapping same vertex buffer in subsequent frames
Keith Whitwell
2008-09-04
gallium: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-05-08
gallium: handle null ptrs
Brian Paul
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-20
gallium: added util_draw_vertex_buffer()
Brian
2008-03-17
gallium: new util_draw_texquad() function.
Brian