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
Age
Commit message (
Expand
)
Author
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-13
Fix more polygon winding, culling confusion.
Brian
2007-07-13
Fix for-loop in interp() so we don't go out of bounds.
Brian
2007-07-12
Rename prim_stage -> draw_stage
Brian
2007-07-12
front/back-face determination was wrong
Brian
2007-07-12
culling was inverted
Brian
2007-07-12
handle edge flags for GL_POLYGONs
Brian
2007-07-12
fix MIN/MAX mix-up
Brian
2007-07-11
remove unused hw_data_offset
Brian
2007-07-11
Fix broken depth offset.
Brian
2007-07-10
Fix line clipping bug. New comments.
Brian
2007-07-10
clamp after offsetting, new comments
Brian
2007-07-10
remove unneeded casts, added comments
Brian
2007-07-10
comments, clean-up
Brian
2007-07-10
added comments
Brian
2007-07-10
Fix front/back mix-up. added comments.
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
New 'draw' module for handling the various stages of primitive drawing (clipp...
Brian
2007-07-09
Rename/move some files to modularize the primitive/draw code.
Brian