summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* better ffs() function (bug 4956)Brian Paul2005-11-041-6/+20
* change location of ffs() code for windowsBrian Paul2005-09-201-17/+10
* additional wrapper updates, bug 4468Brian Paul2005-09-191-1/+80
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-0/+13
* remove \n from warning message stringBrian Paul2005-06-301-2/+2
* check for null oldBuffer in _mesa_realloc(), cleaned up some commentsBrian Paul2005-06-261-11/+12
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-091-1/+1
* Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz2005-05-051-9/+9
* A few getenv() that werent using the mesa wrapper versionBen Crossman2005-04-141-0/+2
* direct bug reports to freedesktop.orgBrian Paul2004-12-051-3/+3
* in _mesa_problem() include version number in error messageBrian Paul2004-09-151-3/+4
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-2/+8
* New glTexImage code.Brian Paul2004-04-221-5/+5
* fix compiler warningAlan Hourihane2003-12-051-7/+7
* added reference to original half/float conversion codeBrian Paul2003-11-181-0/+4
* Some groundwork for supporting GLhalf datatype.Brian Paul2003-11-181-3/+145
* Committing in .Jouk Jansen2003-10-211-1/+4
* tweak an error messageBrian Paul2003-09-181-1/+1
* Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz2003-08-301-1/+1
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-97/+172
* added _mesa_realloc()Brian Paul2003-04-081-2/+13
* added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul2003-03-041-1/+111
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-6/+155
* replace _mesa_strtof() with _mesa_strtod()Brian Paul2003-02-081-5/+5
* add some castsBrian Paul2003-01-191-2/+2
* remove const from _mesa_strtof()Brian Paul2003-01-141-3/+3
* added _mesa_strtof()Brian Paul2003-01-141-1/+23
* let _mesa_problem() take variable argumentsBrian Paul2002-12-061-5/+12
* declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul2002-12-011-2/+4
* added a comment about future workBrian Paul2002-10-301-1/+8
* test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul2002-10-301-27/+27
* fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul2002-10-301-6/+13
* wrapped a few more C library functionsBrian Paul2002-10-251-1/+111
* Header file clean-up:Brian Paul2002-10-241-116/+310
* make a few static function non-static for highpc.cBrian Paul2002-10-151-5/+5
* context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul2002-10-141-6/+5
* Coerce vsnprintf to _vsnprintf for windowsKarl Schultz2002-08-031-1/+4
* define MAXSTRING and use vsnprintf to preven overflowsBrian Paul2002-08-011-9/+11
* Committing in .Jouk Jansen2002-07-011-2/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-29/+184
* Committing in .Jouk Jansen2002-06-181-1/+2
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-3/+11
* Committing in .Jouk Jansen2002-06-131-2/+2