Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / drivers / dri / r200 / r200_swtcl.c
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-17 Christoff Brillremove CVS/XFree86 keywords
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-31 Keith Whitwellremove vtxfmt code, switch over to vbo
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-04-11 Michal KrolMore GLSL code:
2006-02-16 Roland ScheideggerReinstate vertex format after a rasterization fallback...
2005-10-31 Brian Paulfix problems found with gcc 2.96 (bug 4934)
2005-10-05 Roland Scheideggerenable point sizes larger than 1 (for aliased points...
2005-09-01 Brian Pauls/__inline/INLINE/
2005-06-26 Eric AnholtFix crashes during rasterization fallback by avoiding...
2005-05-31 Eric AnholtCorrect the descriptions of the glBlend{Equation,Func...
2005-05-31 Eric AnholtRemove unused CTX_ARG2 define.
2005-02-17 Brian Pauls/0/NULL/ (Jeff Muizelaar)
2005-02-10 Roland Scheidegger(Andreas Stenglein) fix projected textures with swtcl...
2004-11-23 Roland Scheideggerrevert enabling of hw quads for swtcl. It lead to probl...
2004-11-12 Roland Scheideggerenable hw quad primitive for swtcl
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-10-23 Ian RomanickBig-endian fixes for R200 sw TCL path.
2004-10-16 Eric AnholtAdd code to support projective texturing and fix mixed...
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-08-16 Eric AnholtRemove unused HAVE_INDEX define.
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-02 Roland Scheideggeradd support for more than 2 texture units (max 6, defau...
2004-05-05 Ian RomanickAdded support for the 3rd texture coordinate for cubema...
2004-04-23 Ian RomanickConvert R200 driver to use the t_vertex interface.
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
2003-08-06 Keith Whitwellr200 driver, brought over by Jon Smirl