| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 4 | -7/+7 |
* | list header files in sources files (Dan Nicholson) | Brian Paul | 2006-11-21 | 1 | -0/+16 |
* | List of source (.c) files in each directory. | Brian Paul | 2006-10-11 | 1 | -0/+9 |
* | Rename some functions/macros to better reflect their behaviour: | Brian Paul | 2006-06-13 | 3 | -108/+102 |
* | Fix a few conversion bugs. For example, GLshort->GLfloat conversion | Brian Paul | 2006-06-13 | 1 | -13/+46 |
* | Rename CLIP_ALL_BITS to CLIP_FRUSTUM_BITS to reflect the fact that the value | Brian Paul | 2006-04-06 | 2 | -4/+4 |
* | just some comments/docs | Brian Paul | 2006-04-05 | 1 | -3/+19 |
* | MATH_DEBUG changes from bug #4468. | Brian Paul | 2005-10-07 | 5 | -11/+10 |
* | Committing in . | Jouk Jansen | 2005-09-23 | 1 | -1/+1 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 3 | -12/+12 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -2/+2 |
* | added FREXPF() macro (bug 4060) | Brian Paul | 2005-08-12 | 1 | -3/+3 |
* | Add a set of predicate functions for testing matrices instead of directly | Brian Paul | 2005-06-30 | 2 | -73/+151 |
* | moved to windows build dir | Karl Schultz | 2005-05-24 | 1 | -180/+0 |
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 3 | -5/+49 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -1/+1 |
* | add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696) | Brian Paul | 2005-03-11 | 1 | -3/+4 |
* | Use the 'to' vector to determine the loop count. | Keith Whitwell | 2005-01-07 | 1 | -1/+1 |
* | Initial support for PowerPC specific code in Mesa and DRI drivers. DRI | Ian Romanick | 2004-10-13 | 1 | -2/+7 |
* | fix a bug in analyse_from_scratch() reported by Wes Bethel | Brian Paul | 2004-09-09 | 1 | -12/+13 |
* | clean-ups and comments | Brian Paul | 2004-09-09 | 1 | -37/+40 |
* | move (void) foo; instances after local declarations | Brian Paul | 2004-08-25 | 1 | -7/+4 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 2 | -4/+11 |
* | ALIGN16 macro repairs | Brian Paul | 2004-07-23 | 3 | -18/+16 |
* | patch for AIX (bug 983144) | Brian Paul | 2004-07-05 | 1 | -2/+4 |
* | Add EXT_vertex_cull support to mesa | Keith Whitwell | 2004-05-10 | 1 | -0/+1 |
* | bring over build fixes from stable branch | Alan Hourihane | 2004-04-26 | 4 | -1/+16 |
* | remove redundant macros (also in m_matrix.h) | Brian Paul | 2004-03-08 | 1 | -37/+5 |
* | bring in Keith's _math_matrix_ortho() compiler work-around | Brian Paul | 2004-02-05 | 1 | -15/+21 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 2 | -365/+0 |
* | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | 2003-10-08 | 1 | -0/+2 |
* | Make binary - even though this is a text file, common practice is to store MS... | Karl Schultz | 2003-09-19 | 1 | -180/+180 |
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -2/+2 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -3/+3 |
* | Use correct conversions when translating array colors. | Keith Whitwell | 2003-08-20 | 3 | -1/+98 |
* | VC 6 Project File | Karl Schultz | 2003-07-26 | 1 | -0/+180 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 4 | -168/+536 |
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+9 |
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+36 |
* | fixes for x86 builds | Brian Paul | 2003-06-10 | 1 | -3/+2 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 20 | -20/+0 |
* | silence some warnings (Evgeny Kotsuba) | Brian Paul | 2003-05-28 | 2 | -8/+27 |
* | added comments | Brian Paul | 2003-03-19 | 1 | -3/+18 |
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -13/+13 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 5 | -19/+15 |
* | move matrix type enum out of GLmatrix struct | Brian Paul | 2003-02-25 | 2 | -12/+15 |
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -13/+26 |
* | fix typo in rotation code (bug 659677) | Brian Paul | 2003-01-08 | 1 | -4/+4 |
* | fix bad _mesa_printf() calls (mesa bug 646753) | Brian Paul | 2002-12-04 | 4 | -71/+71 |
* | s/getenv/_mesa_getenv/ | Brian Paul | 2002-10-30 | 1 | -3/+3 |