mesa: implement core Mesa support for GL_ARB_draw_instanced
[mesa.git] / src / mesa / swrast / s_alpha.c
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-28 Brian Paulswrast: s/FIXED_TO_FLOAT/FixedToFloat/
2010-01-28 Brian Paulswrast: silence double->float assignment warnings
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-01 BrianNew SWspanarrays attribs[] array.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-19 Brian Paulfixed Fixed/Int bug
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-25 Brian PaulInitial work for supporting different renderbuffer...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.