summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_pipeline.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Move START/END_FAST_MATH macros to their only use.Matt Turner2015-02-231-0/+78
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* Replace gl_vert_result enum with gl_varying_slot.Paul Berry2013-03-151-1/+1
* swrast: initial multi-threaded span renderingAndreas Fänger2011-08-111-0/+12
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-1/+1
* Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-1/+0
|\
| * tnl: Remove unnecessary header from t_pipeline.c.Vinson Lee2010-01-121-1/+0
* | tnl: Remove unused NotifyInputChanges() tnl dd hook.Eric Anholt2009-11-191-4/+0
|/
* Compute/setup fog coordinates even if vertex program is enabled.H. Verbeet2008-06-161-1/+1
* Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian2007-07-041-5/+5
* unhook t_vb_arbprogram.c code - it's going awayBrian2007-04-161-7/+3
* Checkpoint work for new GLSL compiler back-end.Brian2006-12-131-4/+1
* remove some unneeded #includesBrian Paul2006-06-131-3/+0
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+1
* Add ARB_vertex_shader stage just before render stage.Michal Krol2006-02-131-2/+5
* Add a NotifyInputChanges() callback so that drivers (particularly tnlKeith Whitwell2005-11-011-0/+4
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-8/+10
* Remove old t_vertex.c codegen infrastructure, tie in new code.Keith Whitwell2005-05-181-3/+13
* Move the call to _tnl_UpdateFixedFunctionProgram to makeKeith Whitwell2005-04-221-0/+4
* Simplify the pipeline_stage structureKeith Whitwell2005-04-221-80/+66
* mesa-tnl-0-to-NULL.patch from Jeff MuizelaarKeith Whitwell2005-02-101-1/+1
* minor #ifdef fixBrian Paul2004-01-311-1/+1
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-0/+3
* Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul2003-12-041-0/+6
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-10/+8
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+3
* updated email addressesBrian Paul2002-10-291-2/+2
* Header file clean-up:Brian Paul2002-10-241-2/+2
* surround vertex program code with #if FEATURE_NV_vertex_program/#endifBrian Paul2002-10-161-1/+3
* Clean-up/renaming of the per-vertex attribute bits, specifically, theBrian Paul2002-01-221-2/+2
* disable debug printf's, fix a crashBrian Paul2001-12-151-3/+1
* vertex program check-inBrian Paul2001-12-141-1/+4
* Initial commit of cliptest work. More to come shortly.Gareth Hughes2001-05-211-4/+4
* Replace PipelineStart, PipelineFinish with RunPipeline. Clean upKeith Whitwell2001-05-101-32/+18
* Restore optimization for cva glArrayElement operation.Keith Whitwell2001-04-301-2/+9
* Remove values from VB->importable_data as those arrays are removedKeith Whitwell2001-04-191-2/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+5
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-24/+23
* Fixed conform problems with recent material tracking change.Keith Whitwell2001-02-161-2/+1
* Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell2001-02-151-1/+6
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-23/+33
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-3/+3
* Fixed conform feedback and drawelements tests.Keith Whitwell2001-01-141-1/+2
* Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell2001-01-081-2/+1