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
/
mesa
/
pipe
/
draw
/
draw_vbuf.c
Age
Commit message (
Expand
)
Author
2008-02-06
gallium: Use p_debug.h instead of non-portable stdio.h/assert.h functions.
José Fonseca
2008-01-30
gallium: Teach draw_vf about draw vertices.
José Fonseca
2008-01-29
gallium: Emit point size as a constant.
José Fonseca
2008-01-29
gallium: Allow draw_vf usage to be controlled at runtime.
José Fonseca
2008-01-28
gallium: remove dead code from draw_vf*
Keith Whitwell
2008-01-28
First stab at hooking draw_vbuf & vf.
José Fonseca
2008-01-28
Simplify prototypes of draw_vbuf's internal functions.
José Fonseca
2008-01-28
Cache the vinfo in vbuf_stage.
José Fonseca
2008-01-26
gallium: disable unnecessary point/line/tri re-validation in vbuf_flush_indic...
Brian
2008-01-25
gallium: better flush logic in draw module
Brian
2008-01-25
gallium: replace prim pipeline begin/end() functions with flush()
Brian
2008-01-23
gallium: rename FORMAT_x to EMIT_x and use EMIT_ALL to emit whole vertex as-i...
Brian
2008-01-23
gallium: restore/rewrite vbuf code for softpipe
Brian
2008-01-22
gallium: Don't allocate a vertex buffer until after setting the prim type.
Brian
2008-01-22
gallium: Added FORMAT_1F_PSIZE to insert constant point size into vertices
Brian
2008-01-21
gallium: add a src_index[] array to draw's vertex_info for mapping post-xform...
Brian
2008-01-16
vbuf updates/fixes (KeithW)
Brian
2008-01-11
vbuf_flush_vertices() instead of vbuf_flush_indices() in vbuf_end()
Brian
2008-01-11
Fix malloc size buf, silence signed/unsigned comparision warning
Brian
2008-01-10
Additional parameters to vbuf_render->draw()
Brian
2007-12-09
gallium: add draw_stage::destroy().
Michal
2007-11-22
New vertex buffer stage.
José Fonseca