summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul1-0/+1
This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour.
2009-01-13docs: #pragma now handledBrian Paul1-0/+1
2009-01-13Add language about implicit flush and command completionIan Romanick1-2/+10
Copied language from the glXSwapBuffers manual page about the implicit glFlush and expected command completion. This just codifies what people already expect from glXCopySubBufferMESA. The intention of this command is to work like glXSwapBuffers but on a sub-rectangle of the drawable. Acked-by: Brian Paul <brianp@vmware.com>
2009-01-13docs: fixes since 7.3-rc1Brian Paul1-0/+2
2009-01-10docs: document deprecated/removed headers/interfacesBrian Paul1-0/+5
2009-01-10docs: prerequisite updatesBrian Paul2-4/+5
2009-01-08docs: dri2proto, libdrm tweaksBrian Paul2-2/+2
2009-01-08docs: updated Cell docs, from gallium-0.2 branchBrian Paul1-15/+57
2009-01-08docs: more 7.3 doc updatesBrian Paul2-2/+16
2009-01-08docs: import 7.2 relnotes, start on 7.3 relnotesBrian Paul3-0/+180
2008-12-30mesa: updated compilation documentationBrian Paul2-31/+39
2008-12-15mesa: updated GLSL docsBrian Paul1-43/+27
2008-11-24docs: update webmaster email addrBrian Paul1-2/+2
2008-09-21Remove CVS keywords.Keith Whitwell36-36/+0
Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h
2008-08-26added 7.1 MD5 sumsBrian Paul1-1/+9
2008-08-267.1 updates from 7.2 branchBrian Paul3-2/+25
2008-08-26asst. html doc updatesTimo Jyrinki3-8/+13
2008-08-20mesa: move old/obsolete MESA extensions specs to OLD/ directoryBrian Paul4-0/+0
2008-08-16bring in docs from 7.0.4 release/branchBrian Paul4-1/+89
2008-07-29updated GLSL bug fixesBrian Paul1-1/+1
2008-07-29document GLSL 1.20 statusBrian Paul1-0/+35
2008-07-21mesa: revert building glslcompiler by defaultBrian Paul1-2/+1
2008-07-17mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul1-16/+26
2008-07-04GLSL-related bug fixesBrian Paul1-0/+7
2008-07-01link to DRM 2.3.1Brian Paul1-14/+3
2008-06-30autoconf: Improve the visibility of the swrast DRI driverDan Nicholson1-5/+6
Improve the --with-dri-drivers help text so that users are aware that they should install the swrast DRI driver.
2008-06-21added pointer to beta/release candidatesBrian Paul1-0/+5
2008-06-09document makefile changesBrian Paul1-1/+1
2008-05-27update, re-org build/install instructionsmesa_7_1_rc1Brian Paul1-62/+64
2008-05-27updates for 7.1 releaseBrian Paul1-11/+6
2008-05-09Default DRI driver directory to match X.Org xserverDan Nicholson1-2/+1
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-05autoconf: Scrape the version from configs/defaultDan Nicholson1-2/+2
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-047.0.3 updatesBrian2-1/+4
2008-04-04updated w/ 7.0.3 releaseBrian1-0/+7
2008-04-04import 7.0.3 relnotes from 7.0 branchBrian1-0/+84
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