summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-02-05mesa: remove oddball linux-directfb-install makefile ruleBrian Paul
It's probably not needed since the 'make install' rules were overhauled last year.
2009-02-04Revert "docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver"Brian Paul
This reverts commit 2f51be75c55f69dc3e09036d6fd12f808f5a5028.
2009-02-03docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driverBrian Paul
2009-01-28mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul
Everyone should be using the newer/better ARB versions of these extensions.
2009-01-28docs: document GL_EXT_texture_swizzleBrian Paul
2009-01-23docs: added GL_NV_texture_env_combine4Brian Paul
2009-01-23docs: document improved stencil support and GL_EXT_vertex_array_bgraBrian Paul
2009-01-22docs: first 7.5 feature: GL_ARB_framebuffer_objectBrian Paul
2009-01-22docs: placeholder 7.5 release notesBrian Paul
2009-01-22docs: skeleton 7.4 release notes fileBrian Paul
2009-01-22docs: 7.3 md5 sumsBrian Paul
2009-01-22docs: set 7.3 release dateBrian Paul
2009-01-22docs: assorted updates, link fixesBrian Paul
2009-01-20docs: document glXMakeContextCurrent() and Windows fixesBrian Paul
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul
This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour.
2009-01-13docs: #pragma now handledBrian Paul
2009-01-13Add language about implicit flush and command completionIan Romanick
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 Paul
2009-01-10docs: document deprecated/removed headers/interfacesBrian Paul
2009-01-10docs: prerequisite updatesBrian Paul
2009-01-08docs: dri2proto, libdrm tweaksBrian Paul
2009-01-08docs: updated Cell docs, from gallium-0.2 branchBrian Paul
2009-01-08docs: more 7.3 doc updatesBrian Paul
2009-01-08docs: import 7.2 relnotes, start on 7.3 relnotesBrian Paul
2008-12-30mesa: updated compilation documentationBrian Paul
2008-12-15mesa: updated GLSL docsBrian Paul
2008-11-24docs: update webmaster email addrBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
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 Paul
2008-08-267.1 updates from 7.2 branchBrian Paul
2008-08-26asst. html doc updatesTimo Jyrinki
2008-08-20mesa: move old/obsolete MESA extensions specs to OLD/ directoryBrian Paul
2008-08-16bring in docs from 7.0.4 release/branchBrian Paul
2008-07-29updated GLSL bug fixesBrian Paul
2008-07-29document GLSL 1.20 statusBrian Paul
2008-07-21mesa: revert building glslcompiler by defaultBrian Paul
2008-07-17mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul
2008-07-04GLSL-related bug fixesBrian Paul
2008-07-01link to DRM 2.3.1Brian Paul
2008-06-30autoconf: Improve the visibility of the swrast DRI driverDan Nicholson
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 Paul
2008-06-09document makefile changesBrian Paul
2008-05-27update, re-org build/install instructionsBrian Paul
2008-05-27updates for 7.1 releaseBrian Paul
2008-05-09Default DRI driver directory to match X.Org xserverDan Nicholson
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 Nicholson
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 updatesBrian
2008-04-04updated w/ 7.0.3 releaseBrian
2008-04-04import 7.0.3 relnotes from 7.0 branchBrian
2008-03-10autoconf: Add autogen.sh from Xorg for easier setup from gitDan Nicholson
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.