summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)Author
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
2005-11-04better ffs() function (bug 4956)Brian Paul
2005-09-20change location of ffs() code for windowsBrian Paul
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-06-30remove \n from warning message stringBrian Paul
2005-06-26check for null oldBuffer in _mesa_realloc(), cleaned up some commentsBrian Paul
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-04-14A few getenv() that werent using the mesa wrapper versionBen Crossman
2004-12-05direct bug reports to freedesktop.orgBrian Paul
2004-09-15in _mesa_problem() include version number in error messageBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-04-22New glTexImage code.Brian Paul
2003-12-05fix compiler warningAlan Hourihane
2003-11-18added reference to original half/float conversion codeBrian Paul
2003-11-18Some groundwork for supporting GLhalf datatype.Brian Paul