summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_cliptmp.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-25mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner1-5/+5
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
2011-11-30tnl: s/INLINE/inline/Brian Paul1-3/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-8/+8
2009-10-22Revert "Store clipping distance for user clip planes as part of vertex proces...Ian Romanick1-88/+15
2009-10-13Store clipping distance for user clip planes as part of vertex processingIan Romanick1-15/+88
2009-06-03tnl: updated clip debug code (disabled)Brian Paul1-9/+19
2009-05-07 tnl: added some clip debug/print code (disabled)Brian Paul1-0/+19
2009-05-07tnl: replace 0x3f with CILP_FRUSTUM_BITSBrian Paul1-3/+3
2006-10-18Fix broken line clipping.Brian Paul1-3/+8
2006-10-18Fix a dangerous use of ASSERT in an else-clause not enclosed in braces.Brian Paul1-2/+4
2006-07-20use ctx->Light.ShadeModel instead of ctx->_TriangleCapsBrian Paul1-3/+3
2006-04-06Fix line clipping bug 6512.Brian Paul1-24/+28
2005-12-01Clean up clipping somewhatKeith Whitwell1-36/+46
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell1-3/+3
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-5/+5
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-5/+5
2002-10-29updated email addressesBrian Paul1-2/+2
2002-03-29Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask.Brian Paul1-18/+18
2001-07-13replaced __inline with INLINEBrian Paul1-10/+8
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell1-10/+10
2001-05-09Use correct PV when clipping.Keith Whitwell1-7/+7
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-29/+29
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-13/+16
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+9
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-72/+74
2001-01-17Fixes for performance bug on compiled array element paths.Keith Whitwell1-3/+3
2001-01-13Fix crash in book/stencil.Keith Whitwell1-21/+24
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell1-397/+161
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell1-2/+2
2000-12-27fix sproingies bugKeith Whitwell1-13/+1
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell1-47/+83
2000-12-26Major rework of tnl moduleKeith Whitwell1-0/+477