summaryrefslogtreecommitdiffstats
path: root/src/util/macros.h
Commit message (Expand)AuthorAgeFilesLines
* util: Rename PURE to ATTRIBUTE_PURE.Jose Fonseca2015-08-091-2/+2
* mesa: Detect and provide macros for function attributes pure and const.Eric Anholt2015-07-171-0/+20
* mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)).Kenneth Graunke2015-07-061-0/+6
* util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy2015-04-291-0/+2
* Add macro for unused function attribute.Vinson Lee2015-03-091-0/+6
* util: rework _MSC_VER >= 1200 checksEmil Velikov2015-03-061-5/+3
* mesa: consolidate PUBLIC macro definitionBrian Paul2015-03-041-0/+23
* Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2015-01-281-62/+0
* util: Predicate the fpclassify fallback on !defined(__cplusplus)Jason Ekstrand2015-01-281-2/+12
* util: Move the alternate fpclassify implementation to utilJason Ekstrand2015-01-281-0/+52
* util: Make unreachable at least be an assertCarl Worth2015-01-161-1/+1
* util: Implement assume() for clang.Matt Turner2014-11-241-1/+11
* util: Implement unreachable for MSVC using __assumeIan Romanick2014-11-051-0/+6
* util: Add assume() macro.Matt Turner2014-10-231-0/+14
* ralloc: Mark ralloc functions with gcc's malloc attribute.Matt Turner2014-09-251-0/+6
* mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner2014-09-251-4/+7
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-11/+3
* util: Gather some common macrosJason Ekstrand2014-08-041-0/+128