summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_config.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: GCC 4.9 allows to include tmmintrin.h without -msse3.Jose Fonseca2015-08-091-2/+2
* adjust a couple of ifdefs to handle NetBSD correctlyTobias Nygren2015-04-171-1/+1
* gallium: Add tokens for DragonFly BSD.Vinson Lee2014-10-101-0/+6
* gallium: add endian detection for OpenBSDJonathan Gray2014-03-111-0/+10
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* gallium: fix build on GNU/kFreeBSDFabio Pedretti2013-11-061-1/+1
* util: don't use _fxsave() with MSVC 2010 or olderBrian Paul2013-09-101-0/+4
* llvmpipe: use MCJIT on ARM and AArch64Kyle McMartin2013-07-171-1/+8
* gallium: System z supportRichard Sandiford2013-06-051-1/+5
* util: Add cpuid for Solaris Studio.Vinson Lee2012-09-031-0/+4
* Remove windows kernel support code.José Fonseca2011-11-291-12/+2
* Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIANAlan Coopersmith2011-10-201-0/+9
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-211-0/+8
* darwin: Use machine/endian.h to determine endiannessJeremy Huddleston2011-07-311-0/+9
* Fix PPC detection on darwinJeremy Huddleston2011-07-311-2/+2
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-171-4/+0
* gallium: include limits.h in p_config.hDave Airlie2011-05-311-1/+1
* gallium: Factor out unknown endianness detection.Michel Dänzer2011-05-091-2/+4
* Don't allow compilation if endianness isn't knownMatt Turner2011-05-091-1/+1
* p_config.h: Rely on glibc endianness definitions when availableMatt Turner2011-05-091-0/+12
* gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca2010-07-141-0/+5
* pipe: Add PIPE_OS_HURDnobled2010-06-241-0/+5
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-131-0/+5
* gallium: Don't try to auto-detect the OS when embedded os is already pre-defi...José Fonseca2010-02-041-2/+6
* gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul2009-12-021-0/+1
* util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland2009-10-011-0/+13
* gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca2009-09-291-0/+5
* gallium: Added HaikuOS platformaljen2009-09-091-0/+3
* gallium: Add endian detection to p_config.Corbin Simpson2009-07-081-0/+13
* gallium: Add PIPE_OS_APPLE token.Vinson Lee2009-06-251-0/+4
* Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith2009-03-251-4/+8
* gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close2009-02-251-2/+6
* gallium: implement tests for PPC/PPC64Brian Paul2008-10-211-1/+4
* gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-0/+8
* gallium: Identify each Windows platform individually from scons.José Fonseca2008-06-021-20/+31
* gallium: Windows CE portability fixes.José Fonseca2008-05-281-2/+6
* gallium: Autodetect WINCE.José Fonseca2008-05-281-3/+4
* d3d: Windows miniport driver portability fixes.José Fonseca2008-05-011-0/+9
* gallium: New configuration header.José Fonseca2008-04-251-0/+112