summaryrefslogtreecommitdiff
path: root/src/mesa/math
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg4-63/+63
2010-02-19mesa: replace old MEMSET macro with memsetBrian Paul1-7/+7
2010-02-19mesa: replace old MEMCPY macro with memcpyBrian Paul1-14/+14
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-09-08mesa: fix viewport_z_clip breakageBrian Paul1-7/+15
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt3-20/+39
2009-05-07mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul2-5/+5
2009-05-07mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul2-0/+2
2009-05-07mesa: reformatting, updated comments, const-correctnessBrian Paul2-59/+50
2009-04-03mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul1-3/+2
2009-02-26mesa: Fix DEBUG_MATH build on sparc.David S. Miller1-2/+2
2009-02-12mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul4-25/+24
2009-02-12mesa: remove unused functions in m_xform.[ch]Brian Paul2-87/+0
2009-02-12mesa: remove empty, unneeded mathmod.h headerBrian Paul2-40/+0
2009-02-11mesa: get rid of _math_init()Brian Paul2-10/+0
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-0/+12
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul1-0/+12
2008-09-21mesa: Replace deprecated __MSC__ macro.José Fonseca1-1/+1
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell2-5/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul8-32/+31
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell9-29/+30
2008-07-24mesa: Prefix main includes with dir to avoid conflicts.José Fonseca7-25/+25
2008-06-24mesa: Replace deprecated __MSC__ macro.José Fonseca1-1/+1