index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
swrast
/
s_aaline.c
Age
Commit message (
Expand
)
Author
2002-04-19
Allocate a sw_span struct in the swrast context instead of allocating it
Brian Paul
2002-02-02
sw_span can now hold x/y arrays of fragment positions - getting ready to
Brian Paul
2001-09-18
more compiler warning fixes
Karl Schultz
2001-05-21
fixed a number of multi-texture line bugs
Brian Paul
2001-05-17
Fix order of decomposition of quad.
Keith Whitwell
2001-05-10
fixed some divide by zero problems found w/ conform
Brian Paul
2001-04-10
fixed some divide by zero conformance problems
Brian Paul
2001-03-28
adjustment to coverage sample positions
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-05
New implementation of antialiased lines. Mesa should now pass the remaining
Brian Paul