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_texture.h
Age
Commit message (
Expand
)
Author
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-02-23
Move span stuff from swrast.h to s_context.h (it's private).
Brian Paul
2003-01-26
Make GL_SGI_texture_color_table work per-texture unit.
Brian Paul
2002-05-02
Implemented GL_ARB_texture_env_crossbar.
Brian Paul
2002-04-12
Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive
Brian Paul
2002-01-28
Still more texture/span simplification and clean-up.
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-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-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-01-05
Fixed bug in MinMagThresh computation.
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
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