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
/
state_tracker
/
st_draw.c
Age
Commit message (
Expand
)
Author
2007-09-10
merge buffer_unreference(), buffer_reference()
Brian
2007-08-24
Fixup include paths after rename
Keith Whitwell
2007-08-23
map Mesa vertex attribs/arrays to TGSI attribs
Brian
2007-08-20
Checkpoint: remove more of the old draw_vb() code.
Brian
2007-08-20
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-20
implement DrawElements, still some rough spots
Brian
2007-08-18
Create a default vertex attribute buffer which mirrors ctx->Current.Attrrib[]
Brian
2007-08-16
Remove many dependencies on mesa headers.
Brian
2007-08-16
misc changes to support vertex shaders (disabled by default)
Brian
2007-08-15
convert vbo->draw_prims() to pipe->draw_arrays(): works in very limited cases...
Brian
2007-08-15
sketch out vbo drawing function
Brian
2007-08-02
Reroute some clear functionality.
Keith Whitwell
2007-06-20
Rename static variable in temporary tnl code
Keith Whitwell
2007-06-20
better comment
Brian
2007-06-20
actually use new glClear code
Brian
2007-06-20
fix comment
Brian
2007-06-14
Rename directories again?!
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell