Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | change MESA_MINOR to 3 | Brian Paul | |
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-08-12 | Removed broken/unsupported darwin-static configs | Jeremy Huddleston | |
Fixed typo in darwin config | |||
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston | |
2008-08-12 | Apple: More cleanup of the darwin config in 7.1 | Jeremy Huddleston | |
2008-08-08 | Apple: Some changes to fix compilation problems on OSX | Jeremy Huddleston | |
2008-07-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-21 | mesa: revert building glslcompiler by default | Brian Paul | |
2008-07-18 | autoconf: Support Motif widgets in GLw with --enable-motif | Dan Nicholson | |
Add an --enable-motif option, which will enable the Motif widgets in libGLw and link it with libXm. The Motif installation information will be gathered from the motif-config script (this comes with LessTif) or fallback to the standard autoconf checks. To allow the location of the Motif headers to be set from configure, the default setting of -I/usr/include/Motif1.2 has been moved into configs/default and then passed to the Makefile through the MOTIF_CFLAGS variable. | |||
2008-07-17 | mesa: build the stand-alone glslcompiler by default, update the docs | Brian Paul | |
2008-07-14 | nouveau: say goodbye to the old DRI driver... | Stephane Marchesin | |
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-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
2008-07-12 | Call minstall with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Running minstall directly means that /bin/sh is always used as hte interpreter. If the user needs or wants to use a different shell fo minstall, they can use the SHELL make variable. | |||
2008-07-12 | Set $(SHELL) for all configs | Dan Nicholson | |
Most make implementations will use /bin/sh as the interpreter for commands and only use a different shell when the $(SHELL) make variable is set. This makes the setting explicit and allows $(SHELL) to be used in the commands themselves. | |||
2008-07-12 | autoconf: Subsitute SHELL for all platforms | Dan Nicholson | |
Establish the shell that make will use from configure. This is exactly how autoconf/automake operate, with the environment variable CONFIG_SHELL respected to override the autoconf checks. In the usual case where the user just executes `./configure', autoconf will pick a shell from the current shell, sh, bash, ksh or sh5 that meets its base criteria. The special Solaris case of looking for a POSIX shell has been changed to just set the SHELL variable since autoconf substitutes this already. The EXTRA_CONFIG_LINES substitution is dropped as it should no longer be needed. | |||
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-07-06 | Set library and header installation directories from configuration | Dan Nicholson | |
Currently the installation directories for libraries and headers are resolved within the install commands. For instance, the libraries will be installed to $(INSTALL_DIR)/$(LIB_DIR). This limits the flexibility of the installation, such as when the libraries should be installed to a subdirectory like /usr/lib/tls. This adds the make variables $(INSTALL_LIB_DIR) and $(INSTALL_INC_DIR) to define the locations that the libraries and headers are installed. For the static configs, this resolves exactly as before to $(INSTALL_DIR)/include and $(INSTALL_DIR)/$(LIB_DIR). For autoconf, they are derived directly from the --libdir and --includedir settings. | |||
2008-06-23 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/default | |||
2008-06-21 | Solaris port of Mesa 7.1 with autoconf support | Alan Coopersmith | |
Signed-off-by: Brian Paul <brian.paul@tungstengraphics.com> | |||
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 | drop GLcore | George Sapountzis | |
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-05-09 | Default DRI driver directory to match X.Org xserver | Dan Nicholson | |
Since the only valid consumer of the DRI drivers is the X.Org xserver, this changes the default DRI driver directory to match xorg-server: ${libdir}/dri. The old default of /usr/X11R6/modules/dri was wrong for nearly all current systems. | |||
2008-05-05 | autoconf: Scrape the version from configs/default | Dan Nicholson | |
Added the make script version.mk to print the various version numbers from configs/default. This is used to substitute the version in autoconf rather than duplicating it in both places. | |||
2008-05-05 | glcore: Set all external variables in configuration | George Sapountzis | |
based on patch by Dan Nicholson <dbn.lists@gmail.com> | |||
2008-04-30 | autoconf: Don't substitute MESA_MAJOR and friends | Dan Nicholson | |
Since the autoconf config inherits from default, we don't need to duplicate and substitute the MESA_* version numbers in configure.ac. The version number is only needed in configure for the help text. | |||
2008-04-23 | glcore: tree sharing for DRI and XMesa | George Sapountzis | |
2008-04-23 | glcore: build from mesa | George Sapountzis | |
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 | |