summaryrefslogtreecommitdiffstats
path: root/src/mesa/math
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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