summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)Author
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
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11Fixes for MingwShane Blackett
2008-06-24mesa: Use standard integer types.José Fonseca
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca
2008-05-05fix _mesa_ffs for alternative compilersAlan Hourihane
2008-03-21[win32] Use native aligned memory allocation functions.Michal Wajdeczko
2008-03-17Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell
2007-07-21Fix a number of MINGW32 issuesZhang
2007-06-12fix commentBrian
2007-05-07better comments for _mesa_debug(), _mesa_warning(), etcBrian
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-04Remove the never-used SI-style imports/exports code.Brian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-01-26fix typoBrian
2007-01-26document, re-indent _mesa_ffsll()Brian
2007-01-26Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt
2007-01-26Drop old (pre-AIGLX) GLcore interface.George Sapountzis
2006-12-21Drop mesa wrappers for XFree86.George Sapountzis
2006-12-14Modify _mesa_strdup() so it handles NULL correctly.Brian
2006-08-29_mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
2006-05-24added _mesa_align_realloc()Brian Paul
2006-04-25Remove carriage returns.Michal Krol
2006-03-07print newline in _mesa_warning()Brian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-13Add _mesa_atanf and _mesa_asinf functions.Michal Krol
2006-02-11Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt
2005-12-15move va_end() call (Evgeny Kotsuba)Brian Paul
2005-12-02fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)Brian Paul
2005-11-16add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()Brian Paul
2005-11-10Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul