summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)AuthorFilesLines
2015-04-27Fix a few typosZoë Blade1-1/+1
2015-03-12mesa: remove _XFORMAPIBrian Paul4-64/+56
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2015-03-02mesa: trim down includes of compiler.hBrian Paul1-1/+0
2015-02-28mesa: remove _NORMAPI, _NORMAPIP macrosBrian Paul1-1/+1
2015-02-24mesa: remove DEG2RAD macroBrian Paul1-2/+2
2015-02-24mesa: remove INV_SQRTF() macroBrian Paul3-5/+7
2015-02-24mesa: replace FABSF with fabsfBrian Paul1-8/+9
2015-02-24mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul1-3/+6
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner2-6/+6
2015-02-23mesa: Remove CHECK macro.Matt Turner2-52/+30
2015-02-19mesa: remove unused _math_trans_4chan()Brian Paul2-31/+0
2014-10-24mesa: Refactor viewport transform computation.Mathias Fröhlich2-11/+10
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner3-3/+3
2014-01-20mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter2-4/+5
2014-01-20mesa: Convert gl_viewport_attrib::Near and ::Far to doubleCourtney Goeltzenleuchter2-4/+4
2013-12-04mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi1-8/+5
2013-11-04mesa: remove macintosh preprocessor stuffBrian Paul1-6/+6
2013-11-04mesa: remove Watcom C supportBrian Paul1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller21-21/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke21-63/+84
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke21-21/+21
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke21-21/+21
2012-11-16Remove OpenVMS supportMatt Turner1-47/+0
2012-09-05Don't cast the return value of malloc/reallocMatt Turner3-4/+4
2012-09-05mesa: s/CONST/const/ in math/ filesBrian Paul4-42/+42
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-1/+1
2012-07-30mesa: fix _math_matrix_copy(), againBrian Paul1-1/+1
2012-07-30mesa: Fix wrong sizeof argument in _math_matrix_copy.Vinson Lee1-1/+1
2012-07-26mesa: remove obsolete matrix commentBrian Paul1-1/+0
2012-07-26mesa: fix comment typo: s/pointer/point/Brian Paul1-1/+1
2012-07-26mesa: remove _math_matrix_alloc_inv()Brian Paul2-44/+12
2012-07-26mesa: loosen small matrix determinant checkBrian Paul1-1/+1
2012-07-21Use INV_SQRT instead of 1/SQRTFMatt Turner1-2/+2
2012-01-21Remove src/mesa/ppcMatt Turner1-6/+0
2011-11-09mesa,glsl,mapi: Put extern "C" { ... } where appropriate.José Fonseca1-0/+9
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-1/+1
2010-12-06mesa: add error margin to clip mask debug/check codeBrian Paul1-2/+29
2010-09-30math: remove duplicated includesNicolas Kaiser2-2/+0
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-09-29mesa: Fix printf format warning.Vinson Lee1-1/+1
2010-08-03mesa: Clean up header file inclusion in m_xform.h.Vinson Lee1-2/+2
2010-08-03mesa: Reduce header file inclusion in m_translate.h.Vinson Lee1-1/+2
2010-08-03mesa: Include missing header in m_matrix.h.Vinson Lee1-0/+2
2010-07-30mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt1-2/+2
2010-03-12Grammar and spelling fixesJeff Smith2-2/+2
2010-02-19Drop macro wrappers for the aligned memory functionsKristian Høgsberg4-10/+10