summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16glsl: move half<->float convertion to utilRob Clark1-148/+0
2015-08-04mesa: Use _mesa_lroundevenf() in some more places.Matt Turner1-2/+2
2015-03-18mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner1-22/+3
2015-03-11mesa: use strdup() instead of _mesa_strdup()Brian Paul1-18/+0
2015-03-05mesa: include stdio.h where neededBrian Paul1-0/+1
2015-02-26mesa: don't include math.h in compiler.hBrian Paul1-0/+1
2015-02-26mesa: include stdarg.h only where it's usedBrian Paul1-2/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-2/+2
2015-01-08mesa: Address `assignment makes integer from pointer without a cast` gcc warn...José Fonseca1-2/+2
2014-12-08Don't cast the return value of malloc/reallocMatt Turner1-2/+2
2014-10-30util: add _mesa_strtod and _mesa_strtofChia-I Wu1-19/+0
2014-09-25mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner1-5/+7
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-16/+0
2014-09-24mesa: Drop _mesa_bsearch() wrapper.Matt Turner1-17/+0
2014-09-24mesa: Unifdef _WIN32_WCE.Matt Turner1-21/+0
2014-09-24mesa: Unifdef _XBOX.Matt Turner1-1/+1
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-14/+0
2013-12-04mesa: modified _mesa_align_free() to accept NULL pointerSiavash Eliasi1-5/+9
2013-10-11mesa: Do not use newlocale on NetBSD.Vinson Lee1-1/+2
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-01-24mesa: Remove rounding bias in _mesa_float_to_half()Chad Versace1-29/+37
2013-01-24mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace1-0/+20
2012-11-16Remove OpenVMS supportMatt Turner1-4/+1
2012-10-10mesa: Silence 'assignment makes integer from pointer without a cast' warnings.José Fonseca1-2/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-2/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-3/+3
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee1-1/+1
2012-07-24Fix compile time errors when building against uclibcAnthony G. Basile1-1/+1
2012-07-21Remove unused _mesa_memset16Matt Turner1-13/+0
2012-07-21Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner1-106/+0
2012-07-21Remove _mesa_sqrt* in favor of plain sqrtMatt Turner1-101/+0
2012-03-10mesa: split error handling into its own filenobled1-238/+7
2012-01-24mesa: Don't use newlocale on HaikuAlexander von Gluck1-1/+1
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-9/+6
2011-10-21Fix gcc version checks for _mesa_bitcountAlan Coopersmith1-1/+1
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-0/+13
2011-08-16mesa: Fix Android build by #ifdef'ing out locale supportChad Versace1-1/+2
2011-06-09mesa: fix gcc version check for _mesa_bitcountRoland Scheidegger1-3/+3
2011-03-17mesa: only report up to 50 _mesa_problem() callsBrian Paul1-5/+11
2011-02-21i965: Use compiler builtins when availableChris Wilson1-9/+4
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois1-1/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-11-29mesa: check for posix_memalign() errorspontus lidman1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-08-12mesa: Fix FreeBSD build with llvm enabled.Vinson Lee1-1/+1
2010-07-23mesa: Fix Cygwin build with llvm enabled.Vinson Lee1-1/+1
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt1-35/+0