summaryrefslogtreecommitdiffstats
path: root/docs/install.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: use latest libDRM versionBrian Paul2016-03-231-2/+1
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: Visual Studio 2013 or later is now requiredBrian Paul2016-02-121-0/+3
|
* docs: minimum required python mako version is 0.3.4Samuel Iglesias Gonsálvez2015-11-251-1/+1
| | | | | Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
* scons: Prefer winflexbison, and use --wincompat when available.Jose Fonseca2015-03-221-2/+2
| | | | | | | | | | | | This avoids MSVC the warning warning C4013: 'isatty' undefined; assuming extern returning int with certain versions of flex. Reviewed-by: Brian Paul <brianp@vmware.com> v2: Add win flex-bison link to docs/install.html.
* windows/gdi: Remove.Jose Fonseca2015-03-041-3/+2
| | | | | | | | | | | | This classic driver is so far behind Gallium softpipe/llvmpipe based one, that's hard to imagine ever being useful. v2: Drop drivers/windows from src/mesa/Makefile.am:EXTRA_DIST per Emil Velikov. Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> v3: Update release notes.
* configure: require python mako moduleSamuel Iglesias Gonsalvez2015-01-121-1/+5
| | | | | | | | | | | | | | | | | | | | It is now a hard dependency because of the autogeneration of format pack and unpack functions. Update the documentation to reflect this change. v2: - Inline python script in m4 file and use PYTHON2 v3: - Remove semicolons and quotes and change coding style - Add Ilia Mirkin suggestion to use Python's split functionality. - Use AX_CHECK_PYTHON_MAKO_MODULE name. - Change to MIT license Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
* docs: update the prerequisites sectionBrian Paul2014-05-191-3/+12
| | | | | | | SCons is required for Windows. Add links to flex/bison for Windows. Reorder items and improve formatting. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* mapi/glapi: Use ElementTree instead of libxml2.José Fonseca2014-03-261-4/+0
| | | | | | | | | | | | | | | | | | | | | | It is quite hard to meet the dependency of the libxml2 python bindings outside Linux, and in particularly on MacOSX; whereas ElementTree is part of Python's standard library. ElementTree is more limited than libxml2: no DTD verification, defaults from DTD, or XInclude support, but none of these limitations is serious enough to justify using libxml2. In fact, it was easier to refactor the code to use ElementTree than to try to get libxml2 python bindings. In the process, gl_item_factory class was refactored so that there is one method for each kind of object to be created, as it simplifies things substantially. I confirmed that precisely the same output is generated for GL/GLX/GLES. v2: Remove m4/ax_python_module.m4 as suggested by Matt Turner. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: remove obsolete r300c tracesAndreas Boll2012-09-191-1/+0
|
* docs: remove obsolete target attributeAndreas Boll2012-09-191-3/+3
|
* docs: add new iframe layoutAndreas Boll2012-09-191-1/+8
|
* Remove libGLUMatt Turner2012-08-311-5/+0
| | | | | | | It's been moved to its own repository, found at http://cgit.freedesktop.org/mesa/glu/ Acked-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: whitespaces cleanupAndreas Boll2012-06-121-2/+2
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: prefer lowercase html tagsAndreas Boll2012-06-121-10/+10
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: use id instead of <a name>Andreas Boll2012-06-121-14/+7
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: fix html end/start tagsAndreas Boll2012-06-121-2/+4
| | | | | | for more well-formed html Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: consolidate html header and footerAndreas Boll2012-06-121-10/+10
| | | | | | | | | add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: remove documentation of old Makefile systemBrian Paul2012-06-061-116/+5
| | | | It's going away in the near future.
* docs: overhaul the Mesa build/install instructionsBrian Paul2012-04-191-128/+123
| | | | Rearrange thing in general. Mark the legacy Makefile system as deprecated.
* docs: add info for installing dependencies on fedoraAlex Hultman2012-03-171-0/+8
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: add more MinGW prerequisite tipsBrian Paul2012-03-071-0/+8
| | | | Provided by Charles Huber on the mesa-users list.
* docs: Update references to README filesGuillem Jover2011-10-041-10/+2
| | | | | Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* Remove remnants of legacy glide supportGuillem Jover2011-10-041-1/+0
| | | | | Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com>
* docs: Update scons info regarding mingw.José Fonseca2011-08-301-5/+2
|
* mesa: Remove support for BeOSIan Romanick2011-08-261-1/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
* dri: Remove all DRI1 driversIan Romanick2011-08-261-12/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <krh@bitplanet.net> Acked-by: Marek Olšák <maraeo@gmail.com> Acked-by: Alan Coopersmith <alan.coopersmith@oracle.com> Acked-by: Jakob Bornecrantz <jakob@vmware.com> Acked-by: Dave Airlie <airlied@redhat.com> Build-Tested-by: Jakob Bornecrantz <jakob@vmware.com> Tested-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
* docs: Remove GLw from the documentation except for a new FAQ entry.Kenneth Graunke2011-08-151-5/+0
| | | | | | Also remove an outdated reference to GLEW being in tree. Reviewed-by: Brian Paul <brianp@vmware.com>
* docs: Remove MSVS project files.José Fonseca2011-04-231-1/+0
| | | | | | | They were totally broken for several releases. scons now builds everything the project files built and more, and can be kept up-to-date with little effort.
* docs: update prerequisites, remove old demo infoBrian Paul2011-04-041-80/+24
|
* docs: Update new opengl32.dll target location.José Fonseca2010-03-101-1/+1
|
* scons: Build progs together with everything else.José Fonseca2010-01-011-9/+0
| | | | | | | | This is a substantial reorganization, This particular commit enables: - building the progs for unices platforms - glew is now built as a shared library (it is the default, and it is inconvenient and pointless to shift away from that default) - all progs get built by default
* docs: bump libdrm version requirementBrian Paul2009-10-081-2/+2
| | | | Probably need to bump other version requirements too...
* docs: Document building with SCons.José Fonseca2009-06-171-2/+50
|
* docs: prerequisite updatesBrian Paul2009-01-101-2/+3
|
* docs: dri2proto, libdrm tweaksBrian Paul2009-01-081-1/+1
|
* mesa: updated compilation documentationBrian Paul2008-12-301-29/+37
|
* link to DRM 2.3.1Brian Paul2008-07-011-14/+3
|
* update, re-org build/install instructionsBrian Paul2008-05-271-62/+64
|
* autoconf: Documentation for using the autoconf'd buildDan Nicholson2007-12-231-1/+7
| | | | | | | 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.
* update the DRM/DRI instructionsBrian2007-09-281-36/+17
|
* updated with pkg-config infoBrian2007-09-121-0/+20
|
* DESTDIR support.Dan Nicholson2007-09-121-1/+9
|
* updated info about glxproto.hBrian Paul2006-09-051-2/+7
|
* download/install updatesBrian Paul2006-07-121-6/+9
|
* added info about prerequisites for building DRI driversBrian Paul2006-06-081-20/+59
|
* Clarify which version of Mesa we're talking aboutAdam Jackson2006-03-301-2/+2
|
* Update the install docs to make explicit note of libdrm version dependency.Adam Jackson2006-03-301-14/+6
| | | | Change pdx.fd.o to {anon,}cvs.fd.o as appropriate.
* updated with DRI building instructionsBrian Paul2005-07-211-32/+74
|
* Use a simple CSS style sheet.Brian Paul2005-01-201-1/+3
|
* updated Makefile infoBrian Paul2004-03-261-29/+38
|