summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: VS 2013 does not provide strcasecmp.José Fonseca2014-05-021-1/+3
* mesa: remove the MALLOC, CALLOC and FREE macrosBrian Paul2014-04-101-6/+0
* mesa: don't define c99 math functions for MSVC >= 1800Hans2014-03-031-1/+1
* glsl: Generalize MSVC fix for strcasecmp().Paul Berry2013-10-291-0/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul2013-04-011-6/+0
* mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace2013-01-241-0/+3