summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.c
AgeCommit message (Expand)Author
2004-09-15in _mesa_problem() include version number in error messageBrian Paul
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-04-22New glTexImage code.Brian Paul
2003-12-05fix compiler warningAlan Hourihane
2003-11-18added reference to original half/float conversion codeBrian Paul
2003-11-18Some groundwork for supporting GLhalf datatype.Brian Paul
2003-10-21 Committing in .Jouk Jansen
2003-09-18tweak an error messageBrian Paul
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-04-08added _mesa_realloc()Brian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-08replace _mesa_strtof() with _mesa_strtod()Brian Paul
2003-01-19add some castsBrian Paul
2003-01-14remove const from _mesa_strtof()Brian Paul
2003-01-14added _mesa_strtof()Brian Paul
2002-12-06let _mesa_problem() take variable argumentsBrian Paul
2002-12-01declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul
2002-10-30added a comment about future workBrian Paul
2002-10-30test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul
2002-10-30fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-24Header file clean-up:Brian Paul
2002-10-15make a few static function non-static for highpc.cBrian Paul
2002-10-14context-related cleanups (ex: _mesa_notifySwapBuffers instead of _mesa_swapbu...Brian Paul
2002-08-03Coerce vsnprintf to _vsnprintf for windowsKarl Schultz
2002-08-01define MAXSTRING and use vsnprintf to preven overflowsBrian Paul
2002-07-01 Committing in .Jouk Jansen
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul
2002-06-18 Committing in .Jouk Jansen
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-06-13 Committing in .Jouk Jansen
2002-06-13New _mesa_debug() function to replace fprintf() calls.Brian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-03-27Updates required for DRI drivers on mesa-3-5-branch.Gareth Hughes
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-07fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul
2001-03-02fixed _mesa_getenv() weirdnessBrian Paul
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-09-27include types.hBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul