summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_pipeline.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-300/+0
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-9/+9
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2015-02-23mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner1-0/+78
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_vert_result enum with gl_varying_slot.Paul Berry1-1/+1
2011-08-11swrast: initial multi-threaded span renderingAndreas Fänger1-0/+12
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-1/+1
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-1/+0
2010-01-12tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee1-1/+0
2009-11-19tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt1-4/+0
2008-06-16Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet1-1/+1
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-5/+5
2007-04-16unhook t_vb_arbprogram.c code - it's going awayBrian1-7/+3
2006-12-13Checkpoint work for new GLSL compiler back-end.Brian1-4/+1
2006-06-13remove some unneeded #includesBrian Paul1-3/+0
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-1/+1
2006-02-13Add ARB_vertex_shader stage just before render stage.Michal Krol1-2/+5
2005-11-01Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell1-0/+4
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell1-8/+10
2005-05-18Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell1-3/+13
2005-04-22Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell1-0/+4
2005-04-22Simplify the pipeline_stage structureKeith Whitwell1-80/+66
2005-02-10mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell1-1/+1
2004-01-31minor #ifdef fixBrian Paul1-1/+1
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell1-0/+3
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul1-0/+6
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-10/+8
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-4/+3
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-10-16surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul1-1/+3
2002-01-22Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul1-2/+2
2001-12-15disable debug printf's, fix a crashBrian Paul1-3/+1
2001-12-14vertex program check-inBrian Paul1-1/+4
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes1-4/+4
2001-05-10Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell1-32/+18
2001-04-30Restore optimization for cva glArrayElement operation.Keith Whitwell1-2/+9
2001-04-19Remove values from VB->importable_data as those arrays are removedKeith Whitwell1-2/+3
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-5/+5
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-24/+23
2001-02-16Fixed conform problems with recent material tracking change.Keith Whitwell1-2/+1
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell1-1/+6
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-23/+33