Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-14 | gallium: Add a new PIPE_ARCH_SSSE3 define for SSSE3 compiler support. | José Fonseca | |
2010-06-24 | pipe: Add PIPE_OS_HURD | nobled | |
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-13 | gallium: Add tokens for Cygwin. | Vinson Lee | |
2010-02-04 | gallium: Don't try to auto-detect the OS when embedded os is already ↵ | José Fonseca | |
pre-defined. | |||
2009-12-02 | gallium/util: added PIPE_CC_GCC_VERSION symbol | Brian Paul | |
2009-10-01 | util: 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-29 | gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices. | José Fonseca | |
2009-09-09 | gallium: Added HaikuOS platform | aljen | |
2009-07-08 | gallium: Add endian detection to p_config. | Corbin Simpson | |
2009-06-25 | gallium: Add PIPE_OS_APPLE token. | Vinson Lee | |
2009-03-25 | Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-02-25 | gallium: Add support for BSD operating systems, tested with FreeBSD | Benjamin 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-21 | gallium: implement tests for PPC/PPC64 | Brian Paul | |
2008-10-07 | gallium: 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-02 | gallium: Identify each Windows platform individually from scons. | José Fonseca | |
2008-05-28 | gallium: Windows CE portability fixes. | José Fonseca | |
2008-05-28 | gallium: Autodetect WINCE. | José Fonseca | |
2008-05-01 | d3d: Windows miniport driver portability fixes. | José Fonseca | |
2008-04-25 | gallium: New configuration header. | José Fonseca | |
To abstract all those weird #ifdef (__???__) checks. It should typically be the first included header. |