summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texture.c
AgeCommit message (Expand)Author
2001-05-16use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul
2001-05-14New IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes problems withBrian Paul
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-04-23fixed two mistakes in texture combine codeBrian Paul
2001-04-19removed glext.h hacksBrian Paul
2001-04-17minor optimization to dot3 computationBrian Paul
2001-04-17Fixed a number of minor GL_ARB_texture_env_combine/dot3 issues.Brian Paul
2001-04-12Moved FRAC macro out of mmath.h into s_texture.c since it's only used thereBrian Paul
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-28More texture format updates. Drivers now need only plug an appropriateGareth Hughes
2001-03-26added GL_ARB_texture_border_clampBrian Paul
2001-03-23fixed Min/Max lod clamp bugBrian Paul
2001-03-22added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3Brian Paul
2001-03-21minor re-org in sample_depth_texture()Brian Paul
2001-03-15use IROUND() instead of (int) cast (Klaus Niederkrueger)Brian Paul
2001-03-08More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-26bilinear sampling of depth texturesBrian Paul
2001-02-20Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture.Brian Paul
2001-02-17Changed FetchTexel() function pointer arguments.Brian Paul
2001-02-07check texture texel type before using optimized sampling functionsBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-01-06Implementation of GL_EXT_texture_env_dot3.Gareth Hughes
2001-01-05Fixed bug in MinMagThresh computation.Brian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-12-08minor comments, clean-upBrian Paul
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell