util/rand_xor: make it clear that {,s_}rand_xorshift128plus take *exactly 2* uint64_t
[mesa.git] / src / util / macros.h
2020-03-27 Marek Olšákutil: don't include p_defines.h and u_pointer.h from...
2019-08-30 Krzysztof Raszkowskiutil: Add unreachable() definition for clang compiler.
2019-08-04 Eric Engestromintroduce c11_compat.h to provide C11 things in C99
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-04 Christian Gmeinerutil/macros: rework DIV_ROUND_UP macro
2019-02-08 Timothy Arceriutil: move BITFIELD macros to util/macros.h
2018-09-10 Jose FonsecaRequire Visual Studio 2015.
2018-07-02 Jason Ekstrandutil/macros: Import ALIGN_POT from ralloc.c
2018-02-24 Francisco Jerezutil: Add EXPLICIT_CONVERSION macro.
2018-02-06 Vlad Golovkinutil: remove redundant check for the __clang__ macro
2018-01-12 Roland Scheideggerutil: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NO...
2017-12-04 Jason Ekstrandutil: Add a NORETURN macro
2017-11-17 Brian Paulutil: add new ASSERT_BITFIELD_SIZE() macro (v3)
2017-08-02 Emil Velikovutil: use cannonical form of ARRAY_SIZE
2017-07-19 Kenneth Graunkeutil: Make CLAMP turn NaN into MIN.
2017-05-09 Timothy Arceriutil: move ALWAYS_INLINE macro to util/macro.h
2016-11-21 George Kyriazismesa: removed redundant #else
2016-11-16 Vinson Leeutil: Fix Clang trivial destructor check.
2016-11-09 Brian Paulutil: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
2016-10-18 Dave Airlieutil: move min/max/clamp macros to util macros.h
2016-09-23 Timothy Arceriutil: remove Sun C Compiler support
2016-05-16 Matt Turnerutil: Add ATTRIBUTE_RETURNS_NONNULL.
2016-04-29 Nicolai Hähnlest/glsl_to_tgsi: reduce stack explosion in recursive...
2016-04-26 Jose Fonsecascons: Move fallback HAVE_* definitions to headers.
2016-04-25 Grazvydas Ignotasutil: add MAYBE_UNUSED for config dependent variables
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-02 Jose FonsecaRemove Sun CC specific code.
2015-11-24 Matt Turnerutil: Include assert.h in macros.h.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-09 Jose Fonsecautil: Rename PURE to ATTRIBUTE_PURE.
2015-07-17 Eric Anholtmesa: Detect and provide macros for function attributes...
2015-07-06 Kenneth Graunkemesa: Add a MUST_CHECK macro for __attribute__((warn_un...
2015-04-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-03-10 Vinson LeeAdd macro for unused function attribute.
2015-03-06 Emil Velikovutil: rework _MSC_VER >= 1200 checks
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-01-28 Jason EkstrandRevert "util: Move the alternate fpclassify implementat...
2015-01-28 Jason Ekstrandutil: Predicate the fpclassify fallback on !defined...
2015-01-28 Jason Ekstrandutil: Move the alternate fpclassify implementation...
2015-01-16 Carl Worthutil: Make unreachable at least be an assert
2014-11-24 Matt Turnerutil: Implement assume() for clang.
2014-11-05 Ian Romanickutil: Implement unreachable for MSVC using __assume
2014-10-23 Matt Turnerutil: Add assume() macro.
2014-09-25 Matt Turnerralloc: Mark ralloc functions with gcc's malloc attribute.
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-08-04 Jason Ekstrandutil: Gather some common macros