aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.h
Commit message (Expand)AuthorAgeFilesLines
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-321/+0
* mesa/imports: let the build system detect strtok_r()Eric Engestrom2019-11-051-1/+1
* mesa/main: delete now unused _mesa_little_endianDylan Baker2019-11-051-12/+0
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-3/+0
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-15/+0
* mesa: remove snprintf macro in imports.h to fix MSVC buildBrian Paul2018-04-131-4/+0
* mesa: include mtypes.h lessMarek Olšák2018-04-121-1/+0
* mesa: move _mesa_half_is_negative() to half_float.hBrian Paul2017-10-101-6/+0
* mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul2017-10-101-7/+0
* mesa: use util_hash_crc32 instead of _mesa_str_checksumMarek Olšák2016-11-221-3/+0
* util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich2016-08-091-45/+0
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-1/+1
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-141-16/+1
* mesa: Remove support for MSVC2008.Jose Fonseca2016-02-121-3/+0
* mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)Dave Airlie2016-01-111-0/+7
* glsl: move half<->float convertion to utilRob Clark2015-10-161-7/+0
* mesa: use strtok_s for strtok_r on windowsTapani Pälli2015-10-011-0/+3
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-031-28/+0
* mesa: Delete unused ICEIL().Matt Turner2015-06-231-32/+0
* mesa: Implement _mesa_flsll().Kenneth Graunke2015-04-011-0/+24
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-181-3/+0
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-3/+0
* mesa: move finite macro to imports.hBrian Paul2015-02-281-0/+8
* mesa: restore #include stdarg.h in imports.hBrian Paul2015-02-271-0/+1
* mesa: trim down #includes in compiler.hBrian Paul2015-02-261-0/+2
* mesa: remove DEG2RAD macroBrian Paul2015-02-241-8/+0
* mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul2015-02-241-3/+0
* mesa: move signbit() macro to c99_math.hBrian Paul2015-02-241-8/+0
* mesa: remove unused isblank() functionBrian Paul2015-02-241-1/+0
* mesa: remove sqrtf macroBrian Paul2015-02-241-11/+0
* mesa: remove INV_SQRTF() macroBrian Paul2015-02-241-9/+0
* mesa: remove ceilf, floorf macrosBrian Paul2015-02-241-2/+0
* mesa: remove expf macroBrian Paul2015-02-241-1/+0
* mesa: remove logf macroBrian Paul2015-02-241-1/+0
* mesa: remove powf macroBrian Paul2015-02-241-1/+0
* mesa: remove unused exp2f, log2f, truncf wrappersBrian Paul2015-02-241-10/+0
* mesa: remove unused acosf, asinf, atan2f, etc. macrosBrian Paul2015-02-241-16/+0
* mesa: replace FABSF with fabsfBrian Paul2015-02-241-11/+0
* mesa: replace FLOORF with floorfBrian Paul2015-02-241-3/+0
* mesa: remove unused CEILF macroBrian Paul2015-02-241-3/+0
* mesa: replace LOGF, EXPF with logf, expfBrian Paul2015-02-241-6/+0
* mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul2015-02-241-6/+0
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-301-3/+0
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-16/+19
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-3/+0
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-241-4/+0
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-3/+0
* mesa: Drop USE_IEEE define.Matt Turner2014-08-071-24/+3
* mesa/imports: Add a _mesa_half_is_negative helper functionJason Ekstrand2014-08-051-0/+5
* Add an accelerated version of F_TO_I for x86_64Jason Ekstrand2014-07-241-1/+5