summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_pipeline.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2010-01-12tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee
2009-11-19tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt
2008-06-16Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-16unhook t_vb_arbprogram.c code - it's going awayBrian
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian
2006-06-13remove some unneeded #includesBrian Paul
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol
2005-11-01Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell
2005-04-22Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell
2005-04-22Simplify the pipeline_stage structureKeith Whitwell
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell
2004-01-31minor #ifdef fixBrian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul
2001-12-15disable debug printf's, fix a crashBrian Paul
2001-12-14vertex program check-inBrian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell
2001-04-30Restore optimization for cva glArrayElement operation.Keith Whitwell
2001-04-19Remove values from VB->importable_data as those arrays are removedKeith Whitwell
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-27 Modified Files:Jouk Jansen
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-20minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell