aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/swrast.h
Commit message (Expand)AuthorAgeFilesLines
...
* updated email addressesBrian Paul2002-10-291-2/+2
* doxygen comments (Klaus Niederkrueger)Brian Paul2002-10-211-13/+26
* Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul2002-10-111-10/+10
* multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul2002-10-041-2/+5
* finished up GL_EXT_stencil_two_sideBrian Paul2002-10-021-1/+5
* pull-in changes from DRI/Mesa-4.0.4Brian Paul2002-09-171-1/+6
* struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul2002-08-071-27/+37
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-5/+18
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-191-21/+34
* updated a few commentsBrian Paul2002-04-121-4/+5
* Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul2002-04-121-6/+11
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-4/+5
* sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul2002-02-021-1/+5
* Still more texture/span simplification and clean-up.Brian Paul2002-01-281-34/+34
* More span improvements. Removed _mesa_write_monocolor_span().Brian Paul2002-01-281-14/+1
* More span clean-up, mostly texture-related.Brian Paul2002-01-281-10/+3
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-11/+28
* Klaus's latest patches and some clean-upBrian Paul2002-01-211-18/+27
* Klaus's latest patches: change texcoord[3] to texcoord[4] everywhereBrian Paul2002-01-101-4/+4
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-1/+100
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+256
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-1/+3
* Use correct pv in swrast lines routinesKeith Whitwell2001-01-131-6/+1
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-0/+4
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+7
* Compute attenuated point size in a new pipeline stage.Brian Paul2000-12-081-1/+1
* Committing in .Jouk Jansen2000-11-221-20/+20
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-5/+7
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-0/+7
* minor changes to silence compiler warningsBrian Paul2000-11-101-17/+20
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-48/+91
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+108