Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / main / imports.c
2005-06-30 Brian Paulremove \n from warning message string
2005-06-26 Brian Paulcheck for null oldBuffer in _mesa_realloc(), cleaned...
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2004-12-05 Brian Pauldirect bug reports to freedesktop.org
2004-09-15 Brian Paulin _mesa_problem() include version number in error...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-04-22 Brian PaulNew glTexImage code.
2003-12-05 Alan Hourihanefix compiler warning
2003-11-18 Brian Pauladded reference to original half/float conversion code
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-10-21 Jouk Jansen Committing in .
2003-09-18 Brian Paultweak an error message
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-04-08 Brian Pauladded _mesa_realloc()
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-08 Brian Paulreplace _mesa_strtof() with _mesa_strtod()
2003-01-19 Brian Pauladd some casts
2003-01-14 Brian Paulremove const from _mesa_strtof()
2003-01-14 Brian Pauladded _mesa_strtof()
2002-12-06 Brian Paullet _mesa_problem() take variable arguments
2002-12-01 Brian Pauldeclar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
2002-10-30 Brian Pauladded a comment about future work
2002-10-30 Brian Paultest both XFree86LOADER and IN_MODULE to see if we...
2002-10-30 Brian Paulfix potential bug in _mesa_align_calloc/malloc (Frank...
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-24 Brian PaulHeader file clean-up:
2002-10-15 Brian Paulmake a few static function non-static for highpc.c
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-01 Jouk Jansen Committing in .
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-18 Jouk Jansen Committing in .
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-07-16 Brian PaulVarious 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)
2001-03-27 Gareth HughesUpdates required for DRI drivers on mesa-3-5-branch.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-02 Brian Paulfixed _mesa_getenv() weirdness
2001-02-06 Keith WhitwellUse a lookup table to compute exponents in tnl fogging...
2001-01-08 Keith WhitwellAdd a 'RenderPrimitive' callback to t_vb_render.c....
2000-11-22 Jouk Jansen Committing in .
2000-09-27 Brian Paulinclude types.h
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes: