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
/
swrast
/
s_span.h
Age
Commit message (
Expand
)
Author
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-25
replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]
Brian Paul
2003-03-15
Fix up some fragment program texture enable issues.
Brian Paul
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