summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2008-03-10autoconf: Add autogen.sh from Xorg for easier setup from gitDan Nicholson1-3/+6
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-09added info about checking out gallium-0.1 for cell codeBrian1-0/+6
2008-02-28added git on Windows sectionBrian1-0/+21
2008-02-28a few words about how the cell driver works.Brian1-4/+23
2008-02-28Convert crlf->lf line endings.José Fonseca1-163/+163
Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true
2008-02-27document cell -DSPU_MAIN_PARAM_LONG_LONG flagBrian1-0/+5
2008-02-14miniglx doc updatescaner1-60/+141
2008-01-24Bring in previous 7.0.1/2 release notes, added Cell driver page.Brian5-0/+306
2008-01-11Allow osmesa to be enabled or disabledDan Nicholson1-10/+6
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-30autoconf: Remind developers to bump version numbers in configure.acDan Nicholson1-2/+2
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-26Merge branch 'master' into autoconf2Dan Nicholson1-3/+3
2007-12-26autoconf: Helper options for adding GCC 32/64 bit flagsDan Nicholson1-0/+7
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-23autoconf: Documentation for using the autoconf'd buildDan Nicholson3-21/+293
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-18docs: Fix links in contribute sectionDan Nicholson1-3/+3
The contribute section had a broken hyperlink, masking the mailing list text.
2007-11-27minor additions to avoid FAQsBrian1-0/+6
2007-11-27document GLSL float f/F suffix bugBrian1-0/+1
2007-10-31GLSL support in i965 driverBrian1-0/+1
2007-10-31updated listBrian1-31/+8
2007-10-01updated glext.h license info (Khronos), plus other clean-upsBrian1-13/+16
2007-09-28update the DRM/DRI instructionsBrian1-36/+17
2007-09-27for Miniglx, use git sourcesBrian1-0/+6
2007-09-13updated vrml linkBrian1-1/+1
2007-09-12updated with pkg-config infoBrian1-0/+20
2007-09-12DESTDIR support.Dan Nicholson1-1/+9
2007-09-05updated bug report guidelinesBrian1-9/+13
2007-07-27more Mingw32 fixesZhang1-4/+18
2007-07-21Fix a number of MINGW32 issuesZhang1-0/+49
2007-06-28bring over 7.0 doc changesBrian4-9/+20
2007-06-12added memcpy() to-do itemBrian1-0/+4
2007-05-19added GL_EXT_texture_from_pixmapBrian1-0/+1
2007-05-17Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian1-0/+805
2007-05-16Initial version of MESA_texture_array spec.Ian Romanick1-0/+805
2007-05-14Skeleton file for 7.1 release notes.Brian2-0/+68
2007-05-10document exp(), mod() fixesBrian1-0/+2
2007-05-10document tex sampler bug fix, code changesBrian1-0/+3
2007-05-09add pointers to git repo for drm/libpciaccess, replace & with &Brian1-1/+14
2007-05-04add </ol> tagBrian1-1/+1
2007-05-04Assorted miniglx updates.Brian4-172/+70
2007-05-03document R300 bug fix 10848Brian1-0/+1
2007-05-02document recent GLSL, R300 fixesBrian1-0/+3
2007-05-01fog, mix() bug fixesBrian1-0/+2
2007-04-277.0 blurbBrian1-0/+7
2007-04-27updates for 7.0Brian1-4/+16
2007-04-27added 7.0 relnotes linkBrian1-0/+1
2007-04-27added 6.5.3 MD5 sumsBrian1-1/+9
2007-04-277.0 release notes (template)Brian1-0/+67
2007-04-27document perspective correction issuesBrian1-0/+2
2007-04-27document broken inverse trig functionsBrian1-0/+1
2007-04-27set 6.5.3 release dateBrian2-2/+2
2007-04-26bump Windows to OpenGL 2.1, set release dateBrian1-2/+2