only use __x86_64__, not __amd64__ (bug 15503)
[mesa.git] / src / mesa / main / imports.h
2008-04-14 Brian Paulonly use __x86_64__, not __amd64__ (bug 15503)
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-19 Brianfix IEEE_ONE definition for ICC compiler (bug 15134)
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-04-05 BrianRemove the never-used SI-style imports/exports code.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-26 Eric AnholtAdd _mesa_ffsll() for compatibility on OSes without...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2006-12-21 George SapountzisDrop mesa wrappers for XFree86.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-15 Brian Paul#define LONGSTRING __extension__ in imports.h and use...
2006-09-21 Brian Pauladded _mesa_little_endian()
2006-07-13 Brian Pauldefine FLT_MAX_EXP to 128 if undefined
2006-06-20 Michel DänzerAdd M32R architecture to test for USE_IEEE and friends...
2006-05-24 Brian Pauladded _mesa_align_realloc()
2006-03-17 Jouk Jansen Committing in .
2006-02-27 Michal KrolMore GLSL code:
2006-02-13 Michal KrolAdd _mesa_atanf and _mesa_asinf functions.
2006-02-11 Eric AnholtAdd the ability to define NO_LIBCWRAPPER to avoid libcw...
2005-11-09 Brian PaulMove COPY_FLOAT() macro down into glide driver.
2005-10-18 Brian Paulmove _mesa_exec_malloc/free() up near other malloc...
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-10-12 Brian Paulremove unused _mesa_log2() (bug 4468)
2005-10-03 Adam JacksonBug #1155: Define IEEE_ONE on Super-H as well.
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-06 Brian Paulremove DEFARRAY, CHECKARRAY stuff
2005-08-12 Brian Pauladded FREXPF() macro (bug 4060)
2005-07-13 Keith WhitwellAdd a LDEXPF wrapper macro.
2005-06-27 Brian Paulremove unused MEMSET16 macro
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-05-16 Brian Pauldefine M_E if needed
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
2005-01-11 Daniel Borcaapplied Keith's patch for "safe" type-punning.
2004-11-25 Brian PaulStarted some assorted clean-ups in #defines, typedefs...
2004-10-31 Brian Pauladded a cast to ADD_POINTERS macro
2004-10-28 Eric AnholtUse the generic __amd64__, instead of __AMD64__ which...
2004-09-01 Brian Paulalso test for __arm__ for setting USE_IEEE (X bug 1155)
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-24 Philippe HoudoinDisable x86 iround() version on BeOS with gcc < 2.95...
2004-08-22 Brian Paulcheck if __mips or _MIPS_ARCH is defined to set IEEE_ON...
2004-08-22 Brian Paulalso check for __hppa__ and hpux for IEEE support ...
2004-04-30 Keith WhitwellAMD64 changes from Ronny V. Vindenes.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-22 Brian PaulNew glTexImage code.
2004-04-18 Brian Paulcheck for __ia64__ when setting USE_IEEE
2004-04-13 Brian Paulcheck for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)
2004-04-11 Alan Hourihanebuild fix for VMS
2003-12-23 Brian Paulthe optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-10-03 Kendall BennettRemoved bogus OS/2 floating point->integer conversion...
2003-10-03 Kendall BennettFixed incorrect Watcom assembler macros
2003-09-18 Brian PaulRemove FLT_MIN definition to imports.h
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-27 Brian Pauladd a few more digits to PI to make Evgeny happy
2003-05-26 Brian Paula couple casts (Evgeny Kotsuba)
2003-05-15 Brian Pauladded a couple casts
2003-04-28 Brian PaulLOG2() clean-up (Klaus Niederkrueger)
2003-04-08 Brian Pauladded _mesa_realloc()
2003-04-03 Brian Paulsimplify CEILF, FLOORF, FABSF stuff
2003-03-17 Brian Paulmove #include glheader.h before extern C namespace
2003-03-07 Brian Pauladded OS/2 version of IROUND (Evgeny Kotsuba)
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-03 Brian Pauldisable using optimized _mesa_sqrtf() for now
2003-03-02 Brian Pauladded extern "C" for C++
2003-03-02 Brian Paulremoved extra _mesa_memset16() prototype
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-08 Brian Paulreplace _mesa_strtof() with _mesa_strtod()
2003-01-14 Brian Paulremove const from _mesa_strtof()
2003-01-14 Brian PaulOSMesa16 updates (Eric Plante), added _mesa_strtof()
2002-12-06 Brian Paullet _mesa_problem() take variable arguments
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
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-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes: