Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-09 | document makefile changes | Brian Paul | |
2008-05-27 | update, re-org build/install instructions | Brian Paul | |
2008-05-27 | updates for 7.1 release | Brian Paul | |
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-04-04 | 7.0.3 updates | Brian | |
2008-04-04 | updated w/ 7.0.3 release | Brian | |
2008-04-04 | import 7.0.3 relnotes from 7.0 branch | Brian | |
2008-03-10 | autoconf: Add autogen.sh from Xorg for easier setup from git | Dan Nicholson | |
The defacto method to rebuild the autotools and run the generated configure is an autogen.sh script. It is much more discoverable than the custom `make configure' used here. The Makefile targets are still useful for creating tarballs, though. This autogen.sh is copied from Xorg. | |||
2008-03-09 | added info about checking out gallium-0.1 for cell code | Brian | |
2008-02-28 | added git on Windows section | Brian | |
2008-02-28 | a few words about how the cell driver works. | Brian | |
2008-02-28 | Convert crlf->lf line endings. | José Fonseca | |
Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true | |||
2008-02-27 | document cell -DSPU_MAIN_PARAM_LONG_LONG flag | Brian | |
2008-02-14 | miniglx doc updates | caner | |
2008-01-24 | Bring in previous 7.0.1/2 release notes, added Cell driver page. | Brian | |
2008-01-11 | Allow osmesa to be enabled or disabled | Dan Nicholson | |
The conditional in src/mesa/Makefile currently hardcodes the cases where libOSMesa can be built on libGL. Likewise, the xlib case always includes libOSMesa in the stand-alone target. This changes the conditional to a loop over the DRIVER_DIRS variable. This means that any driver configuration can enable or disable osmesa. The current "stand-alone" rule is changed so that DRIVER_DIRS=x11 and DRIVER_DIRS="x11 osmesa" are both respected. The configure option is changed to --enable-gl-osmesa as this change allows libOSMesa to be built upon any of the libGL-enabling drivers. | |||
2007-12-30 | autoconf: Remind developers to bump version numbers in configure.ac | Dan Nicholson | |
Just like configs/default, the version number in configure.ac needs to be bumped for releases. Maybe later we can figure out how to scrape the version from configs/default into configure.ac. | |||
2007-12-26 | Merge branch 'master' into autoconf2 | Dan Nicholson | |
2007-12-26 | autoconf: Helper options for adding GCC 32/64 bit flags | Dan Nicholson | |
Two new configure options to add -m32 or -m64 to the CFLAGS and CXXFLAGS when GCC is in use. By default, the user supplied options are environment variables are respected, but these options are quick helps for the common case of x86/x86_64 using GCC. | |||
2007-12-23 | autoconf: Documentation for using the autoconf'd build | Dan Nicholson | |
Most of the options available from configure are documented on the autoconf.html. This page is reached as an alternative provided on the install.html page. An FAQ about why there is no configure script has been removed. | |||
2007-12-18 | docs: Fix links in contribute section | Dan Nicholson | |
The contribute section had a broken hyperlink, masking the mailing list text. | |||
2007-11-27 | minor additions to avoid FAQs | Brian | |
2007-11-27 | document GLSL float f/F suffix bug | Brian | |
2007-10-31 | GLSL support in i965 driver | Brian | |
2007-10-31 | updated list | Brian | |
2007-10-01 | updated glext.h license info (Khronos), plus other clean-ups | Brian | |
2007-09-28 | update the DRM/DRI instructions | Brian | |
2007-09-27 | for Miniglx, use git sources | Brian | |
2007-09-13 | updated vrml link | Brian | |
2007-09-12 | updated with pkg-config info | Brian | |
2007-09-12 | DESTDIR support. | Dan Nicholson | |
2007-09-05 | updated bug report guidelines | Brian | |
2007-07-27 | more Mingw32 fixes | Zhang | |
2007-07-21 | Fix a number of MINGW32 issues | Zhang | |
2007-06-28 | bring over 7.0 doc changes | Brian | |
2007-06-12 | added memcpy() to-do item | Brian | |
2007-05-19 | added GL_EXT_texture_from_pixmap | Brian | |
2007-05-17 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian | |
2007-05-16 | Initial version of MESA_texture_array spec. | Ian Romanick | |
2007-05-14 | Skeleton file for 7.1 release notes. | Brian | |
2007-05-10 | document exp(), mod() fixes | Brian | |
2007-05-10 | document tex sampler bug fix, code changes | Brian | |
2007-05-09 | add pointers to git repo for drm/libpciaccess, replace & with & | Brian | |
2007-05-04 | add </ol> tag | Brian | |
2007-05-04 | Assorted miniglx updates. | Brian | |
2007-05-03 | document R300 bug fix 10848 | Brian | |
2007-05-02 | document recent GLSL, R300 fixes | Brian | |
2007-05-01 | fog, mix() bug fixes | Brian | |
2007-04-27 | 7.0 blurb | Brian | |