summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Reduce header file inclusion in m_translate.h.Vinson Lee2010-08-031-1/+2
* mesa: Include missing header in m_matrix.h.Vinson Lee2010-08-031-0/+2
* mesa: Remove unnecessary headers.Vinson Lee2010-07-301-1/+0
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-131-2/+2
* Grammar and spelling fixesJeff Smith2010-03-122-2/+2
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-194-10/+10
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-194-63/+63
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-7/+7
* mesa: replace old MEMCPY macro with memcpyBrian Paul2010-02-191-14/+14
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* mesa: fix viewport_z_clip breakageBrian Paul2009-09-081-7/+15
* mesa: Add support for ARB_depth_clamp.Eric Anholt2009-09-083-20/+39
* mesa: GLvector4f:: flags is a GLbitfield, update comments too.Brian Paul2009-05-072-5/+5
* mesa: add storage_count field to GLvector4f. Useful for debugging.Brian Paul2009-05-072-0/+2
* mesa: reformatting, updated comments, const-correctnessBrian Paul2009-05-072-59/+50
* mesa: only clear matrix MAT_DIRTY_INVERSE flag when we actually compute the i...Brian Paul2009-04-031-3/+2
* mesa: Fix DEBUG_MATH build on sparc.David S. Miller2009-02-261-2/+2
* mesa: move _mesa_transform_vector() from m_xform.c to m_matrix.cBrian Paul2009-02-124-25/+24
* mesa: remove unused functions in m_xform.[ch]Brian Paul2009-02-122-87/+0
* mesa: remove empty, unneeded mathmod.h headerBrian Paul2009-02-122-40/+0
* mesa: get rid of _math_init()Brian Paul2009-02-112-10/+0
* Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-141-0/+12
|\
| * mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2009-01-141-0/+12
| * mesa: Replace deprecated __MSC__ macro.José Fonseca2008-09-211-1/+1
* | Merge branch 'master' into gallium-0.2Keith Whitwell2008-09-212-5/+4
|\ \ | |/
| * mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-188-32/+31
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-119-29/+30
|\ \ | |/ |/|
| * mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-247-25/+25
| * mesa: Replace deprecated __MSC__ macro.José Fonseca2008-06-241-1/+1
| * mesa: Replace abort by asserts.José Fonseca2008-06-241-1/+2