summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_config.h
AgeCommit message (Collapse)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2010-07-14gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support.José Fonseca
2010-06-24pipe: Add PIPE_OS_HURDnobled
One tiny step toward porting Gallium to the GNU/Hurd kernel (and fixing Debian bug #585618). Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee
2010-02-04gallium: Don't try to auto-detect the OS when embedded os is already ↵José Fonseca
pre-defined.
2009-12-02gallium/util: added PIPE_CC_GCC_VERSION symbolBrian Paul
2009-10-01util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland
Since the various BSDs use some different features here, define PIPE_OS_OPENBSD and PIPE_OS_NETBSD as well Signed-off-by: Robert Noland <rnoland@2hip.net>
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca
2009-09-09gallium: Added HaikuOS platformaljen
2009-07-08gallium: Add endian detection to p_config.Corbin Simpson
2009-06-25gallium: Add PIPE_OS_APPLE token.Vinson Lee
2009-03-25Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun ccAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-25gallium: Add support for BSD operating systems, tested with FreeBSDBenjamin Close
BSD supports pipe in the same way as linux hence options which are safe for linux are also safe for BSD. Define PIPE_OS_BSD in include/pipe/p_config.h and adjust the defines to make use of it. Also define MAP_ANONYMOUS for BSD systems which use MAP_ANON Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
2008-10-21gallium: implement tests for PPC/PPC64Brian Paul
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca
Besides meaning x86 and x86-64 architecture, it also depends on SSE2 support enabled on gcc. This fixes the linux-debug build.
2008-06-02gallium: Identify each Windows platform individually from scons.José Fonseca
2008-05-28gallium: Windows CE portability fixes.José Fonseca
2008-05-28gallium: Autodetect WINCE.José Fonseca
2008-05-01d3d: Windows miniport driver portability fixes.José Fonseca
2008-04-25gallium: New configuration header.José Fonseca
To abstract all those weird #ifdef (__???__) checks. It should typically be the first included header.