summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2001-01-04added divide by zero checkBrian Paul
2001-01-04changed some point functions, new picking codeBrian Paul
2001-01-04minor bug fixesBrian Paul
2001-01-03added divide by zero checksBrian Paul
2001-01-03New point rasterization functions based on template code thatBrian 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
2001-01-02minor GLchan-related changesBrian Paul
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-15minor fog clean-ups (Klaus Niederkrueger)Brian Paul
2000-12-14Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul
2000-12-13replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)Brian Paul
2000-12-13improved precision of glReadPixels for colorbuffers < 24bppBrian Paul
2000-12-12disabled two optimized textured triangle functions because of texcoord interp...Brian Paul
2000-12-12clipping, fog, texture optimizations (Klaus Niederkrueger)Brian Paul
2000-12-09_MultiTextureEnabled was being computed incorrectlyBrian Paul
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
2000-12-08Compute attenuated point size in a new pipeline stage.Brian Paul
2000-12-08minor comments, clean-upBrian Paul
2000-11-28changed error tests for depth and stencil buffersBrian Paul
2000-11-28fixed parameter mis-ordering bug in Driver.StencilSpan callsBrian Paul
2000-11-28 Committing in .Jouk Jansen
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-28fixed a convolution pixel store bugBrian Paul
2000-11-22 Modified Files:Jouk Jansen
2000-11-22 Committing in .Jouk Jansen
2000-11-21minor clean-ups (Klaus Niederkrueger)Brian Paul
2000-11-21minor clean-upsBrian Paul
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-11-15rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-10replaced s_imaging.h with s_histogram.hBrian Paul
2000-11-10renamed to histogramBrian Paul
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-05hooked in new AA line code, minor clean-upBrian Paul
2000-11-05New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell
2000-10-31Always call Driver.SetReadBuffer() in copy pixels functions, just to be safeBrian Paul
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell