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_vertex.h
Age
Commit message (
Expand
)
Author
2007-11-21
Replace draw_set_vertex_attributes() with simpler draw_set_vertex_info().
Brian
2007-11-21
Simplify draw module's vertex_info.
Brian
2007-10-29
Remove typedefs from enums.
Zack Rusin
2007-09-20
remove old/used code
Brian
2007-09-20
remove #includes of tgsi_attribs.h
Brian
2007-09-20
checkpoint: TGSI_ATTRIB_x tokens no longer used
Brian
2007-09-20
Checkpoint: vertex attribute clean-up.
Brian
2007-08-31
move some protos from draw_vertex.h to draw_private.h
Brian
2007-08-31
Define attrib_format and interp_mode enum typedefs and use where appropriate.
Brian
2007-08-30
Consolidate vertex-related code in new draw_vertex.c
Brian
2007-08-30
In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...
Brian
2007-08-27
Split out vertex shader/cache/fetch functionality from draw_prim.c
Keith Whitwell
2007-08-24
Fixup include paths after rename
Keith Whitwell
2007-08-23
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
Define a re-usable vertex_info structure to describe vertex layouts.
Brian