| Commit message (Expand) | Author | Age | Files | Lines |
* | Move compiler.h and imports.h/c from src/mesa/main into src/util | Marek Olšák | 2020-03-27 | 1 | -321/+0 |
* | mesa/imports: let the build system detect strtok_r() | Eric Engestrom | 2019-11-05 | 1 | -1/+1 |
* | mesa/main: delete now unused _mesa_little_endian | Dylan Baker | 2019-11-05 | 1 | -12/+0 |
* | win32: unify strcasecmp definitions | Erik Faye-Lund | 2019-08-15 | 1 | -3/+0 |
* | Replace uses of _mesa_bitcount with util_bitcount | Dylan Baker | 2018-09-07 | 1 | -15/+0 |
* | mesa: remove snprintf macro in imports.h to fix MSVC build | Brian Paul | 2018-04-13 | 1 | -4/+0 |
* | mesa: include mtypes.h less | Marek Olšák | 2018-04-12 | 1 | -1/+0 |
* | mesa: move _mesa_half_is_negative() to half_float.h | Brian Paul | 2017-10-10 | 1 | -6/+0 |
* | mesa: move _mesa_exec_malloc/free() prototypes to their own header | Brian Paul | 2017-10-10 | 1 | -7/+0 |
* | mesa: use util_hash_crc32 instead of _mesa_str_checksum | Marek Olšák | 2016-11-22 | 1 | -3/+0 |
* | util: Move _mesa_fsl/util_last_bit into util/bitscan.h | Mathias Fröhlich | 2016-08-09 | 1 | -45/+0 |
* | Remove wrongly repeated words in comments | Giuseppe Bilotta | 2016-06-23 | 1 | -1/+1 |
* | mesa/gallium: Move u_bit_scan{,64} from gallium to util. | Mathias Fröhlich | 2016-06-14 | 1 | -16/+1 |
* | mesa: Remove support for MSVC2008. | Jose Fonseca | 2016-02-12 | 1 | -3/+0 |
* | mesa/uniform_query: add IROUNDD and use for doubles->ints (v2) | Dave Airlie | 2016-01-11 | 1 | -0/+7 |
* | glsl: move half<->float convertion to util | Rob Clark | 2015-10-16 | 1 | -7/+0 |
* | mesa: use strtok_s for strtok_r on windows | Tapani Pälli | 2015-10-01 | 1 | -0/+3 |
* | mesa: Replace F_TO_I() with _mesa_lroundevenf(). | Matt Turner | 2015-08-03 | 1 | -28/+0 |
* | mesa: Delete unused ICEIL(). | Matt Turner | 2015-06-23 | 1 | -32/+0 |
* | mesa: Implement _mesa_flsll(). | Kenneth Graunke | 2015-04-01 | 1 | -0/+24 |
* | mesa: Replace _mesa_round_to_even() with _mesa_roundeven(). | Matt Turner | 2015-03-18 | 1 | -3/+0 |
* | mesa: use strdup() instead of _mesa_strdup() | Brian Paul | 2015-03-11 | 1 | -3/+0 |
* | mesa: move finite macro to imports.h | Brian Paul | 2015-02-28 | 1 | -0/+8 |
* | mesa: restore #include stdarg.h in imports.h | Brian Paul | 2015-02-27 | 1 | -0/+1 |
* | mesa: trim down #includes in compiler.h | Brian Paul | 2015-02-26 | 1 | -0/+2 |
* | mesa: remove DEG2RAD macro | Brian Paul | 2015-02-24 | 1 | -8/+0 |
* | mesa: remove MAX_GLUSHORT, move MAX_GLUINT | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: move signbit() macro to c99_math.h | Brian Paul | 2015-02-24 | 1 | -8/+0 |
* | mesa: remove unused isblank() function | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove sqrtf macro | Brian Paul | 2015-02-24 | 1 | -11/+0 |
* | mesa: remove INV_SQRTF() macro | Brian Paul | 2015-02-24 | 1 | -9/+0 |
* | mesa: remove ceilf, floorf macros | Brian Paul | 2015-02-24 | 1 | -2/+0 |
* | mesa: remove expf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove logf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove powf macro | Brian Paul | 2015-02-24 | 1 | -1/+0 |
* | mesa: remove unused exp2f, log2f, truncf wrappers | Brian Paul | 2015-02-24 | 1 | -10/+0 |
* | mesa: remove unused acosf, asinf, atan2f, etc. macros | Brian Paul | 2015-02-24 | 1 | -16/+0 |
* | mesa: replace FABSF with fabsf | Brian Paul | 2015-02-24 | 1 | -11/+0 |
* | mesa: replace FLOORF with floorf | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: remove unused CEILF macro | Brian Paul | 2015-02-24 | 1 | -3/+0 |
* | mesa: replace LOGF, EXPF with logf, expf | Brian Paul | 2015-02-24 | 1 | -6/+0 |
* | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf | Brian Paul | 2015-02-24 | 1 | -6/+0 |
* | util: add _mesa_strtod and _mesa_strtof | Chia-I Wu | 2014-10-30 | 1 | -3/+0 |
* | mesa: Replace a priori knowledge of gcc builtins with configure tests. | Matt Turner | 2014-09-25 | 1 | -16/+19 |
* | mesa: Drop _mesa_getenv() wrapper. | Matt Turner | 2014-09-24 | 1 | -3/+0 |
* | mesa: Drop _mesa_bsearch() wrapper. | Matt Turner | 2014-09-24 | 1 | -4/+0 |
* | mesa: Use realloc() instead of _mesa_realloc() and remove the latter. | Matt Turner | 2014-09-24 | 1 | -3/+0 |
* | mesa: Drop USE_IEEE define. | Matt Turner | 2014-08-07 | 1 | -24/+3 |
* | mesa/imports: Add a _mesa_half_is_negative helper function | Jason Ekstrand | 2014-08-05 | 1 | -0/+5 |
* | Add an accelerated version of F_TO_I for x86_64 | Jason Ekstrand | 2014-07-24 | 1 | -1/+5 |