summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-12/+23
| |\ \
| | * | mesa: Use standard integer types.José Fonseca2008-06-241-9/+5
| | * | mesa: bsearch implementation for WinCE.José Fonseca2008-06-241-1/+18
| | * | fix _mesa_ffs for alternative compilersAlan Hourihane2008-05-051-19/+17
| | * | Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell2007-08-101-3/+1
* | | | mesa: added _mesa_fprintf() wrapperBrian Paul2009-01-221-1/+14
* | | | mesa: Add _mesa_snprintf.José Fonseca2009-01-071-0/+12
* | | | mesa: bsearch implementation for WinCE.José Fonseca2008-09-211-1/+18
| |_|/ |/| |
* | | Fixes for MingwShane Blackett2008-09-111-1/+1
|/ /
* | [win32] Use native aligned memory allocation functions.Michal Wajdeczko2008-03-211-0/+18
* | Fix compat implementation of ffs() to return 1-based bit numbers.Andrzej Trznadel2008-03-171-0/+1
|/
* Fix a number of MINGW32 issuesZhang2007-07-211-0/+4
* fix commentBrian2007-06-121-2/+2
* better comments for _mesa_debug(), _mesa_warning(), etcBrian2007-05-071-22/+14
* assorted fixes for Windows/VC8Karl Schultz2007-04-241-2/+2
* Remove SI imports/exports remnants.George Sapountzis2007-04-051-8/+0
* Remove the never-used SI-style imports/exports code.Brian2007-04-041-158/+2
* Merge branch 'origin' into glsl-compiler-1Brian2007-02-221-193/+71
|\
| * fix typoBrian2007-01-261-1/+1
| * document, re-indent _mesa_ffsll()Brian2007-01-261-10/+18
| * Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-261-0/+21
| * Drop old (pre-AIGLX) GLcore interface.George Sapountzis2007-01-261-11/+2
| * Drop mesa wrappers for XFree86.George Sapountzis2006-12-211-182/+40
* | Modify _mesa_strdup() so it handles NULL correctly.Brian2006-12-141-6/+14
|/
* _mesa_debug() should be a no-op when not compiled with DEBUG defined.Brian Paul2006-08-291-1/+4
* When available, which is most of the time, use posix_memalign to implementIan Romanick2006-08-161-3/+21
* added _mesa_align_realloc()Brian Paul2006-05-241-0/+19
* Remove carriage returns.Michal Krol2006-04-251-11/+11
* print newline in _mesa_warning()Brian Paul2006-03-071-2/+2
* More GLSL code:Michal Krol2006-02-271-0/+11
* Add _mesa_atanf and _mesa_asinf functions.Michal Krol2006-02-131-1/+23
* Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage.Eric Anholt2006-02-111-0/+8
* move va_end() call (Evgeny Kotsuba)Brian Paul2005-12-151-1/+1
* fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba)Brian Paul2005-12-021-2/+2
* add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error()Brian Paul2005-11-161-0/+3
* Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions).Brian Paul2005-11-101-14/+0