summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-321/+0
2019-11-05mesa/imports: let the build system detect strtok_r()Eric Engestrom1-1/+1
2019-11-05mesa/main: delete now unused _mesa_little_endianDylan Baker1-12/+0
2019-08-15win32: unify strcasecmp definitionsErik Faye-Lund1-3/+0
2018-09-07Replace uses of _mesa_bitcount with util_bitcountDylan Baker1-15/+0
2018-04-13mesa: remove snprintf macro in imports.h to fix MSVC buildBrian Paul1-4/+0
2018-04-12mesa: include mtypes.h lessMarek Olšák1-1/+0
2017-10-10mesa: move _mesa_half_is_negative() to half_float.hBrian Paul1-6/+0
2017-10-10mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul1-7/+0
2016-11-22mesa: use util_hash_crc32 instead of _mesa_str_checksumMarek Olšák1-3/+0
2016-08-09util: Move _mesa_fsl/util_last_bit into util/bitscan.hMathias Fröhlich1-45/+0
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-1/+1
2016-06-14mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich1-16/+1
2016-02-12mesa: Remove support for MSVC2008.Jose Fonseca1-3/+0
2016-01-11mesa/uniform_query: add IROUNDD and use for doubles->ints (v2)Dave Airlie1-0/+7
2015-10-16glsl: move half<->float convertion to utilRob Clark1-7/+0
2015-10-01mesa: use strtok_s for strtok_r on windowsTapani Pälli1-0/+3
2015-08-03mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner1-28/+0
2015-06-23mesa: Delete unused ICEIL().Matt Turner1-32/+0
2015-04-01mesa: Implement _mesa_flsll().Kenneth Graunke1-0/+24
2015-03-18mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner1-3/+0
2015-03-11mesa: use strdup() instead of _mesa_strdup()Brian Paul1-3/+0
2015-02-28mesa: move finite macro to imports.hBrian Paul1-0/+8
2015-02-27mesa: restore #include stdarg.h in imports.hBrian Paul1-0/+1
2015-02-26mesa: trim down #includes in compiler.hBrian Paul1-0/+2
2015-02-24mesa: remove DEG2RAD macroBrian Paul1-8/+0
2015-02-24mesa: remove MAX_GLUSHORT, move MAX_GLUINTBrian Paul1-3/+0
2015-02-24mesa: move signbit() macro to c99_math.hBrian Paul1-8/+0
2015-02-24mesa: remove unused isblank() functionBrian Paul1-1/+0
2015-02-24mesa: remove sqrtf macroBrian Paul1-11/+0
2015-02-24mesa: remove INV_SQRTF() macroBrian Paul1-9/+0
2015-02-24mesa: remove ceilf, floorf macrosBrian Paul1-2/+0
2015-02-24mesa: remove expf macroBrian Paul1-1/+0
2015-02-24mesa: remove logf macroBrian Paul1-1/+0
2015-02-24mesa: remove powf macroBrian Paul1-1/+0
2015-02-24mesa: remove unused exp2f, log2f, truncf wrappersBrian Paul1-10/+0
2015-02-24mesa: remove unused acosf, asinf, atan2f, etc. macrosBrian Paul1-16/+0
2015-02-24mesa: replace FABSF with fabsfBrian Paul1-11/+0
2015-02-24mesa: replace FLOORF with floorfBrian Paul1-3/+0
2015-02-24mesa: remove unused CEILF macroBrian Paul1-3/+0
2015-02-24mesa: replace LOGF, EXPF with logf, expfBrian Paul1-6/+0
2015-02-24mesa: replace FREXPF, LDEXPF with frexpf, ldexpfBrian Paul1-6/+0
2014-10-30util: add _mesa_strtod and _mesa_strtofChia-I Wu1-3/+0
2014-09-25mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner1-16/+19
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-3/+0
2014-09-24mesa: Drop _mesa_bsearch() wrapper.Matt Turner1-4/+0
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-3/+0
2014-08-07mesa: Drop USE_IEEE define.Matt Turner1-24/+3
2014-08-05mesa/imports: Add a _mesa_half_is_negative helper functionJason Ekstrand1-0/+5
2014-07-24Add an accelerated version of F_TO_I for x86_64Jason Ekstrand1-1/+5