| Commit message (Expand) | Author | Age | Files | Lines |
* | util: move min/max/clamp macros to util macros.h | Dave Airlie | 2016-10-19 | 1 | -13/+0 |
* | mesa/macros: move ALIGN_NPOT to macros.h | Nanley Chery | 2015-08-26 | 1 | -0/+10 |
* | mesa/macros: add power-of-two assertions for alignment macros | Nanley Chery | 2015-08-26 | 1 | -2/+12 |
* | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 2015-08-03 | 1 | -5/+6 |
* | Delete duplicate function is_power_of_two() and use _mesa_is_pow_two() | Anuj Phogat | 2015-07-29 | 1 | -11/+0 |
* | util/macros: Move DIV_ROUND_UP to util/macros.h | Axel Davy | 2015-04-29 | 1 | -4/+1 |
* | mesa: Avoid MSVC C6334 warning in /analyze mode. | Jose Fonseca | 2015-03-25 | 1 | -0/+7 |
* | mesa: remove extra definition of ARRAY_SIZE in src/mesa/main/macros.h | Brian Paul | 2015-03-02 | 1 | -4/+0 |
* | mesa: use fi_type in vertex attribute code | Marius Predut | 2015-02-25 | 1 | -16/+18 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 1 | -1/+1 |
* | mesa: Use assert() instead of ASSERT wrapper. | Matt Turner | 2015-02-23 | 1 | -1/+1 |
* | mesa: Use u_math.h from macros.h | Eric Anholt | 2015-02-20 | 1 | -17/+1 |
* | mesa: Rename the CEILING() macro to DIV_ROUND_UP(). | Francisco Jerez | 2015-02-10 | 1 | -1/+1 |
* | mesa: Replace IS_NEGATIVE(x) with x < 0.0f. | Matt Turner | 2014-09-25 | 1 | -7/+0 |
* | mesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC | Brian Paul | 2014-09-10 | 1 | -4/+4 |
* | mesa: set UniformBooleanTrue = 1.0f by default | Marek Olšák | 2014-09-05 | 1 | -0/+7 |
* | mesa: s/INLINE/inline/ | Brian Paul | 2014-09-04 | 1 | -2/+2 |
* | mesa: Drop USE_IEEE define. | Matt Turner | 2014-08-07 | 1 | -1/+1 |
* | util: Gather some common macros | Jason Ekstrand | 2014-08-04 | 1 | -1/+3 |
* | mesa: Move is_power_of_two() function from brw_context.h to macros.h. | Kenneth Graunke | 2014-04-08 | 1 | -0/+11 |
* | mesa: Add STRINGIFY macro. | Matt Turner | 2014-01-21 | 1 | -0/+2 |
* | mesa: fix a couple issues with U_FIXED, I_FIXED macros | Brian Paul | 2013-10-22 | 1 | -3/+3 |
* | mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h. | Kenneth Graunke | 2013-10-13 | 1 | -0/+22 |
* | mesa: Move ROUND_DOWN_TO() macro from i915/i965 to macros.h. | Kenneth Graunke | 2013-10-13 | 1 | -0/+12 |
* | mesa: Fix compiler warnings when ALIGN's alignment is "1 << value". | Eric Anholt | 2013-10-09 | 1 | -1/+1 |
* | mesa: init dst values in COPY_CLEAN_4V_TYPE_AS_FLOAT() | Brian Paul | 2013-08-26 | 1 | -1/+2 |
* | mesa: Fix bug in unclamped float to ubyte conversion. | Manfred Ernst | 2013-06-12 | 1 | -2/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Introduce a globally-available minify() macro. | Eric Anholt | 2013-04-21 | 1 | -0/+6 |
* | Consolidate some redundant definitions of ARRAY_SIZE() macro. | Paul Berry | 2013-02-08 | 1 | -0/+3 |
* | mesa: Add ALIGN() macro to main/macros.h. | Paul Berry | 2013-01-08 | 1 | -0/+13 |
* | vbo: fix glVertexAttribI* functions | Marek Olšák | 2012-11-06 | 1 | -0/+39 |
* | Use signbit() in IS_NEGATIVE and DIFFERENT_SIGNS | Matt Turner | 2012-09-24 | 1 | -19/+2 |
* | mesa: fix DIFFERENT_SIGNS() function | Brian Paul | 2012-09-04 | 1 | -1/+1 |
* | mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. | Brian Paul | 2012-09-03 | 1 | -2/+2 |
* | mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h | Brian Paul | 2012-09-01 | 1 | -0/+32 |
* | mesa: convert a few more macros to inline functions | Brian Paul | 2012-08-29 | 1 | -22/+21 |
* | mesa: remove COPY_4V_CAST() macro | Brian Paul | 2012-08-29 | 1 | -9/+0 |
* | mesa: convert a bunch of math macros to inline functions | Brian Paul | 2012-08-29 | 1 | -56/+86 |
* | mesa: use F_TO_I() instead of IROUND() | Brian Paul | 2012-05-19 | 1 | -5/+5 |
* | mesa: new BYTE/SHORT_TO_FLOATZ() macros | Brian Paul | 2011-11-15 | 1 | -0/+7 |
* | mesa: move CEILING() macro into macros.h | Brian Paul | 2011-11-15 | 1 | -0/+4 |
* | mesa: remove unused macros in macros.h | Brian Paul | 2011-11-15 | 1 | -26/+0 |
* | mesa: remove unused interp/stride chan macros | Brian Paul | 2011-09-20 | 1 | -27/+0 |
* | mesa: add macros MIN3 and MAX3 | Marek Olšák | 2011-04-27 | 1 | -0/+4 |
* | mesa: initial EXT_texture_snorm support | Marek Olšák | 2011-03-29 | 1 | -2/+1 |
* | mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h. | Vinson Lee | 2010-07-09 | 1 | -0/+35 |