summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove every double semi-colonJakob Sinclair2016-04-261-1/+1
* mesa: Mark Identity as constIan Romanick2016-01-111-1/+1
* mesa: minor clean-up of some memcpy/sizeof() calls in m_matrix.cBrian Paul2016-01-051-7/+7
* mesa/math: Avoid double promotion.Matt Turner2015-07-293-46/+46
* mesa: Use floats for viewport bounds.Matt Turner2015-07-292-4/+4
* doxygen: Link GLvector4f struct members properly, avoiding invalid XML/HTML w...Rhys Kidd2015-07-231-1/+1
* doxygen: Correct grammatical typo in math/m_vector.hRhys Kidd2015-07-231-1/+1
* Fix a few typosZoë Blade2015-04-271-1/+1
* mesa: remove _XFORMAPIBrian Paul2015-03-124-64/+56
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa: trim down includes of compiler.hBrian Paul2015-03-021-1/+0
* mesa: remove _NORMAPI, _NORMAPIP macrosBrian Paul2015-02-281-1/+1
* mesa: remove DEG2RAD macroBrian Paul2015-02-241-2/+2
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-243-5/+7
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-8/+9
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-3/+6
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-232-6/+6
* mesa: Remove CHECK macro.Matt Turner2015-02-232-52/+30
* mesa: remove unused _math_trans_4chan()Brian Paul2015-02-192-31/+0
* mesa: Refactor viewport transform computation.Mathias Fröhlich2014-10-242-11/+10
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-243-3/+3
* mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter2014-01-202-4/+5
* mesa: Convert gl_viewport_attrib::Near and ::Far to doubleCourtney Goeltzenleuchter2014-01-202-4/+4
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-8/+5
* mesa: remove macintosh preprocessor stuffBrian Paul2013-11-041-6/+6
* mesa: remove Watcom C supportBrian Paul2013-11-041-2/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-0521-21/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-2321-63/+84
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2321-21/+21
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-2321-21/+21
* Remove OpenVMS supportMatt Turner2012-11-161-47/+0
* Don't cast the return value of malloc/reallocMatt Turner2012-09-053-4/+4
* mesa: s/CONST/const/ in math/ filesBrian Paul2012-09-054-42/+42
* mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul2012-09-031-1/+1
* mesa: fix _math_matrix_copy(), againBrian Paul2012-07-301-1/+1
* mesa: Fix wrong sizeof argument in _math_matrix_copy.Vinson Lee2012-07-301-1/+1
* mesa: remove obsolete matrix commentBrian Paul2012-07-261-1/+0
* mesa: fix comment typo: s/pointer/point/Brian Paul2012-07-261-1/+1
* mesa: remove _math_matrix_alloc_inv()Brian Paul2012-07-262-44/+12
* mesa: loosen small matrix determinant checkBrian Paul2012-07-261-1/+1
* Use INV_SQRT instead of 1/SQRTFMatt Turner2012-07-211-2/+2
* Remove src/mesa/ppcMatt Turner2012-01-211-6/+0
* mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca2011-11-091-0/+9
* mesa: move last bits of GLchan stuff into swrastBrian Paul2011-09-201-1/+1
* mesa: add error margin to clip mask debug/check codeBrian Paul2010-12-061-2/+29
* math: remove duplicated includesNicolas Kaiser2010-09-302-2/+0
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Fix printf format warning.Vinson Lee2010-09-291-1/+1
* mesa: Clean up header file inclusion in m_xform.h.Vinson Lee2010-08-031-2/+2