summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.c
Commit message (Expand)AuthorAgeFilesLines
* 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