summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-02mesa: VS 2013 does not provide strcasecmp.José Fonseca1-1/+3
2014-04-10mesa: remove the MALLOC, CALLOC and FREE macrosBrian Paul1-6/+0
2014-03-03mesa: don't define c99 math functions for MSVC >= 1800Hans1-1/+1
2013-10-29glsl: Generalize MSVC fix for strcasecmp().Paul Berry1-0/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-01mesa: remove platform checks around __builtin_ffs, __builtin_ffsllBrian Paul1-6/+0
2013-01-24mesa,glsl: Move round_to_even() from glsl to mesa/main (v2)Chad Versace1-0/+3
2012-11-16Remove OpenVMS supportMatt Turner1-2/+0
2012-11-06vbo: fix glVertexAttribI* functionsMarek Olšák1-1/+1
2012-09-24mesa: add signbit() macroBrian Paul1-0/+7
2012-09-12mesa: Add a _mesa_fls() function to find the last bit set in a word.Kenneth Graunke1-0/+22
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-12/+10
2012-09-03mesa: remove accidentally committed __SUNPRO_C sqrtf() codeBrian Paul1-4/+0
2012-09-01mesa: clean-up LOG2() functionBrian Paul1-18/+16
2012-09-01mesa: move IS_NEGATIVE() and DIFFERENT_SIGNS() to macros.hBrian Paul1-29/+0
2012-09-01mesa: clean up F_TO_I, IFLOOR, ICEIL functionsBrian Paul1-60/+30
2012-07-22imports.h: Correct ceilf typo.Matt Turner1-1/+1
2012-07-21Remove unused _mesa_memset16Matt Turner1-3/+0
2012-07-21Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner1-8/+1
2012-07-21Remove _mesa_sqrt* in favor of plain sqrtMatt Turner1-14/+1
2012-07-05Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"Brian Paul1-10/+0
2012-06-22mesa: #define fprintf to be __mingw_fprintf() on Mingw32Brian Paul1-0/+10
2012-05-19mesa: reimplement IROUND(), add F_TO_I()Brian Paul1-21/+36
2012-03-10mesa: split error handling into its own filenobled1-14/+3
2012-01-12mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitionsBrian Paul1-0/+4
2012-01-12mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul1-13/+8
2011-12-28mesa: Use __builtin_ffsll on Mac OS X.Vinson Lee1-1/+1
2011-12-20Fix compilation on cygwin after commit 762c9766c93697af8d7fbaa729aed118789dbe8eJon TURNEY1-1/+1
2011-10-21Convert additional GNUC_MINOR checks to multiplied versionAlan Coopersmith1-3/+3
2011-10-21Fix gcc version checks for _mesa_bitcountAlan Coopersmith1-1/+1
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-0/+3
2011-10-01mesa: s/INLINE/inline/Brian Paul1-24/+24
2011-08-21mesa: android has no log2f nor ffsChia-I Wu1-1/+7
2011-06-09mesa: use __builtin_clz for logbase2 when availableRoland Scheidegger1-0/+21
2011-02-22mesa: Avoid undeclared ffs function warning on mingw.José Fonseca1-0/+6
2011-02-21i965: Use compiler builtins when availableChris Wilson1-0/+13
2010-11-15mesa: Add definitions for inverse hyperbolic function on MSVC.Vinson Lee1-0/+3
2010-11-15mesa: add more work-arounds for acoshf(), asinhf(), atahf()Brian Paul1-0/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-10-13Get rid of GL/internal/glcore.hKristian Høgsberg1-4/+6
2010-09-01mesa: Add __printf__ attribute to printf-like functions to get warnings.Eric Anholt1-5/+5
2010-08-25glsl/mesa: fixes for MSVCAras Pranckevicius1-0/+1
2010-08-24mesa: added isblank() for MSVCBrian Paul1-0/+1
2010-08-23glsl2: Include imports.h to get snprintf wrapper for MSVCIan Romanick1-0/+6
2010-08-23mesa: Fix msvc build of glsl.Aras Pranckevicius1-2/+7
2010-08-15mesa: Check that _XOPEN_SOURCE is defined before using it.Vinson Lee1-1/+1
2010-08-14mesa: Recent versions of MSVC define the single precision functions already.José Fonseca1-1/+2