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.c
Age
Commit message (
Expand
)
Author
2001-08-14
Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.
Brian Paul
2001-07-23
don't clamp colors if GLchan==GLfloat in add_colors()
Brian Paul
2001-06-18
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
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-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-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-15
minor scissor optimizations (Klaus Niederkrueger)
Brian Paul
2001-02-14
removed a misplaced _mesa_logicop_ci_span() call
Brian Paul
2001-01-05
Fixed bug in MinMagThresh computation.
Brian Paul
2000-12-12
clipping, fog, texture optimizations (Klaus Niederkrueger)
Brian Paul
2000-11-14
Removed Driver.Color() and Driver.Index() functions.
Brian Paul
2000-11-13
Cleanup of derived state calculation prior to seperating software T&L
Keith Whitwell
2000-11-05
Reorganized software rasterizer as a module which manages its own state,
Keith Whitwell
2000-10-31
Moved software rasterizer functionality to new directory.
Keith Whitwell