summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-131-11/+19
* Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul2001-07-161-7/+7
* Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes2001-03-271-8/+10
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+2
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-3/+3
* fixed _mesa_getenv() weirdnessBrian Paul2001-03-021-3/+3
* Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell2001-02-061-2/+2
* Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell2001-01-081-5/+10
* Committing in .Jouk Jansen2000-11-221-2/+2
* include types.hBrian Paul2000-09-271-2/+3
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-0/+163