glthread: rename marshal.h/c to glthread_marshal.h and glthread_shaderobj.c
[mesa.git] / src / mesa / main / imports.c
2019-09-02 Erik Faye-Lundmesa/main: remove unused include
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2018-09-07 Dylan BakerReplace uses of _mesa_bitcount with util_bitcount
2018-04-12 Marek Olšákmesa: include mtypes.h less
2016-11-22 Marek Olšákmesa: use util_hash_crc32 instead of _mesa_str_checksum
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-12 Jose Fonsecamesa: Use STATIC_ASSERT whenever possible.
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Jose Fonsecamesa: Use _aligned_malloc/free for MinGW too.
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-16 Rob Clarkglsl: move half<->float convertion to util
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-11 Brian Paulmesa: use strdup() instead of _mesa_strdup()
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-02-26 Brian Paulmesa: don't include math.h in compiler.h
2015-02-26 Brian Paulmesa: include stdarg.h only where it's used
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-08 José Fonsecamesa: Address `assignment makes integer from pointer...
2014-12-09 Matt TurnerDon't cast the return value of malloc/realloc
2014-10-30 Chia-I Wuutil: add _mesa_strtod and _mesa_strtof
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Matt Turnermesa: Unifdef _XBOX.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-10-12 Vinson Leemesa: Do not use newlocale on NetBSD.
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...
2013-01-25 Chad Versacemesa: Remove rounding bias in _mesa_float_to_half()
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2012-11-16 Matt TurnerRemove OpenVMS support
2012-10-10 José Fonsecamesa: Silence 'assignment makes integer from pointer...
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-06 Vinson LeeUse the correct macro _WIN32 for Windows.
2012-07-24 Anthony G. BasileFix compile time errors when building against uclibc
2012-07-21 Matt TurnerRemove unused _mesa_memset16
2012-07-21 Matt TurnerRemove _mesa_inv_sqrtf in favor of 1/SQRTF
2012-07-21 Matt TurnerRemove _mesa_sqrt* in favor of plain sqrt
2012-03-10 nobledmesa: split error handling into its own file
2012-01-24 Alexander von Gluckmesa: Don't use newlocale on Haiku
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2011-10-22 Alan CoopersmithFix gcc version checks for _mesa_bitcount
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-16 Chad Versacemesa: Fix Android build by #ifdef'ing out locale support
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Roland Scheideggermesa: fix gcc version check for _mesa_bitcount
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-18 Brian Paulmesa: only report up to 50 _mesa_problem() calls
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-02-18 Cyril BruleboisPoint to bugs.freedesktop.org rather than bugzilla...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Vinson Leemesa: Include mtypes.h in files that use gl_context...
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-11-29 pontus lidmanmesa: check for posix_memalign() errors
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
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-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-12 Vinson Leemesa: Fix FreeBSD build with llvm enabled.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Vinson Leemesa: Fix Cygwin build with llvm enabled.
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-05-13 Eric Anholtmesa: Remove _mesa_pow(), which is always just pow().
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Matthieu Herrbmesa: Fix build with gcc 3.3.
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-15 Marcin BaczyńskiReplace _mesa_strtod with _mesa_strtof.
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 Brian Paulmesa: restore _mesa_snprintf() - it's needed for Windows
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Kenneth GraunkeRemove _mesa_memcmp in favor of plain memcmp.
next