summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aatriangle.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().Brian Paul2004-12-181-2/+2
* Update NEED_SECONDARY_COLOR macro to test if either vertex/fragmentBrian Paul2003-12-091-0/+1
* Assorted casts to silence g++ warnings.Brian Paul2003-09-191-0/+1
* Add include for context.h to define NEED_SECONDARY_COLOR.Karl Schultz2003-09-191-0/+1
* Move away from using the ctx->_TriangleCaps bitfield.Brian Paul2003-09-181-1/+1
* Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul2003-04-081-5/+3
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-2/+2
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* optimize compute_coveragef (Evgeny Kotsuba)Brian Paul2003-01-251-18/+28
* improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul2003-01-221-6/+10
* use COPY_CHAN4 macroBrian Paul2003-01-201-3/+4
* Header file clean-up:Brian Paul2002-10-241-2/+3
* Add casts to quiet compiler warnings.Karl Schultz2002-10-181-3/+3
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-4/+4
* New mipmap lambda calculation. Previously, trilinear filtering couldBrian Paul2002-03-161-17/+29
* LOTS of changes, building upon Klaus's work.Brian Paul2002-01-271-1/+2
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-171-5/+12
* improved AA subpixel sample positions (Ray Tice)Brian Paul2001-11-131-38/+51
* silence compiler warnings (last batch for src)Karl Schultz2001-09-191-2/+2
* removed unused varBrian Paul2001-05-291-2/+1
* Fix order of decomposition of quad.Keith Whitwell2001-05-171-3/+3
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-1/+2
* minor clean-ups and more commentsBrian Paul2001-05-151-1/+7
* fixed some divide by zero problems found w/ conformBrian Paul2001-05-101-2/+5
* fixed some divide by zero conformance problemsBrian Paul2001-04-101-4/+7
* Removed DD_Z_NEVER.Brian Paul2001-03-291-2/+2
* adjustment to coverage sample positionsBrian Paul2001-03-281-32/+33
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-2/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-5/+5
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-2/+2
* Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell2001-02-161-10/+7
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-3/+3
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-1/+2
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-19/+19
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-3/+4
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-18/+39
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+413