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_vb_cliptmp.h
Age
Commit message (
Expand
)
Author
2006-10-18
Fix broken line clipping.
Brian Paul
2006-10-18
Fix a dangerous use of ASSERT in an else-clause not enclosed in braces.
Brian Paul
2006-07-20
use ctx->Light.ShadeModel instead of ctx->_TriangleCaps
Brian Paul
2006-04-06
Fix line clipping bug 6512.
Brian Paul
2005-12-01
Clean up clipping somewhat
Keith Whitwell
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-29
updated email addresses
Brian Paul
2002-03-29
Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.
Brian Paul
2001-07-13
replaced __inline with INLINE
Brian Paul
2001-07-12
Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it
Keith Whitwell
2001-05-09
Use correct PV when clipping.
Keith Whitwell
2001-04-28
Support for floating point color representation in tnl module.
Keith Whitwell
2001-03-19
Split driver struct into swrast/tnl/core components.
Keith Whitwell
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-01-29
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
Keith Whitwell
2001-01-17
Fixes for performance bug on compiled array element paths.
Keith Whitwell
2001-01-13
Fix crash in book/stencil.
Keith Whitwell
2001-01-05
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
Keith Whitwell
2000-12-28
Add render stage for unclipped vb's to fx driver.
Keith Whitwell
2000-12-27
fix sproingies bug
Keith Whitwell
2000-12-27
Fixes for compiling assembly (disable unused 'masked' versions)
Keith Whitwell
2000-12-26
Major rework of tnl module
Keith Whitwell