summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-141-58/+0
* mesa: Use STATIC_ASSERT whenever possible.Jose Fonseca2016-04-121-1/+1
* mesa: Use _aligned_malloc/free for MinGW too.Jose Fonseca2016-02-121-4/+4
* glsl: move half<->float convertion to utilRob Clark2015-10-161-148/+0
* mesa: Use _mesa_lroundevenf() in some more places.Matt Turner2015-08-041-2/+2
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-181-22/+3
* mesa: use strdup() instead of _mesa_strdup()Brian Paul2015-03-111-18/+0
* mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* mesa: don't include math.h in compiler.hBrian Paul2015-02-261-0/+1
* mesa: include stdarg.h only where it's usedBrian Paul2015-02-261-2/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* mesa: Address `assignment makes integer from pointer without a cast` gcc warn...José Fonseca2015-01-081-2/+2
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-2/+2
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-301-19/+0
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-5/+7
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-16/+0
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-241-17/+0
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-241-21/+0
* mesa: Unifdef _XBOX.Matt Turner2014-09-241-1/+1
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-241-14/+0
* mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi2013-12-041-5/+9
* mesa: Do not use newlocale on NetBSD.Vinson Lee2013-10-111-1/+2
* 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 rounding bias in _mesa_float_to_half()Chad Versace2013-01-241-29/+37
* mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace2013-01-241-0/+20
* Remove OpenVMS supportMatt Turner2012-11-161-4/+1
* mesa: Silence 'assignment makes integer from pointer without a cast' warnings.José Fonseca2012-10-101-2/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-3/+3
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-051-1/+1
* Fix compile time errors when building against uclibcAnthony G. Basile2012-07-241-1/+1
* Remove unused _mesa_memset16Matt Turner2012-07-211-13/+0
* Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner2012-07-211-106/+0
* Remove _mesa_sqrt* in favor of plain sqrtMatt Turner2012-07-211-101/+0
* mesa: split error handling into its own filenobled2012-03-101-238/+7
* mesa: Don't use newlocale on HaikuAlexander von Gluck2012-01-241-1/+1
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-121-9/+6
* Fix gcc version checks for _mesa_bitcountAlan Coopersmith2011-10-211-1/+1
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-0/+13
* mesa: Fix Android build by #ifdef'ing out locale supportChad Versace2011-08-161-1/+2
* mesa: fix gcc version check for _mesa_bitcountRoland Scheidegger2011-06-091-3/+3
* mesa: only report up to 50 _mesa_problem() callsBrian Paul2011-03-171-5/+11
* i965: Use compiler builtins when availableChris Wilson2011-02-211-9/+4
* Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois2011-02-181-1/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* mesa: check for posix_memalign() errorspontus lidman2010-11-291-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5