OSDN Git Service

mesa: Replace a priori knowledge of gcc builtins with configure tests.
[android-x86/external-mesa.git] / src / mesa / main / imports.h
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-08-07 Matt Turnermesa: Drop USE_IEEE define.
2014-08-05 Jason Ekstrandmesa/imports: Add a _mesa_half_is_negative helper function
2014-07-24 Jason EkstrandAdd an accelerated version of F_TO_I for x86_64
2014-05-02 José Fonsecamesa: VS 2013 does not provide strcasecmp.
2014-04-10 Brian Paulmesa: remove the MALLOC, CALLOC and FREE macros
2014-03-03 Hansmesa: don't define c99 math functions for MSVC >= 1800
2013-10-29 Paul Berryglsl: Generalize MSVC fix for strcasecmp().
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-01 Brian Paulmesa: remove platform checks around __builtin_ffs,...
2013-01-25 Chad Versacemesa,glsl: Move round_to_even() from glsl to mesa/main...
2012-11-16 Matt TurnerRemove OpenVMS support
2012-11-06 Marek Olšákvbo: fix glVertexAttribI* functions
2012-09-24 Brian Paulmesa: add signbit() macro
2012-09-13 Kenneth Graunkemesa: Add a _mesa_fls() function to find the last bit...
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-09-03 Brian Paulmesa: remove accidentally committed __SUNPRO_C sqrtf...
2012-09-01 Brian Paulmesa: clean-up LOG2() function
2012-09-01 Brian Paulmesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.h
2012-09-01 Brian Paulmesa: clean up F_TO_I, IFLOOR, ICEIL functions
2012-07-22 Matt Turnerimports.h: Correct ceilf typo.
2012-07-21 Matt TurnerRemove unused _mesa_memset16
2012-07-21 Matt TurnerRemove _mesa_inv_sqrtf in favor of 1/SQRTF
2012-07-21 Matt TurnerRemove _mesa_sqrt* in favor of plain sqrt
2012-07-05 Brian PaulRevert "mesa: #define fprintf to be __mingw_fprintf...
2012-06-22 Brian Paulmesa: #define fprintf to be __mingw_fprintf() on Mingw32
2012-05-19 Brian Paulmesa: reimplement IROUND(), add F_TO_I()
2012-03-10 nobledmesa: split error handling into its own file
2012-01-12 Brian Paulmesa/gallium: add FFS_DEFINED to protect ffs() from...
2012-01-12 Brian Paulmesa: remove _mesa_ffs(), implement ffs() for non-GNU...
2011-12-29 Vinson Leemesa: Use __builtin_ffsll on Mac OS X.
2011-12-20 Jon TURNEYFix compilation on cygwin after commit 762c9766c93697af...
2011-10-22 Alan CoopersmithConvert additional GNUC_MINOR checks to multiplied...
2011-10-22 Alan CoopersmithFix gcc version checks for _mesa_bitcount
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-20 Chia-I Wumesa: android has no log2f nor ffs
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-08 Roland Scheideggermesa: use __builtin_clz for logbase2 when available
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-22 José Fonsecamesa: Avoid undeclared ffs function warning on mingw.
2011-02-21 Chris Wilsoni965: Use compiler builtins when available
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-16 Vinson Leemesa: Add definitions for inverse hyperbolic function...
2010-11-16 Brian Paulmesa: add more work-arounds for acoshf(), asinhf()...
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-13 Kristian HøgsbergGet rid of GL/internal/glcore.h
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Eric Anholtmesa: Add __printf__ attribute to printf-like functions...
2010-08-25 Aras Pranckeviciusglsl/mesa: fixes for MSVC
2010-08-24 Brian Paulmesa: added isblank() for MSVC
2010-08-23 Ian Romanickglsl2: Include imports.h to get snprintf wrapper for...
2010-08-23 Aras Pranckeviciusmesa: Fix msvc build of glsl.
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-15 Vinson Leemesa: Check that _XOPEN_SOURCE is defined before using it.
2010-08-14 José Fonsecamesa: Recent versions of MSVC define the single precisi...
2010-08-14 José Fonsecamesa: atan2f and powf need two args.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-14 Ian Romanickmesa: Work-arounds for platforms that lack C99 math...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-09 Vinson Leemesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-13 Eric Anholtmesa: Remove no-op wrappers around trig functions.
2010-05-13 Eric Anholtmesa: Remove _mesa_pow(), which is always just pow().
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Matthieu Herrbmesa: Fix build with gcc 3.3.
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Marcin BaczyńskiReplace _mesa_strtod with _mesa_strtof.
2010-03-12 Younes MantonMerge remote branch 'origin/master' into pipe-video
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0
2010-02-19 Brian Paulmesa: restore _mesa_snprintf() - it's needed for Windows
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
next