summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2008-02-14miniglx doc updatescaner
2008-01-24Bring in previous 7.0.1/2 release notes, added Cell driver page.Brian
2008-01-11Allow osmesa to be enabled or disabledDan 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-30autoconf: Remind developers to bump version numbers in configure.acDan 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-26Merge branch 'master' into autoconf2Dan Nicholson
2007-12-26autoconf: Helper options for adding GCC 32/64 bit flagsDan 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-23autoconf: Documentation for using the autoconf'd buildDan 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-18docs: Fix links in contribute sectionDan Nicholson
The contribute section had a broken hyperlink, masking the mailing list text.
2007-11-27minor additions to avoid FAQsBrian
2007-11-27document GLSL float f/F suffix bugBrian
2007-10-31GLSL support in i965 driverBrian
2007-10-31updated listBrian
2007-10-01updated glext.h license info (Khronos), plus other clean-upsBrian
2007-09-28update the DRM/DRI instructionsBrian
2007-09-27for Miniglx, use git sourcesBrian
2007-09-13updated vrml linkBrian
2007-09-12updated with pkg-config infoBrian
2007-09-12DESTDIR support.Dan Nicholson
2007-09-05updated bug report guidelinesBrian
2007-07-27more Mingw32 fixesZhang
2007-07-21Fix a number of MINGW32 issuesZhang
2007-06-28bring over 7.0 doc changesBrian
2007-06-12added memcpy() to-do itemBrian
2007-05-19added GL_EXT_texture_from_pixmapBrian
2007-05-17Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesaBrian
2007-05-16Initial version of MESA_texture_array spec.Ian Romanick
2007-05-14Skeleton file for 7.1 release notes.Brian
2007-05-10document exp(), mod() fixesBrian
2007-05-10document tex sampler bug fix, code changesBrian
2007-05-09add pointers to git repo for drm/libpciaccess, replace & with &Brian
2007-05-04add </ol> tagBrian
2007-05-04Assorted miniglx updates.Brian
2007-05-03document R300 bug fix 10848Brian
2007-05-02document recent GLSL, R300 fixesBrian
2007-05-01fog, mix() bug fixesBrian
2007-04-277.0 blurbBrian
2007-04-27updates for 7.0Brian
2007-04-27added 7.0 relnotes linkBrian
2007-04-27added 6.5.3 MD5 sumsBrian
2007-04-277.0 release notes (template)Brian
2007-04-27document perspective correction issuesBrian
2007-04-27document broken inverse trig functionsBrian
2007-04-27set 6.5.3 release dateBrian
2007-04-26bump Windows to OpenGL 2.1, set release dateBrian
2007-04-25updates for 6.5.3 w/ VC8Karl Schultz
2007-04-22import glxext.h version 19Brian
2007-04-21memory leaks fixedBrian
2007-04-19Notes about shared lib version. Document depth-peel fixes.Brian
2007-04-19dFdx(), etc. don't work yetBrian
2007-04-18glean glsl test now does over 150 testsBrian