summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_cliptmp.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-161-27/+24
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-251-5/+5
* 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
* tnl: s/INLINE/inline/Brian Paul2011-11-301-3/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-8/+8
* Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick2009-10-221-88/+15
* Store clipping distance for user clip planes as part of vertex processingIan Romanick2009-10-131-15/+88
* tnl: updated clip debug code (disabled)Brian Paul2009-06-031-9/+19
* tnl: added some clip debug/print code (disabled)Brian Paul2009-05-071-0/+19
* tnl: replace 0x3f with CILP_FRUSTUM_BITSBrian Paul2009-05-071-3/+3
* Fix broken line clipping.Brian Paul2006-10-181-3/+8
* Fix a dangerous use of ASSERT in an else-clause not enclosed in braces.Brian Paul2006-10-181-2/+4
* use ctx->Light.ShadeModel instead of ctx->_TriangleCapsBrian Paul2006-07-201-3/+3
* Fix line clipping bug 6512.Brian Paul2006-04-061-24/+28
* Clean up clipping somewhatKeith Whitwell2005-12-011-36/+46
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-3/+3
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-5/+5
* 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-5/+5
* updated email addressesBrian Paul2002-10-291-2/+2
* Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul2002-03-291-18/+18
* replaced __inline with INLINEBrian Paul2001-07-131-10/+8
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-10/+10
* Use correct PV when clipping.Keith Whitwell2001-05-091-7/+7
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-29/+29
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-13/+16
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-9/+9
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-72/+74
* Fixes for performance bug on compiled array element paths.Keith Whitwell2001-01-171-3/+3
* Fix crash in book/stencil.Keith Whitwell2001-01-131-21/+24
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-397/+161
* Add render stage for unclipped vb's to fx driver.Keith Whitwell2000-12-281-2/+2
* fix sproingies bugKeith Whitwell2000-12-271-13/+1
* Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell2000-12-271-47/+83
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+477