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
/
tnl
/
t_save_api.c
Age
Commit message (
Expand
)
Author
2004-02-24
glDrawArrays loop was wrong
Brian Paul
2004-01-31
don't call gl functions directly, jump through _glapi_Dispatch table
Brian Paul
2004-01-15
Cosmetic changes.
Brian Paul
2004-01-08
keeping things safe: sanity check back
Daniel Borca
2004-01-08
removed unnecessary (now) sanity check
Daniel Borca
2004-01-07
sanity check for vertex counter
Daniel Borca
2003-12-09
Call UpdateMaterials when they have changed
Keith Whitwell
2003-12-06
Relax assertion to account for empty primitives.
Keith Whitwell
2003-12-05
Backout last change on the displaylist path to fix gears (and probably
Keith Whitwell
2003-12-05
include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined
Brian Paul
2003-12-04
Add missing GLAPIENTRY
Karl Schultz
2003-12-03
Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
Keith Whitwell
2003-11-25
fix assorted g++ warnings
Brian Paul
2003-11-25
Remove unnecessary usage of __FUNCTION__.
Brian Paul
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell