Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-30 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-03-25 | cell: Enable MIT-SHM on Cell. | Ian Romanick | |
2008-03-15 | nv10. | Stephane Marchesin | |
2008-03-13 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-03-10 | gallium: new surface/context tracker (sct) module | Brian | |
Will be used for tracking the surfaces and textures which are bound/used by contexts. | |||
2008-02-27 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-02-25 | Remove files of unsupported build systems. | José Fonseca | |
2008-02-22 | nouveau: fix build | Ben Skeggs | |
2008-02-19 | Cell: Add missing "gallium/winsys" to SRC_DIRS to fix build. | Ian Romanick | |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca | |
2008-02-18 | Update for llvm -> gallivm rename. | José Fonseca | |
2008-02-18 | Build glx/x11. | José Fonseca | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files. | |||
2008-02-15 | Cell: Add missing back-slash in linux-cell config file | Ian Romanick | |
2008-02-15 | Cell: Add INCLUDE_DIRS to SPU_CFLAGS to fix build. | Ian Romanick | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-01-28 | Cell: add OPT_FLAGS var | Brian | |
2008-01-24 | Cell: s/-W/-Wall/ in linux-cell | Brian | |
2008-01-23 | Use HOST_CC for programs that will run on the build host | Ian Romanick | |
2008-01-23 | Use EXTRA_LIB_PATH with *_LIB_DEPS | Ian Romanick | |
Make sure EXTRA_LIB_PATH is used with all the LIB_DEPS. Re-order some of the options and tweak the whitespace to make the various LIB_DEPS more readable. This makes building for Cell on x86 a bit easier and doesn't seem to effect other builds. | |||
2008-01-23 | Remove unnecessary paths | Ian Romanick | |
Removing the paths on certain commands (e.g., ppu32-gcc) and removing -I/usr/include makes it possible to build for Cell on both PowerPC and x86 hosts. | |||
2008-01-04 | llvm: we need custom rules so had to redo the build a little bit | Zack Rusin | |
also don't use sse when llvm is enabled | |||
2008-01-03 | Cell: added -Wmissing-prototypes to SPU_CFLAGS | Brian | |
2007-12-11 | Port to libspe2 | Ian Romanick | |
libspe is deprecated in Cell SDK 2.1, and it is removed in Cell SDK 3.0. This patch ports the existing libspe-based code to libspe2. Some error checking (eh-hem) would be nice. | |||
2007-12-11 | Remove '-include altivec.h'. | Ian Romanick | |
Including altivec.h caused problems in some places that use "pixel" as a variable name. | |||
2007-12-11 | Redo the fragment program examples to match vp's | Zack Rusin | |
we just load text files instead of compiling tons of small binaries | |||
2007-12-10 | remove -Wall, add -DGALLIUM_CELL | Brian | |
2007-12-05 | Add dependency checking for Cell driver sources. | Brian | |
2007-12-02 | added -fPIC | Brian | |
2007-12-02 | don't build libglw | Brian | |
2007-12-02 | Initial Cell driver infrastructure. | Brian | |
No real code yet. Just stand-ins and make/build infrastructure. | |||
2007-12-02 | glut doesn't need -lXt | Brian | |
2007-10-25 | Expand pkg-config flags before invoking the compiler. | José Fonseca | |
This allows IDEs such as Eclipse to get the correct c-preprocessor flags used from the build output. | |||
2007-10-25 | LLVM requires linking with the C++ compiler. | Michel Dänzer | |
It's basically luck if it works with the C compiler on some platforms... | |||
2007-10-24 | Cleanup some code. | Zack Rusin | |
2007-10-24 | Introduce linux-llvm target. Remove the llvm code from the default build for ↵ | Zack Rusin | |
now. Cleanup some of the debugging output. | |||
2007-10-24 | Implement the conversion and do the initial execution pass. | Zack Rusin | |
2007-10-24 | Initial stab at LLVM integration. | Zack Rusin | |
2007-09-28 | Update x86's static and profile configs. | José Fonseca | |
2007-09-19 | Update linux-profile config. | José Fonseca | |
2007-08-20 | remove the -DMESA flags | Brian | |
2007-08-16 | Remove many dependencies on mesa headers. | Brian | |
To build with mesa, need -DMESA in makefile/config file. | |||
2007-08-08 | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | |
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe. | |||
2007-07-31 | Build the "pipe" version of the i915tex driver. | Keith Whitwell | |
This hands all rendering off to the softpipe rasterizer. | |||
2007-07-27 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵ | michal | |
into softpipe_0_1_branch | |||
2007-07-21 | Fix a number of MINGW32 issues | Zhang | |
2007-07-06 | Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa ↵ | michal | |
into softpipe_0_1_branch | |||
2007-06-22 | Use -pthread instead of -lpthread on FreeBSD. | Eric Anholt | |
2007-06-20 | Only build i915tex | Keith Whitwell | |