summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_config.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-11gallium: add endian detection for OpenBSDJonathan Gray1-0/+10
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-09-10util: don't use _fxsave() with MSVC 2010 or olderBrian Paul1-0/+4
2013-07-17llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin1-1/+8
2013-06-05gallium: System z supportRichard Sandiford1-1/+5
2012-09-03util: Add cpuid for Solaris Studio.Vinson Lee1-0/+4
2011-11-29Remove windows kernel support code.José Fonseca1-12/+2
2011-10-20Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIANAlan Coopersmith1-0/+9
2011-08-21gallium: add PIPE_OS_ANDROID supportChia-I Wu1-0/+8
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston1-0/+9
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca1-4/+0
2011-05-31gallium: include limits.h in p_config.hDave Airlie1-1/+1
2011-05-09gallium: Factor out unknown endianness detection.Michel Dänzer1-2/+4
2011-05-09Don't allow compilation if endianness isn't knownMatt Turner1-1/+1
2011-05-09p_config.h: Rely on glibc endianness definitions when availableMatt Turner1-0/+12
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca1-0/+5
2010-06-24pipe: Add PIPE_OS_HURDnobled1-0/+5
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee1-0/+5
2010-02-04gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca1-2/+6
2009-12-02gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul1-0/+1
2009-10-01util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland1-0/+13
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca1-0/+5
2009-09-09gallium: Added HaikuOS platformaljen1-0/+3
2009-07-08gallium: Add endian detection to p_config.Corbin Simpson1-0/+13
2009-06-25gallium: Add PIPE_OS_APPLE token.Vinson Lee1-0/+4
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith1-4/+8
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close1-2/+6
2008-10-21gallium: implement tests for PPC/PPC64Brian Paul1-1/+4
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca1-0/+8
2008-06-02gallium: Identify each Windows platform individually from scons.José Fonseca1-20/+31
2008-05-28gallium: Windows CE portability fixes.José Fonseca1-2/+6
2008-05-28gallium: Autodetect WINCE.José Fonseca1-3/+4
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca1-0/+9
2008-04-25gallium: New configuration header.José Fonseca1-0/+112