summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: i965 fixesBrian Paul2009-01-291-0/+1
|
* docs: fix typoBrian Paul2009-01-291-1/+1
|
* docs: skeleton 7.4 release notes fileBrian Paul2009-01-292-0/+69
|
* docs: 7.3 md5 sumsBrian Paul2009-01-291-1/+9
|
* docs: set 7.3 release dateBrian Paul2009-01-292-2/+3
|
* docs: assorted updates, link fixesBrian Paul2009-01-294-11/+49
|
* docs: document glXMakeContextCurrent() and Windows fixesBrian Paul2009-01-201-0/+2
|
* mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul2009-01-141-0/+1
| | | | This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour.
* docs: #pragma now handledBrian Paul2009-01-131-0/+1
|
* Add language about implicit flush and command completionIan Romanick2009-01-131-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>
* docs: fixes since 7.3-rc1Brian Paul2009-01-131-0/+2
|
* docs: document deprecated/removed headers/interfacesBrian Paul2009-01-101-0/+5
|
* docs: prerequisite updatesBrian Paul2009-01-102-4/+5
|
* docs: dri2proto, libdrm tweaksBrian Paul2009-01-082-2/+2
|
* docs: updated Cell docs, from gallium-0.2 branchBrian Paul2009-01-081-15/+57
|
* docs: more 7.3 doc updatesBrian Paul2009-01-082-2/+16
|
* docs: import 7.2 relnotes, start on 7.3 relnotesBrian Paul2009-01-083-0/+180
|
* mesa: updated compilation documentationBrian Paul2008-12-302-31/+39
|
* mesa: updated GLSL docsBrian Paul2008-12-151-43/+27
|
* docs: update webmaster email addrBrian Paul2008-11-241-2/+2
|
* Remove CVS keywords.Keith Whitwell2008-09-2136-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
* added 7.1 MD5 sumsBrian Paul2008-08-261-1/+9
|
* 7.1 updates from 7.2 branchBrian Paul2008-08-263-2/+25
|
* asst. html doc updatesTimo Jyrinki2008-08-263-8/+13
|
* mesa: move old/obsolete MESA extensions specs to OLD/ directoryBrian Paul2008-08-204-0/+0
|
* bring in docs from 7.0.4 release/branchBrian Paul2008-08-164-1/+89
|
* updated GLSL bug fixesBrian Paul2008-07-291-1/+1
|
* document GLSL 1.20 statusBrian Paul2008-07-291-0/+35
|
* mesa: revert building glslcompiler by defaultBrian Paul2008-07-211-2/+1
|
* mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul2008-07-171-16/+26
|
* GLSL-related bug fixesBrian Paul2008-07-041-0/+7
|
* link to DRM 2.3.1Brian Paul2008-07-011-14/+3
|
* autoconf: Improve the visibility of the swrast DRI driverDan Nicholson2008-06-301-5/+6
| | | | | Improve the --with-dri-drivers help text so that users are aware that they should install the swrast DRI driver.
* added pointer to beta/release candidatesBrian Paul2008-06-211-0/+5
|
* document makefile changesBrian Paul2008-06-091-1/+1
|
* update, re-org build/install instructionsBrian Paul2008-05-271-62/+64
|
* updates for 7.1 releaseBrian Paul2008-05-271-11/+6
|
* Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-091-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.
* autoconf: Scrape the version from configs/defaultDan Nicholson2008-05-051-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.
* 7.0.3 updatesBrian2008-04-042-1/+4
|
* updated w/ 7.0.3 releaseBrian2008-04-041-0/+7
|
* import 7.0.3 relnotes from 7.0 branchBrian2008-04-041-0/+84
|
* autoconf: Add autogen.sh from Xorg for easier setup from gitDan Nicholson2008-03-101-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.
* added info about checking out gallium-0.1 for cell codeBrian2008-03-091-0/+6
|
* added git on Windows sectionBrian2008-02-281-0/+21
|
* a few words about how the cell driver works.Brian2008-02-281-4/+23
|
* Convert crlf->lf line endings.José Fonseca2008-02-281-163/+163
| | | | | | Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true
* document cell -DSPU_MAIN_PARAM_LONG_LONG flagBrian2008-02-271-0/+5
|
* miniglx doc updatescaner2008-02-141-60/+141
|
* Bring in previous 7.0.1/2 release notes, added Cell driver page.Brian2008-01-245-0/+306
|