summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast
Commit message (Expand)AuthorAgeFilesLines
...
* minor bug fixesBrian Paul2001-01-041-4/+9
* added divide by zero checksBrian Paul2001-01-031-3/+12
* New point rasterization functions based on template code thatBrian Paul2001-01-032-894/+393
* More color macro clean-ups.Brian Paul2001-01-033-15/+19
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-38/+19
* minor GLchan-related changesBrian Paul2001-01-021-9/+22
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-2/+7
* Major rework of tnl moduleKeith Whitwell2000-12-264-12/+48
* minor fog clean-ups (Klaus Niederkrueger)Brian Paul2000-12-151-16/+19
* Renamed texture object _P to _MaxLevel and _M to _MaxLambda.Brian Paul2000-12-141-23/+23
* replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)Brian Paul2000-12-131-2/+2
* improved precision of glReadPixels for colorbuffers < 24bppBrian Paul2000-12-131-4/+22
* disabled two optimized textured triangle functions because of texcoord interp...Brian Paul2000-12-121-4/+8
* clipping, fog, texture optimizations (Klaus Niederkrueger)Brian Paul2000-12-121-127/+156
* _MultiTextureEnabled was being computed incorrectlyBrian Paul2000-12-091-3/+3
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-2/+111
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-082-44/+30
* minor comments, clean-upBrian Paul2000-12-082-10/+9
* changed error tests for depth and stencil buffersBrian Paul2000-11-281-3/+3
* fixed parameter mis-ordering bug in Driver.StencilSpan callsBrian Paul2000-11-281-7/+7
* Committing in .Jouk Jansen2000-11-281-2/+2
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-3/+23
* fixed a convolution pixel store bugBrian Paul2000-11-281-2/+2
* Modified Files:Jouk Jansen2000-11-221-3/+3
* Committing in .Jouk Jansen2000-11-2224-191/+191
* minor clean-ups (Klaus Niederkrueger)Brian Paul2000-11-211-6/+6
* minor clean-upsBrian Paul2000-11-211-30/+27
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-1916-188/+269
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-163-10/+3
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-11/+11
* rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthogr...Brian Paul2000-11-151-24/+85
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-142-22/+8
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-1320-173/+292
* replaced s_imaging.h with s_histogram.hBrian Paul2000-11-101-2/+2
* renamed to histogramBrian Paul2000-11-101-106/+0
* minor changes to silence compiler warningsBrian Paul2000-11-105-23/+31
* hooked in new AA line code, minor clean-upBrian Paul2000-11-051-181/+53
* New implementation of antialiased lines. Mesa should now pass the remainingBrian Paul2000-11-053-0/+871
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-0533-2104/+2578
* Always call Driver.SetReadBuffer() in copy pixels functions, just to be safeBrian Paul2000-10-311-2/+16
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-3144-0/+21081