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
/
drivers
/
glide
/
fxtris.c
Age
Commit message (
Expand
)
Author
2003-10-02
updates from Daniel Borca
Brian Paul
2003-09-23
remove a _TriangleCaps reference
Brian Paul
2003-06-16
fix include paths (Daniel Borca)
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-08-21
fixed array index typo in VERT_SAVE_RGBA() macro
Brian Paul
2001-11-06
casts to silence warnings from gcc 2.96
Brian Paul
2001-09-23
fixed some configure;make build problems. cleaned-up copyright info.
Brian Paul
2001-09-19
fix fallback for stippled polygons, removed a debug message
Brian Paul
2001-09-18
remove some debug
Keith Whitwell
2001-09-18
Fix FX driver to the point where gears & morph3d work.
Keith Whitwell
2001-08-29
changes to allow the driver to compile - still doesn't work though
Brian Paul
2001-07-17
Fix Alan Barnett's 'try10' display list bug.
Keith Whitwell
2001-07-13
Committing in .
Jouk Jansen
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-02
fixed vertex color problems
Brian Paul
2001-05-01
float color changes
Keith Whitwell
2001-03-29
Removed DD_Z_NEVER.
Brian Paul
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-03
used indent to clean-up the code
Brian Paul
2001-01-08
Fixed 'IRound' to 'IROUND' in mmath.h
Keith Whitwell
2001-01-08
Bring the FX driver into line with core mesa changes.
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell