Move compiler.h and imports.h/c from src/mesa/main into src/util
[mesa.git] / src / mesa / math / m_matrix.c
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-08-09 Lionel Landwerlinmesa: add stddef include in preparation for dropping...
2019-07-01 Eric Anholtmesa: Replace gen_matypes with a simple header for...
2018-04-12 Marek Olšákmesa: include mtypes.h less
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-12 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-11 Ian Romanickmesa: Mark Identity as const
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-05 Brian Paulmesa: minor clean-up of some memcpy/sizeof() calls...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turnermesa/math: Avoid double promotion.
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-04-27 Zoë BladeFix a few typos
2015-02-25 Brian Paulmesa: remove DEG2RAD macro
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2014-10-24 Mathias Fröhlichmesa: Refactor viewport transform computation.
2014-01-20 Courtney Goeltzenl... mesa: Converty gl_viewport_attrib::X, ::Y, ::Width...
2014-01-20 Courtney Goeltzenl... mesa: Convert gl_viewport_attrib::Near and ::Far to...
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-07-30 Brian Paulmesa: fix _math_matrix_copy(), again
2012-07-30 Vinson Leemesa: Fix wrong sizeof argument in _math_matrix_copy.
2012-07-26 Brian Paulmesa: remove obsolete matrix comment
2012-07-26 Brian Paulmesa: fix comment typo: s/pointer/point/
2012-07-26 Brian Paulmesa: remove _math_matrix_alloc_inv()
2012-07-26 Brian Paulmesa: loosen small matrix determinant check
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-30 Nicolas Kaisermath: remove duplicated includes
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-13 Eric Anholtmesa: Remove no-op wrappers around trig functions.
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Jeff SmithGrammar and spelling fixes
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-03 Brian Paulmesa: only clear matrix MAT_DIRTY_INVERSE flag when...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2008-09-18 Brian Paulmesa: prefix a bunch of #include lines with "main/".
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-03-11 Brian Pauladd MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), ...
2004-09-09 Brian Paulfix a bug in analyse_from_scratch() reported by Wes...
2004-02-05 Brian Paulbring in Keith's _math_matrix_ortho() compiler work...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix typo in rotation code (bug 659677)
2002-10-24 Brian PaulHeader file clean-up:
2002-09-12 Brian Pauloptimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-03-29 Brian PaulUse invert_matrix_general() instead of invert_matrix_pe...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-09-18 Karl Schultzmore compiler warning fixes
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-05 Brian Paulreplaced frustrum with frustum
2001-01-05 Keith Whitwellvarious compilation/warning fixes
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-20 Brian Paulremoved #include <tgmath.h>
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories