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_private.h
Age
Commit message (
Expand
)
Author
2007-08-20
Move vertex transformation/shader code into draw_prim.c to avoid need for vs_...
Brian
2007-08-20
remove some of the #ifndef MESA stuff
Brian
2007-08-20
remove dead code related to vf module
Brian
2007-08-20
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
Move guts of vertex array drawing into the 'draw' module.
Brian
2007-08-19
Fix some draw_arrays issues.
Brian
2007-08-17
added pipe ptr to draw_context
Brian
2007-08-16
Remove many dependencies on mesa headers.
Brian
2007-08-16
Remove GL/mesa types, rearrange things into more logical groups
Brian
2007-08-16
Drawing code refactoring.
Brian
2007-08-15
added vertex array info fields
Brian
2007-08-14
Beginnings of a demand-filled post-tnl vertex cache.
Keith Whitwell
2007-07-25
Implement line stippling.
Brian
2007-07-12
Rename prim_stage -> draw_stage
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