mesa/main: use call_once instead of open-coding
[mesa.git] / src / mesa / math /
2020-05-14 Ian Romanickmesa: Add function to calculate an orthographic projection
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace imports memory functions with utils memory...
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2019-10-16 Eric Engestrommesa/math: delete duplicate extern symbol
2019-10-16 Eric Engestrommesa/math: delete leftover... from 18 years ago (!)
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
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2016-04-26 Jakob Sinclairmesa: Remove every double semi-colon
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-07-24 Rhys Kidddoxygen: Link GLvector4f struct members properly, avoid...
2015-07-24 Rhys Kidddoxygen: Correct grammatical typo in math/m_vector.h
2015-04-27 Zoë BladeFix a few typos
2015-03-12 Brian Paulmesa: remove _XFORMAPI
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-02 Brian Paulmesa: trim down includes of compiler.h
2015-02-28 Brian Paulmesa: remove _NORMAPI, _NORMAPIP macros
2015-02-25 Brian Paulmesa: remove DEG2RAD macro
2015-02-24 Brian Paulmesa: remove INV_SQRTF() macro
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-24 Brian Paulmesa: replace FREXPF, LDEXPF with frexpf, ldexpf
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-23 Matt Turnermesa: Remove CHECK macro.
2015-02-19 Brian Paulmesa: remove unused _math_trans_4chan()
2014-10-24 Mathias Fröhlichmesa: Refactor viewport transform computation.
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
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-11-05 Brian Paulmesa: remove macintosh preprocessor stuff
2013-11-04 Brian Paulmesa: remove Watcom C support
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-11-16 Matt TurnerRemove OpenVMS support
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Brian Paulmesa: s/CONST/const/ in math/ files
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
2012-07-21 Matt TurnerUse INV_SQRT instead of 1/SQRTF
2012-01-22 Matt TurnerRemove src/mesa/ppc
2011-11-09 José Fonsecamesa,glsl,mapi: Put extern "C" { ... } where appropriate.
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-06 Brian Paulmesa: add error margin to clip mask debug/check code
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-09-29 Vinson Leemesa: Fix printf format warning.
2010-09-29 Vinson Leemesa: Fix printf format warning.
2010-09-29 Vinson Leemesa: Fix printf format warning.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-03 Vinson Leemesa: Clean up header file inclusion in m_xform.h.
2010-08-03 Vinson Leemesa: Reduce header file inclusion in m_translate.h.
2010-08-03 Vinson Leemesa: Include missing header in m_matrix.h.
2010-07-30 Vinson Leemesa: Remove unnecessary headers.
2010-07-30 Vinson Leemesa: Include macros.h in files that use symbols from...
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 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Brian Paulmesa: replace old MEMSET macro with memset
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
next