Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-12 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-09-11 | define new APP_CC configuration variable for building apps/demos/tests | Brian Paul | |
For Cell, need to use different compilers for the libraries vs. the demos/tests to avoid strange link error regarding "_Unwind_GetIPInfo@GCC_4.2.0" | |||
2008-09-11 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/default | |||
2008-09-03 | cell: add -DDEBUG flag, fixes to Cell Makefiles | Brian Paul | |
2008-09-03 | Cell: added linux-cell-debug config | Brian Paul | |
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile. | |||
2008-08-26 | cell: use SDK 3.0 by default | Brian Paul | |
2008-08-17 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} | |||
2008-08-17 | choose sane default for dri driver location | Alan Hourihane | |
2008-07-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-13 | EGL: Only build EGL dri based drivers under linux-dri based configs | Jakob Bornecrantz | |
2008-07-14 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-11 | build egl subdirs | Brian Paul | |
2008-07-10 | gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on util | Jakob Bornecrantz | |
2008-07-10 | gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies | Brian Paul | |
libutil.a and libtranslate.a depend on libcso_cache.a so put them in that order. | |||
2008-07-08 | nv04. | Stephane Marchesin | |
2008-06-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/default | |||
2008-06-08 | mesa: Do not compile the dri drivers in mesa | Jakob Bornecrantz | |
2008-06-06 | gallium: Only build intel_drm for linux-dri targets | Jakob Bornecrantz | |
2008-06-06 | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | |
2008-06-05 | build egl_xlib/ too (softpipe_egl.so library) | Brian Paul | |
2008-06-05 | egl: build libEGL and softpipe_egl.so by default | Brian Paul | |
2008-06-04 | Build with -O2 | Alan Hourihane | |
2008-05-25 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-05-23 | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz | |
2008-05-23 | egl: Don't build EGL programs either | Jakob Bornecrantz | |
2008-05-23 | egl: Stoped compiling EGL completely | Jakob Bornecrantz | |
2008-05-23 | mesa: Added linux-egl target, that only builds the i915simple driver and egl ↵ | Jakob Bornecrantz | |
drivers | |||
2008-05-23 | mesa: On second thought lets not build the driver | Jakob Bornecrantz | |
2008-05-22 | disable egl by default | Zack Rusin | |
2008-05-14 | mesa: Made linux-dri targets build EGL | Jakob Bornecrantz | |
2008-04-23 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-04-18 | gallium: reorder libs so that translate can see rtasm | Keith Whitwell | |
2008-04-15 | gallium: add translate directory | Keith Whitwell | |
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. |