Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-19 | docs: update the prerequisites section | Brian Paul | 1 | -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> | |||||
2014-03-26 | mapi/glapi: Use ElementTree instead of libxml2. | José Fonseca | 1 | -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> | |||||
2012-09-19 | docs: remove obsolete r300c traces | Andreas Boll | 1 | -1/+0 | |
2012-09-19 | docs: remove obsolete target attribute | Andreas Boll | 1 | -3/+3 | |
2012-09-19 | docs: add new iframe layout | Andreas Boll | 1 | -1/+8 | |
2012-08-31 | Remove libGLU | Matt Turner | 1 | -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> | |||||
2012-06-12 | docs: whitespaces cleanup | Andreas Boll | 1 | -2/+2 | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-06-12 | docs: prefer lowercase html tags | Andreas Boll | 1 | -10/+10 | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-06-12 | docs: use id instead of <a name> | Andreas Boll | 1 | -14/+7 | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-06-12 | docs: fix html end/start tags | Andreas Boll | 1 | -2/+4 | |
for more well-formed html Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-06-12 | docs: consolidate html header and footer | Andreas Boll | 1 | -10/+10 | |
add doctype add character encoding add missing <head> tag unify html header and footer Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-06-06 | docs: remove documentation of old Makefile system | Brian Paul | 1 | -116/+5 | |
It's going away in the near future. | |||||
2012-04-19 | docs: overhaul the Mesa build/install instructions | Brian Paul | 1 | -128/+123 | |
Rearrange thing in general. Mark the legacy Makefile system as deprecated. | |||||
2012-03-17 | docs: add info for installing dependencies on fedora | Alex Hultman | 1 | -0/+8 | |
Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2012-03-07 | docs: add more MinGW prerequisite tips | Brian Paul | 1 | -0/+8 | |
Provided by Charles Huber on the mesa-users list. | |||||
2011-10-04 | docs: Update references to README files | Guillem Jover | 1 | -10/+2 | |
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2011-10-04 | Remove remnants of legacy glide support | Guillem Jover | 1 | -1/+0 | |
Signed-off-by: Guillem Jover <guillem@hadrons.org> Signed-off-by: Brian Paul <brianp@vmware.com> | |||||
2011-08-30 | docs: Update scons info regarding mingw. | José Fonseca | 1 | -5/+2 | |
2011-08-26 | mesa: Remove support for BeOS | Ian Romanick | 1 | -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> | |||||
2011-08-26 | dri: Remove all DRI1 drivers | Ian Romanick | 1 | -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> | |||||
2011-08-15 | docs: Remove GLw from the documentation except for a new FAQ entry. | Kenneth Graunke | 1 | -5/+0 | |
Also remove an outdated reference to GLEW being in tree. Reviewed-by: Brian Paul <brianp@vmware.com> | |||||
2011-04-23 | docs: Remove MSVS project files. | José Fonseca | 1 | -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. | |||||
2011-04-04 | docs: update prerequisites, remove old demo info | Brian Paul | 1 | -80/+24 | |
2010-03-10 | docs: Update new opengl32.dll target location. | José Fonseca | 1 | -1/+1 | |
2010-01-01 | scons: Build progs together with everything else. | José Fonseca | 1 | -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 | |||||
2009-10-08 | docs: bump libdrm version requirement | Brian Paul | 1 | -2/+2 | |
Probably need to bump other version requirements too... | |||||
2009-06-17 | docs: Document building with SCons. | José Fonseca | 1 | -2/+50 | |
2009-01-10 | docs: prerequisite updates | Brian Paul | 1 | -2/+3 | |
2009-01-08 | docs: dri2proto, libdrm tweaks | Brian Paul | 1 | -1/+1 | |
2008-12-30 | mesa: updated compilation documentation | Brian Paul | 1 | -29/+37 | |
2008-07-01 | link to DRM 2.3.1 | Brian Paul | 1 | -14/+3 | |
2008-05-27 | update, re-org build/install instructions | Brian Paul | 1 | -62/+64 | |
2007-12-23 | autoconf: Documentation for using the autoconf'd build | Dan Nicholson | 1 | -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. | |||||
2007-09-28 | update the DRM/DRI instructions | Brian | 1 | -36/+17 | |
2007-09-12 | updated with pkg-config info | Brian | 1 | -0/+20 | |
2007-09-12 | DESTDIR support. | Dan Nicholson | 1 | -1/+9 | |
2006-09-05 | updated info about glxproto.h | Brian Paul | 1 | -2/+7 | |
2006-07-12 | download/install updates | Brian Paul | 1 | -6/+9 | |
2006-06-08 | added info about prerequisites for building DRI drivers | Brian Paul | 1 | -20/+59 | |
2006-03-30 | Clarify which version of Mesa we're talking about | Adam Jackson | 1 | -2/+2 | |
2006-03-30 | Update the install docs to make explicit note of libdrm version dependency. | Adam Jackson | 1 | -14/+6 | |
Change pdx.fd.o to {anon,}cvs.fd.o as appropriate. | |||||
2005-07-21 | updated with DRI building instructions | Brian Paul | 1 | -32/+74 | |
2005-01-20 | Use a simple CSS style sheet. | Brian Paul | 1 | -1/+3 | |
2004-03-26 | updated Makefile info | Brian Paul | 1 | -29/+38 | |
2004-01-12 | added note about mklib permissions | Brian Paul | 1 | -0/+1 | |
2004-01-07 | updates for 6.0 release | Brian Paul | 1 | -1/+1 | |
2003-09-05 | updated info for Mesa 5.1 | Brian Paul | 1 | -263/+165 | |
2003-09-03 | assorted updates | Brian Paul | 1 | -0/+6 | |
2003-04-01 | added gnumake/gmake info | Brian Paul | 1 | -0/+3 | |
2003-03-16 | added -lstc++ info, convert more plain text to html | Brian Paul | 1 | -24/+73 | |