Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
[mesa.git] / src / mesa / swrast /
2001-01-29 Brian Pauloptimized lambda computation (Klaus Niederkrueger)
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith WhitwellUse correct pv in swrast lines routines
2001-01-06 Gareth HughesImplementation of GL_EXT_texture_env_dot3.
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-04 Brian Pauladded divide by zero check
2001-01-04 Brian Paulchanged some point functions, new picking code
2001-01-04 Brian Paulminor bug fixes
2001-01-03 Brian Pauladded divide by zero checks
2001-01-03 Brian PaulNew point rasterization functions based on template...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2001-01-02 Brian Paulminor GLchan-related changes
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-15 Brian Paulminor fog clean-ups (Klaus Niederkrueger)
2000-12-14 Brian PaulRenamed texture object _P to _MaxLevel and _M to _MaxLa...
2000-12-13 Brian Paulreplaced GLfixed with GLfloat in _mesa_fog_ci_pixels...
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-12-12 Brian Pauldisabled two optimized textured triangle functions...
2000-12-12 Brian Paulclipping, fog, texture optimizations (Klaus Niederkrueger)
2000-12-09 Brian Paul_MultiTextureEnabled was being computed incorrectly
2000-12-08 Brian PaulInitial work on GL_MESA_sprite_point extension.
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-12-08 Brian Paulminor comments, clean-up
2000-11-28 Brian Paulchanged error tests for depth and stencil buffers
2000-11-28 Brian Paulfixed parameter mis-ordering bug in Driver.StencilSpan...
2000-11-28 Jouk Jansen Committing in .
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-28 Brian Paulfixed a convolution pixel store bug
2000-11-22 Jouk Jansen Modified Files:
2000-11-22 Jouk Jansen Committing in .
2000-11-21 Brian Paulminor clean-ups (Klaus Niederkrueger)
2000-11-21 Brian Paulminor clean-ups
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-15 Brian Paulrewrite of _mesa_win_fog_coords_from_z() so that both...
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-10 Brian Paulrenamed to histogram
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Brian Paulhooked in new AA line code, minor clean-up
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Brian PaulAlways call Driver.SetReadBuffer() in copy pixels funct...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.