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.c
Age
Commit message (
Expand
)
Author
2001-03-22
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
Brian Paul
2001-03-21
minor re-org in sample_depth_texture()
Brian Paul
2001-03-15
use IROUND() instead of (int) cast (Klaus Niederkrueger)
Brian Paul
2001-03-08
More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-26
bilinear sampling of depth textures
Brian Paul
2001-02-20
Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-07
check texture texel type before using optimized sampling functions
Brian Paul
2001-02-06
Overhaul of texture image handling.
Brian Paul
2001-01-06
Implementation of GL_EXT_texture_env_dot3.
Gareth Hughes
2001-01-05
Fixed bug in MinMagThresh computation.
Brian Paul
2001-01-03
More color macro clean-ups.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-12-14
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
Brian Paul
2000-12-08
minor comments, clean-up
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