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_fog.c
Age
Commit message (
Expand
)
Author
2001-09-19
silence compiler warnings (last batch for src)
Karl Schultz
2001-06-18
fix glDraw/CopyPixels w/ fog bug. minor fog code clean-ups.
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-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-01-03
added divide by zero checks
Brian Paul
2001-01-03
More color macro clean-ups.
Brian Paul
2001-01-02
minor GLchan-related changes
Brian Paul
2000-12-15
minor fog clean-ups (Klaus Niederkrueger)
Brian Paul
2000-12-13
replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)
Brian Paul
2000-11-15
rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...
Brian Paul
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