| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use bitmask/ffs to iterate enabled clip planes. | Mathias Fröhlich | 2016-06-16 | 1 | -27/+24 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -4/+4 |
* | mesa: Replace IS_NEGATIVE(x) with x < 0.0f. | Matt Turner | 2014-09-25 | 1 | -5/+5 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | tnl: s/INLINE/inline/ | Brian Paul | 2011-11-30 | 1 | -3/+3 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | 2010-02-19 | 1 | -8/+8 |
* | Revert "Store clipping distance for user clip planes as part of vertex proces... | Ian Romanick | 2009-10-22 | 1 | -88/+15 |
* | Store clipping distance for user clip planes as part of vertex processing | Ian Romanick | 2009-10-13 | 1 | -15/+88 |
* | tnl: updated clip debug code (disabled) | Brian Paul | 2009-06-03 | 1 | -9/+19 |
* | tnl: added some clip debug/print code (disabled) | Brian Paul | 2009-05-07 | 1 | -0/+19 |
* | tnl: replace 0x3f with CILP_FRUSTUM_BITS | Brian Paul | 2009-05-07 | 1 | -3/+3 |
* | Fix broken line clipping. | Brian Paul | 2006-10-18 | 1 | -3/+8 |
* | Fix a dangerous use of ASSERT in an else-clause not enclosed in braces. | Brian Paul | 2006-10-18 | 1 | -2/+4 |
* | use ctx->Light.ShadeModel instead of ctx->_TriangleCaps | Brian Paul | 2006-07-20 | 1 | -3/+3 |
* | Fix line clipping bug 6512. | Brian Paul | 2006-04-06 | 1 | -24/+28 |
* | Clean up clipping somewhat | Keith Whitwell | 2005-12-01 | 1 | -36/+46 |
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 1 | -3/+3 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -5/+5 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -5/+5 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Replaced ClipEnabled[] array and _AnyClip with ClipPlanesEnabled bitmask. | Brian Paul | 2002-03-29 | 1 | -18/+18 |
* | replaced __inline with INLINE | Brian Paul | 2001-07-13 | 1 | -10/+8 |
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -10/+10 |
* | Use correct PV when clipping. | Keith Whitwell | 2001-05-09 | 1 | -7/+7 |
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 1 | -29/+29 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -13/+16 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -9/+9 |
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 1 | -72/+74 |
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 1 | -3/+3 |
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 1 | -21/+24 |
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 1 | -397/+161 |
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 1 | -2/+2 |
* | fix sproingies bug | Keith Whitwell | 2000-12-27 | 1 | -13/+1 |
* | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell | 2000-12-27 | 1 | -47/+83 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -0/+477 |