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
/
main
/
vtxfmt_tmp.h
Age
Commit message (
Expand
)
Author
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
2005-08-05
Fix recent problems with display lists and other parts of the code.
Ian Romanick
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
2004-11-27
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
2004-05-27
Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.
Ian Romanick
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-10-06
Fix typo
Keith Whitwell
2003-09-12
Updates to fix problems building with the Open Watcom compiler.
Kendall Bennett
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2002-10-29
updated email addresses
Brian Paul
2002-10-08
fix a typo
Brian Paul
2002-10-08
s/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/
Brian Paul
2001-12-14
vertex program check-in
Brian Paul
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
2001-11-27
don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()
Brian Paul
2001-11-18
API dispath updates
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-11
Support for swappable tnl modules.
Gareth Hughes
2001-03-10
Add a couple of missing functions.
Gareth Hughes
2001-03-09
More generic vtxfmt template, useful for creating neutral tnl module as
Gareth Hughes