summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-27mesa: Call _mesa_snprintf instead of snprintf.José Fonseca1-1/+1
2009-04-24mesa: fix up error/warning/debug output newlinesBrian Paul1-9/+26
2009-04-08Mesa: allow suppression of debug messages in a debug buildRobert Ellison1-10/+32
2009-03-17mesa: update/fix doxygen commentsVinson Lee1-1/+1
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul1-11/+5
2009-01-22mesa: added _mesa_fprintf() wrapperBrian Paul1-1/+14
2009-01-08mesa: Add _mesa_snprintf.José Fonseca1-0/+12
2009-01-07mesa: Add _mesa_snprintf.José Fonseca1-0/+12
2008-09-21mesa: bsearch implementation for WinCE.José Fonseca1-1/+18
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-12/+23
2008-09-11Fixes for MingwShane Blackett1-1/+1
2008-06-24mesa: Use standard integer types.José Fonseca1-9/+5
2008-06-24mesa: bsearch implementation for WinCE.José Fonseca1-1/+18
2008-05-05fix _mesa_ffs for alternative compilersAlan Hourihane1-19/+17
2008-03-21[win32] Use native aligned memory allocation functions.Michal Wajdeczko1-0/+18
2008-03-17Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel1-0/+1
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell1-3/+1
2007-07-21Fix a number of MINGW32 issuesZhang1-0/+4
2007-06-12fix commentBrian1-2/+2
2007-05-07better comments for _mesa_debug(), _mesa_warning(), etcBrian1-22/+14
2007-04-24assorted fixes for Windows/VC8Karl Schultz1-2/+2
2007-04-05Remove SI imports/exports remnants.George Sapountzis1-8/+0
2007-04-04Remove the never-used SI-style imports/exports code.Brian1-158/+2
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-193/+71
2007-01-26fix typoBrian1-1/+1
2007-01-26document, re-indent _mesa_ffsll()Brian1-10/+18
2007-01-26Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt1-0/+21
2007-01-26Drop old (pre-AIGLX) GLcore interface.George Sapountzis1-11/+2
2006-12-21Drop mesa wrappers for XFree86.George Sapountzis1-182/+40
2006-12-14Modify _mesa_strdup() so it handles NULL correctly.Brian1-6/+14
2006-08-29_mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul1-1/+4
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick1-3/+21
2006-05-24added _mesa_align_realloc()Brian Paul1-0/+19
2006-04-25Remove carriage returns.Michal Krol1-11/+11
2006-03-07print newline in _mesa_warning()Brian Paul1-2/+2
2006-02-27More GLSL code:Michal Krol1-0/+11
2006-02-13Add _mesa_atanf and _mesa_asinf functions.Michal Krol1-1/+23
2006-02-11Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt1-0/+8
2005-12-15move va_end() call (Evgeny Kotsuba)Brian Paul1-1/+1
2005-12-02fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)Brian Paul1-2/+2
2005-11-16add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()Brian Paul1-0/+3
2005-11-10Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul1-14/+0
2005-11-04better ffs() function (bug 4956)Brian Paul1-6/+20
2005-09-20change location of ffs() code for windowsBrian Paul1-17/+10
2005-09-19additional wrapper updates, bug 4468Brian Paul1-1/+80
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-0/+13
2005-06-30remove \n from warning message stringBrian Paul1-2/+2
2005-06-26check for null oldBuffer in _mesa_realloc(), cleaned up some commentsBrian Paul1-11/+12
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell1-1/+1