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_span.h
Age
Commit message (
Expand
)
Author
2002-06-15
Added ctx parameter to _mesa_debug()
Brian Paul
2002-04-12
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-02-17
Simplified fog code.
Brian Paul
2002-01-28
More span improvements. Removed _mesa_write_monocolor_span().
Brian Paul
2002-01-28
More span clean-up, mostly texture-related.
Brian Paul
2002-01-27
LOTS of changes, building upon Klaus's work.
Brian Paul
2002-01-21
Klaus's latest patches and some clean-up
Brian Paul
2002-01-16
latest changes from Klaus
Brian Paul
2002-01-10
Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere
Brian Paul
2001-12-17
first checkpoint commit of Klaus's new span code (struct sw_span)
Brian Paul
2001-11-19
More span rendering optimizations from Klaus Niederkrueger
Brian Paul
2001-05-15
Apply antialiasing coverage factor to alpha after texture application,
Brian Paul
2001-05-03
interpolate fog valus as floats, not fixed - fixed the swrast fog problem
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell