| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Port Mesa to build on a P64 platform (e.g., Win64). P64 platforms | Karl Schultz | 2005-05-05 | 1 | -9/+9 |
* | A few getenv() that werent using the mesa wrapper version | Ben Crossman | 2005-04-14 | 1 | -0/+2 |
* | direct bug reports to freedesktop.org | Brian Paul | 2004-12-05 | 1 | -3/+3 |
* | in _mesa_problem() include version number in error message | Brian Paul | 2004-09-15 | 1 | -3/+4 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -2/+8 |
* | New glTexImage code. | Brian Paul | 2004-04-22 | 1 | -5/+5 |
* | fix compiler warning | Alan Hourihane | 2003-12-05 | 1 | -7/+7 |
* | added reference to original half/float conversion code | Brian Paul | 2003-11-18 | 1 | -0/+4 |
* | Some groundwork for supporting GLhalf datatype. | Brian Paul | 2003-11-18 | 1 | -3/+145 |
* | Committing in . | Jouk Jansen | 2003-10-21 | 1 | -1/+4 |
* | tweak an error message | Brian Paul | 2003-09-18 | 1 | -1/+1 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -97/+172 |
* | added _mesa_realloc() | Brian Paul | 2003-04-08 | 1 | -2/+13 |
* | added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof) | Brian Paul | 2003-03-04 | 1 | -1/+111 |
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -6/+155 |
* | replace _mesa_strtof() with _mesa_strtod() | Brian Paul | 2003-02-08 | 1 | -5/+5 |
* | add some casts | Brian Paul | 2003-01-19 | 1 | -2/+2 |