| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Add ATTRIBUTE_RETURNS_NONNULL. | Matt Turner | 2016-05-16 | 1 | -0/+6 |
* | st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor | Nicolai Hähnle | 2016-04-29 | 1 | -0/+6 |
* | scons: Move fallback HAVE_* definitions to headers. | Jose Fonseca | 2016-04-26 | 1 | -0/+2 |
* | util: add MAYBE_UNUSED for config dependent variables | Grazvydas Ignotas | 2016-04-25 | 1 | -0/+2 |
* | Remove Sun CC specific code. | Jose Fonseca | 2015-12-02 | 1 | -1/+1 |
* | util: Include assert.h in macros.h. | Matt Turner | 2015-11-24 | 1 | -0/+2 |
* | util: Rename PURE to ATTRIBUTE_PURE. | Jose Fonseca | 2015-08-09 | 1 | -2/+2 |
* | mesa: Detect and provide macros for function attributes pure and const. | Eric Anholt | 2015-07-17 | 1 | -0/+20 |
* | mesa: Add a MUST_CHECK macro for __attribute__((warn_unused_result)). | Kenneth Graunke | 2015-07-06 | 1 | -0/+6 |
* | util/macros: Move DIV_ROUND_UP to util/macros.h | Axel Davy | 2015-04-29 | 1 | -0/+2 |
* | Add macro for unused function attribute. | Vinson Lee | 2015-03-09 | 1 | -0/+6 |
* | util: rework _MSC_VER >= 1200 checks | Emil Velikov | 2015-03-06 | 1 | -5/+3 |
* | mesa: consolidate PUBLIC macro definition | Brian Paul | 2015-03-04 | 1 | -0/+23 |
* | Revert "util: Move the alternate fpclassify implementation to util" | Jason Ekstrand | 2015-01-28 | 1 | -62/+0 |
* | util: Predicate the fpclassify fallback on !defined(__cplusplus) | Jason Ekstrand | 2015-01-28 | 1 | -2/+12 |
* | util: Move the alternate fpclassify implementation to util | Jason Ekstrand | 2015-01-28 | 1 | -0/+52 |
* | util: Make unreachable at least be an assert | Carl Worth | 2015-01-16 | 1 | -1/+1 |
* | util: Implement assume() for clang. | Matt Turner | 2014-11-24 | 1 | -1/+11 |
* | util: Implement unreachable for MSVC using __assume | Ian Romanick | 2014-11-05 | 1 | -0/+6 |
* | util: Add assume() macro. | Matt Turner | 2014-10-23 | 1 | -0/+14 |
* | ralloc: Mark ralloc functions with gcc's malloc attribute. | Matt Turner | 2014-09-25 | 1 | -0/+6 |
* | mesa: Replace a priori knowledge of gcc attributes with configure tests. | Matt Turner | 2014-09-25 | 1 | -4/+7 |
* | mesa: Replace a priori knowledge of gcc builtins with configure tests. | Matt Turner | 2014-09-25 | 1 | -11/+3 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -0/+128 |