move FLUSH_CURRENT
[mesa.git] / src / mesa / tnl / t_pipeline.c
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-04-16 Brianunhook t_vb_arbprogram.c code - it's going away
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
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-06-13 Brian Paulremove some unneeded #includes
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-02-13 Michal KrolAdd ARB_vertex_shader stage just before render stage.
2005-11-01 Keith WhitwellAdd a NotifyInputChanges() callback so that drivers...
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-02-10 Keith Whitwellmesa-tnl-0-to-NULL.patch from Jeff Muizelaar
2004-01-31 Brian Paulminor #ifdef fix
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-14 Brian Paulvertex program check-in
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-04-30 Keith WhitwellRestore optimization for cva glArrayElement operation.
2001-04-19 Keith WhitwellRemove values from VB->importable_data as those arrays...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Jouk Jansen Modified Files:
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories