index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
/
macros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Add unreachable() definition for clang compiler.
Krzysztof Raszkowski
2019-08-30
1
-1
/
+1
*
introduce c11_compat.h to provide C11 things in C99
Eric Engestrom
2019-08-04
1
-0
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-2
/
+19
*
util/macros: rework DIV_ROUND_UP macro
Christian Gmeiner
2019-07-04
1
-1
/
+1
*
util: move BITFIELD macros to util/macros.h
Timothy Arceri
2019-02-08
1
-0
/
+18
*
Require Visual Studio 2015.
Jose Fonseca
2018-09-10
1
-3
/
+1
*
util/macros: Import ALIGN_POT from ralloc.c
Jason Ekstrand
2018-07-02
1
-0
/
+3
*
util: Add EXPLICIT_CONVERSION macro.
Francisco Jerez
2018-02-24
1
-0
/
+10
*
util: remove redundant check for the __clang__ macro
Vlad Golovkin
2018-02-06
1
-1
/
+2
*
util: fix NORETURN for msvc, add HAVE_FUNC_ATTRIBUTE_NORETURN to c99_compat.h
Roland Scheidegger
2018-01-12
1
-4
/
+8
*
util: Add a NORETURN macro
Jason Ekstrand
2017-12-04
1
-0
/
+6
*
util: add new ASSERT_BITFIELD_SIZE() macro (v3)
Brian Paul
2017-11-16
1
-0
/
+17
*
util: use cannonical form of ARRAY_SIZE
Emil Velikov
2017-08-02
1
-1
/
+1
*
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
2017-07-18
1
-2
/
+2
*
util: move ALWAYS_INLINE macro to util/macro.h
Timothy Arceri
2017-05-09
1
-0
/
+11
*
mesa: removed redundant #else
George Kyriazis
2016-11-21
1
-1
/
+0
*
util: Fix Clang trivial destructor check.
Vinson Lee
2016-11-15
1
-4
/
+4
*
util: add MSVC HAS_TRIVIAL_DESTRUCTOR implementation
Brian Paul
2016-11-09
1
-0
/
+5
*
util: move min/max/clamp macros to util macros.h
Dave Airlie
2016-10-19
1
-0
/
+13
*
util: remove Sun C Compiler support
Timothy Arceri
2016-09-23
1
-1
/
+1
*
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