Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / swrast_setup / ss_context.c
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-08 Brian Paulmesa: fix vertex format/attribute bug
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' 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-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2007-11-30 Brianfix broken two-sided stencil
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 BrianIn _swsetup_Translate(), update dest->attrib[FRAG_ATTRI...
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-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianadded comment, remove dead code
2007-06-22 BrianFix feedback color bug #11332. In feedback mode, produ...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 BrianFix problem w/ two-sided lighting and fragment programs...
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2007-04-28 Brianuse EMIT_1F or EMIT_4F for fog depending on fragment...
2007-04-24 Brianremove SWvertex->fog field, use attrib field
2007-04-24 Briansome re-org, clean-up
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-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2006-12-22 Brians/attribute/varying/
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 Brianvarying var changes
2006-06-14 Brian Pauls/ATTRIBUTE/GENERIC/
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-14 Brian Pauls/MaxTextureUnits/MaxTextureCoordUnits/
2006-04-11 Michal KrolMore GLSL code:
2004-03-21 Brian Paulfix array index error in _swsetup_Translate (Felix)
2004-02-04 Brian Paulfix two-sided lighting / vertex program bug (#887330)
2004-01-13 Karl Schultzchange type of loop index var to remove compiler warning.
2004-01-06 Keith WhitwellFixes for _swsetup_Translate()
2004-01-05 Keith WhitwellBeef up t_vertex.c:
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-08-08 Brian Paulinitialize SWvertex array to zeros
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Keith WhitwellA new module to provide RasterSetup and advanced triang...