summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-02-21i965: Use compiler builtins when availableChris Wilson
2011-02-18Point to bugs.freedesktop.org rather than bugzilla.freedesktop.orgCyril Brulebois
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee
2010-11-29mesa: check for posix_memalign() errorspontus lidman
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-12mesa: Fix FreeBSD build with llvm enabled.Vinson Lee
2010-07-23mesa: Fix Cygwin build with llvm enabled.Vinson Lee
2010-05-13mesa: Remove no-op wrappers around trig functions.Eric Anholt
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb
2010-03-15Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński
2010-02-19mesa: restore _mesa_snprintf() - it's needed for WindowsBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strncmp in favor of plain strncmp.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-19Remove _mesa_strlen in favor of plain strlen.Kenneth Graunke
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke
2010-02-19Remove _mesa_strcpy in favor of plain strcpy.Kenneth Graunke
2010-02-19Remove _mesa_strncat in favor of plain strncat.Kenneth Graunke
2010-02-19Remove _mesa_strstr in favor of plain strstr.Kenneth Graunke
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-07mesa: fix strict aliasing issues in half-to-float/float-to-half conversionsRoland Scheidegger
2009-11-23mesa: use gcc __builtin_popcount()Brian Paul
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul
2009-10-23mesa: fix broken _mesa_str_checksum()Brian Paul
2009-10-20mesa: Fix Mac OS build.Vinson Lee
2009-10-16mesa: use C locale for _mesa_strtod()Brian Paul
2009-08-04mesa: added _mesa_str_checksum()Brian Paul
2009-08-04mesa: clean-up error debug/count codeBrian Paul
2009-07-15mesa: recognize and eliminate repeated error messagesKeith Whitwell
2009-07-15mesa: split out errorstring switch from _mesa_errorKeith Whitwell
2009-07-15mesa: remove dead code in _mesa_errorKeith Whitwell
2009-07-15mesa: don't call getenv every time _mesa_error is calledKeith Whitwell
2009-05-30mesa: Output warnings to debugger on Windows.José Fonseca
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul
2009-04-08Mesa: allow suppression of debug messages in a debug buildRobert Ellison
2009-03-17mesa: update/fix doxygen commentsVinson Lee
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-01-22mesa: added _mesa_fprintf() wrapperBrian Paul
2009-01-08mesa: Add _mesa_snprintf.José Fonseca
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2008-09-21mesa: bsearch implementation for WinCE.José Fonseca