| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/math: Avoid double promotion. | Matt Turner | 2015-07-29 | 1 | -35/+35 |
* | mesa: Use floats for viewport bounds. | Matt Turner | 2015-07-29 | 1 | -2/+2 |
* | Fix a few typos | Zoë Blade | 2015-04-27 | 1 | -1/+1 |
* | mesa: remove DEG2RAD macro | Brian Paul | 2015-02-24 | 1 | -2/+2 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -8/+9 |
* | mesa: Refactor viewport transform computation. | Mathias Fröhlich | 2014-10-24 | 1 | -9/+8 |
* | mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -3/+4 |
* | mesa: Convert gl_viewport_attrib::Near and ::Far to double | Courtney Goeltzenleuchter | 2014-01-20 | 1 | -3/+3 |
* | mesa: modified _mesa_align_free() to accept NULL pointer | Siavash Eliasi | 2013-12-04 | 1 | -8/+5 |
* | 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 |
* | Don't cast the return value of malloc/realloc | Matt Turner | 2012-09-05 | 1 | -2/+2 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -1/+1 |
* | mesa: fix _math_matrix_copy(), again | Brian Paul | 2012-07-30 | 1 | -1/+1 |
* | mesa: Fix wrong sizeof argument in _math_matrix_copy. | Vinson Lee | 2012-07-30 | 1 | -1/+1 |
* | mesa: remove obsolete matrix comment | Brian Paul | 2012-07-26 | 1 | -1/+0 |
* | mesa: fix comment typo: s/pointer/point/ | Brian Paul | 2012-07-26 | 1 | -1/+1 |
* | mesa: remove _math_matrix_alloc_inv() | Brian Paul | 2012-07-26 | 1 | -40/+11 |
* | mesa: loosen small matrix determinant check | Brian Paul | 2012-07-26 | 1 | -1/+1 |
* | math: remove duplicated includes | Nicolas Kaiser | 2010-09-30 | 1 | -1/+0 |
* | mesa: Remove no-op wrappers around trig functions. | Eric Anholt | 2010-05-13 | 1 | -2/+2 |
* | Grammar and spelling fixes | Jeff Smith | 2010-03-12 | 1 | -1/+1 |
* | Drop macro wrappers for the aligned memory functions | Kristian Høgsberg | 2010-02-19 | 1 | -4/+4 |
* | mesa: replace old MEMCPY macro with memcpy | Brian Paul | 2010-02-19 | 1 | -14/+14 |
* | mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i... | Brian Paul | 2009-04-03 | 1 | -3/+2 |
* | mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.c | Brian Paul | 2009-02-12 | 1 | -0/+21 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -7/+7 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -2/+2 |
* | Add a set of predicate functions for testing matrices instead of directly | Brian Paul | 2005-06-30 | 1 | -0/+134 |
* | add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696) | Brian Paul | 2005-03-11 | 1 | -3/+4 |
* | fix a bug in analyse_from_scratch() reported by Wes Bethel | Brian Paul | 2004-09-09 | 1 | -12/+13 |
* | bring in Keith's _math_matrix_ortho() compiler work-around | Brian Paul | 2004-02-05 | 1 | -15/+21 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -130/+431 |
* | 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 | -3/+2 |
* | fix typo in rotation code (bug 659677) | Brian Paul | 2003-01-08 | 1 | -4/+4 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -4/+2 |
* | optimizations to _math_matrix_rotate() (Rudolf Opalla) | Brian Paul | 2002-09-12 | 1 | -97/+155 |
* | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul | 2002-06-29 | 1 | -6/+10 |
* | Use invert_matrix_general() instead of invert_matrix_perspective() because | Brian Paul | 2002-03-29 | 1 | -3/+10 |
* | Replace old matrix stacks with new code based on struct matrix_stack. | Brian Paul | 2001-12-18 | 1 | -13/+13 |
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 1 | -40/+40 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -86/+86 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -6/+6 |
* | replaced frustrum with frustum | Brian Paul | 2001-02-05 | 1 | -6/+6 |
* | various compilation/warning fixes | Keith Whitwell | 2001-01-05 | 1 | -1/+4 |
* | Support for swappable t&l modules, including an example one in the FX | Keith Whitwell | 2000-11-24 | 1 | -6/+6 |