summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2009-05-18docs: link to 7.5 relnotesBrian Paul
2009-05-18docs: emphasize the incomplete status of the nouveau/R300 gallium driversBrian Paul
2009-05-15docs: updates from the 7.4 branchBrian Paul
2009-05-01docs: fix typoBrian Paul
2009-04-30docs: asst. updates for 7.5 releaseBrian Paul
2009-04-30docs: bring in 7.4 doc updates from mesa_7_4_branchBrian Paul
2009-04-30docs: notes about new version number meaning in release notesBrian Paul
2009-04-18docs: removed/added demo programsBrian Paul
2009-04-16docs: separate compilation units in 7.5Brian Paul
2009-04-08docs: bump Gallium version numberBrian Paul
2009-04-08docs: updated Cell driver infoBrian Paul
2009-04-08docs: more info for 7.4 release notesBrian Paul
2009-04-07docs: document the MESA_GLSL env var, other misc GLSL updatesBrian Paul
2009-03-28mesa: add new signed rgba texture formatRoland Scheidegger
This is a (partial) backport of the signed texture format support in OGL 3.1. Since it wasn't promoted from an existing extension roll our own.
2009-03-20docs: updated Mesa extension enum infoBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
This was never fully fleshed out and hasn't been used.
2009-02-26docs: add SPARC assembly updatesBrian Paul
2009-02-10docs: some Cell driver docs updatesBrian Paul
2009-02-10cell: update Cell driver info (code is on master now)Brian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
Merge commit 'origin/gallium-0.2' into gallium-master-merge Conflicts: Makefile docs/relnotes-7.4.html docs/relnotes.html src/mesa/drivers/dri/i965/brw_wm.h src/mesa/main/imports.c src/mesa/main/mtypes.h src/mesa/main/texcompress.c src/mesa/main/texenvprogram.c src/mesa/main/version.h src/mesa/vbo/vbo_exec_api.c src/mesa/vbo/vbo_save_draw.c
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-29docs: i965 fixesBrian Paul
2009-01-29docs: fix typoBrian Paul
2009-01-29docs: skeleton 7.4 release notes fileBrian Paul
2009-01-29docs: 7.3 md5 sumsBrian Paul
2009-01-29docs: set 7.3 release dateBrian Paul
2009-01-29docs: assorted updates, link fixesBrian 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