summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix FreeBSD build with llvm enabled.Vinson Lee2010-08-121-1/+1
* mesa: Fix Cygwin build with llvm enabled.Vinson Lee2010-07-231-1/+1
* mesa: Remove no-op wrappers around trig functions.Eric Anholt2010-05-131-35/+0
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-9/+0
* mesa: Fix build with gcc 3.3.Matthieu Herrb2010-04-191-1/+2
* Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński2010-03-151-5/+7
* mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul2010-02-191-3/+16
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-64/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-30/+9
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-11/+0
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-191-11/+0
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-11/+0
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-13/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-8/+1
* Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke2010-02-191-7/+0
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-7/+0
* Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke2010-02-191-8/+1
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-7/+0
* Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke2010-02-191-9/+2
* Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke2010-02-191-7/+0