summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt1-9/+0
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb1-1/+2
2010-03-15Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński1-5/+7
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul1-3/+16
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-64/+3
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-30/+9
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul1-11/+0
2010-02-19Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke1-11/+0
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-11/+0
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-13/+2
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke1-8/+1
2010-02-19Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke1-7/+0
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke1-7/+0
2010-02-19Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke1-8/+1
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke1-7/+0
2010-02-19Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke1-9/+2
2010-02-19Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke1-7/+0