assorted changes for supporting GLfloat color channels (not done)
[mesa.git] / src / mesa / swrast / s_texture.c
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-06-01 Brian Paulapplied Klaus Niederkrueger's CHAN_BITS==32 patch
2001-05-30 Brian PaulGLubyte -> GLchan fix
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-23 Brian Paulfixed two mistakes in texture combine code
2001-04-19 Brian Paulremoved glext.h hacks
2001-04-17 Brian Paulminor optimization to dot3 computation
2001-04-17 Brian PaulFixed a number of minor GL_ARB_texture_env_combine...
2001-04-12 Brian PaulMoved FRAC macro out of mmath.h into s_texture.c since...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-28 Gareth HughesMore texture format updates. Drivers now need only...
2001-03-26 Brian Pauladded GL_ARB_texture_border_clamp
2001-03-23 Brian Paulfixed Min/Max lod clamp bug
2001-03-22 Brian Pauladded GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
2001-03-21 Brian Paulminor re-org in sample_depth_texture()
2001-03-15 Brian Pauluse IROUND() instead of (int) cast (Klaus Niederkrueger)
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-26 Brian Paulbilinear sampling of depth textures
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-07 Brian Paulcheck texture texel type before using optimized samplin...
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-08 Brian Paulminor comments, clean-up
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.