Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / tnl_dd /
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-25 Brians/fog/attrib[FRAG_ATTRIB_FOGC][0]/
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-23 BrianSWvertex no longer has texcoord field, use attrib field...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-07-28 Eric AnholtFix build failure in the savage driver.
2006-07-20 Brian PaulInstead of testing ctx->_TriangleCaps for flat/smooth...
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-05-25 Keith WhitwellProvide initial values for some variables.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-14 Dave Airliefix signed vs unsigned comparison warnings in tnl_dd
2005-01-23 Felix KuehlingMy last attempt to fix polygon offsets with the reverse...
2005-01-13 Keith WhitwellFix loop for quads-as-triangles.
2005-01-10 Keith WhitwellMore changes to cope with color stride == 0
2005-01-05 Keith WhitwellImprove some quad paths, gives gears a little boost.
2004-11-12 Roland Scheideggerfix quads to use GL_QUADS instead of GL_TRIANGLES as...
2004-11-12 Daniel Borcawip hack for EXT_stencil_two_side
2004-11-12 Adam Jacksonmake render_quads_verts call EMIT_PRIM with the argumen...
2004-11-01 Daniel Borcafixed compilation error
2004-10-29 Daniel Borcamake sure we don't generate random alpha
2004-10-16 Ville SyrjalaRemoved two unnecessary variables.
2004-10-02 Eric AnholtAdd an option for vertices emitted to be swapped CPU_TO...
2004-07-20 Brian Paulfix compare w/ zero warnings (bug 988766)
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-02-04 Keith WhitwellFix off-by-one in calculations for wrapped trifan,...
2003-12-11 Keith WhitwellDon't evaluate GET_CURRENT_VB_MAX_VERTS() until after...
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-09 Keith WhitwellFix incorrect removal of PRIM_PARITY code (ie remove...
2003-11-26 Daniel Borcaaccomodate vtx-0-2-branch
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-09-17 Jon SmirlAdd cast to remove compiler warning
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper