aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke2010-02-191-8/+1
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-10/+0
* mesa: fix strict aliasing issues in half-to-float/float-to-half conversionsRoland Scheidegger2009-12-071-8/+9
* mesa: use gcc __builtin_popcount()Brian Paul2009-11-231-0/+4
* mesa: silence warning from gcc 4.4.1Brian Paul2009-11-041-2/+2
* mesa: fix broken _mesa_str_checksum()Brian Paul2009-10-231-2/+2
* mesa: Fix Mac OS build.Vinson Lee2009-10-201-0/+3
* mesa: use C locale for _mesa_strtod()Brian Paul2009-10-161-0/+12
* mesa: added _mesa_str_checksum()Brian Paul2009-08-041-0/+14
* mesa: clean-up error debug/count codeBrian Paul2009-08-041-30/+41
* mesa: recognize and eliminate repeated error messagesKeith Whitwell2009-07-151-3/+31
* mesa: split out errorstring switch from _mesa_errorKeith Whitwell2009-07-151-36/+26
* mesa: remove dead code in _mesa_errorKeith Whitwell2009-07-151-6/+0
* mesa: don't call getenv every time _mesa_error is calledKeith Whitwell2009-07-151-11/+14
* mesa: Output warnings to debugger on Windows.José Fonseca2009-05-301-0/+10
* mesa: Call _mesa_snprintf instead of snprintf.José Fonseca2009-04-271-1/+1
* mesa: fix up error/warning/debug output newlinesBrian Paul2009-04-241-9/+26
* Mesa: allow suppression of debug messages in a debug buildRobert Ellison2009-04-081-10/+32
* mesa: update/fix doxygen commentsVinson Lee2009-03-171-1/+1
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-11/+5
|\
| * mesa: Add _mesa_snprintf.José Fonseca2009-01-081-0/+12
| * Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-1/+1
| |\