summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-02mesa: VS 2013 does not provide strcasecmp.José Fonseca1-1/+3
2014-04-10mesa: remove the MALLOC, CALLOC and FREE macrosBrian Paul1-6/+0
2014-03-03mesa: don't define c99 math functions for MSVC >= 1800Hans1-1/+1
2013-10-29glsl: Generalize MSVC fix for strcasecmp().Paul Berry1-0/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-01mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul1-6/+0