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_vb.c
Age
Commit message (
Expand
)
Author
2007-08-20
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
Move guts of vertex array drawing into the 'draw' module.
Brian
2007-08-16
Remove many dependencies on mesa headers.
Brian
2007-08-16
move the draw_alloc/free_tmps() functions to draw_prim.c
Brian
2007-08-16
Drawing code refactoring.
Brian
2007-08-15
comment
Brian
2007-08-15
comments, minor clean-ups
Brian
2007-08-14
use regular malloc/free instead of macros
Brian
2007-08-14
Beginnings of a demand-filled post-tnl vertex cache.
Keith Whitwell
2007-08-02
Implement new draw_vertices() path for simple vertex array drawing, use it fo...
Brian
2007-07-25
Implement line stippling.
Brian
2007-07-12
Rename prim_stage -> draw_stage
Brian
2007-07-12
handle edge flags for GL_POLYGONs
Brian
2007-07-10
Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.
Brian
2007-07-09
Remove softpipe includes
Brian
2007-07-09
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
Rename/move some files to modularize the primitive/draw code.
Brian