| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Call _mesa_snprintf instead of snprintf. | José Fonseca | 2009-04-27 | 1 | -1/+1 |
* | mesa: fix up error/warning/debug output newlines | Brian Paul | 2009-04-24 | 1 | -9/+26 |
* | Mesa: allow suppression of debug messages in a debug build | Robert Ellison | 2009-04-08 | 1 | -10/+32 |
* | mesa: update/fix doxygen comments | Vinson Lee | 2009-03-17 | 1 | -1/+1 |
* | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul | 2009-02-09 | 1 | -11/+5 |
|\ |
|
| * | mesa: Add _mesa_snprintf. | José Fonseca | 2009-01-08 | 1 | -0/+12 |
| * | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane | 2008-09-11 | 1 | -1/+1 |
| |\ |
|
| * \ | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -12/+23 |
| |\ \ |
|
| | * | | mesa: Use standard integer types. | José Fonseca | 2008-06-24 | 1 | -9/+5 |
| | * | | mesa: bsearch implementation for WinCE. | José Fonseca | 2008-06-24 | 1 | -1/+18 |
| | * | | fix _mesa_ffs for alternative compilers | Alan Hourihane | 2008-05-05 | 1 | -19/+17 |
| | * | | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell | 2007-08-10 | 1 | -3/+1 |
* | | | | mesa: added _mesa_fprintf() wrapper | Brian Paul | 2009-01-22 | 1 | -1/+14 |
* | | | | mesa: Add _mesa_snprintf. | José Fonseca | 2009-01-07 | 1 | -0/+12 |
* | | | | mesa: bsearch implementation for WinCE. | José Fonseca | 2008-09-21 | 1 | -1/+18 |
| |_|/
|/| | |
|
* | | | Fixes for Mingw | Shane Blackett | 2008-09-11 | 1 | -1/+1 |
|/ / |
|
* | | [win32] Use native aligned memory allocation functions. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+18 |
* | | Fix compat implementation of ffs() to return 1-based bit numbers. | Andrzej Trznadel | 2008-03-17 | 1 | -0/+1 |
|/ |
|
* | Fix a number of MINGW32 issues | Zhang | 2007-07-21 | 1 | -0/+4 |
* | fix comment | Brian | 2007-06-12 | 1 | -2/+2 |
* | better comments for _mesa_debug(), _mesa_warning(), etc | Brian | 2007-05-07 | 1 | -22/+14 |
* | assorted fixes for Windows/VC8 | Karl Schultz | 2007-04-24 | 1 | -2/+2 |
* | Remove SI imports/exports remnants. | George Sapountzis | 2007-04-05 | 1 | -8/+0 |
* | Remove the never-used SI-style imports/exports code. | Brian | 2007-04-04 | 1 | -158/+2 |
* | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 1 | -193/+71 |
|\ |
|
| * | fix typo | Brian | 2007-01-26 | 1 | -1/+1 |
| * | document, re-indent _mesa_ffsll() | Brian | 2007-01-26 | 1 | -10/+18 |
| * | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | 2007-01-26 | 1 | -0/+21 |
| * | Drop old (pre-AIGLX) GLcore interface. | George Sapountzis | 2007-01-26 | 1 | -11/+2 |
| * | Drop mesa wrappers for XFree86. | George Sapountzis | 2006-12-21 | 1 | -182/+40 |
* | | Modify _mesa_strdup() so it handles NULL correctly. | Brian | 2006-12-14 | 1 | -6/+14 |
|/ |
|
* | _mesa_debug() should be a no-op when not compiled with DEBUG defined. | Brian Paul | 2006-08-29 | 1 | -1/+4 |
* | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | 2006-08-16 | 1 | -3/+21 |
* | added _mesa_align_realloc() | Brian Paul | 2006-05-24 | 1 | -0/+19 |
* | Remove carriage returns. | Michal Krol | 2006-04-25 | 1 | -11/+11 |
* | print newline in _mesa_warning() | Brian Paul | 2006-03-07 | 1 | -2/+2 |
* | More GLSL code: | Michal Krol | 2006-02-27 | 1 | -0/+11 |
* | Add _mesa_atanf and _mesa_asinf functions. | Michal Krol | 2006-02-13 | 1 | -1/+23 |
* | Add the ability to define NO_LIBCWRAPPER to avoid libcwrapper brain damage. | Eric Anholt | 2006-02-11 | 1 | -0/+8 |
* | move va_end() call (Evgeny Kotsuba) | Brian Paul | 2005-12-15 | 1 | -1/+1 |
* | fix _mesa_ffs() return, test for more platforms (Evgeny Kotsuba) | Brian Paul | 2005-12-02 | 1 | -2/+2 |
* | add GL_INVALID_FRAMEBUFFER_OPERATION_EXT in _mesa_error() | Brian Paul | 2005-11-16 | 1 | -0/+3 |
* | Move code to enable FP exceptions into debug.c (set MESA_DEBUG=fpexceptions). | Brian Paul | 2005-11-10 | 1 | -14/+0 |
* | better ffs() function (bug 4956) | Brian Paul | 2005-11-04 | 1 | -6/+20 |
* | change location of ffs() code for windows | Brian Paul | 2005-09-20 | 1 | -17/+10 |
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -1/+80 |
* | use mesa import wrappers, bug 4468 | Brian Paul | 2005-09-16 | 1 | -0/+13 |
* | remove \n from warning message string | Brian Paul | 2005-06-30 | 1 | -2/+2 |
* | check for null oldBuffer in _mesa_realloc(), cleaned up some comments | Brian Paul | 2005-06-26 | 1 | -11/+12 |
* | Store compiled vertex program representations in a pointer in the | Keith Whitwell | 2005-06-09 | 1 | -1/+1 |