summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2010-10-05docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick
(cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
2010-10-05docs: download.html does not need to be updated for each releaseIan Romanick
(cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
2010-10-05docs: Import 7.8.x release notes from 7.8 branch.Ian Romanick
2010-10-05docs: Import 7.9 release notes from 7.9 branch.Ian Romanick
2010-10-05update release notes for GalliumMarek Olšák
I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium. (cherry picked from commit 968a9ec76eadf55e8b58171884e1175d7b8cf59a) Conflicts: docs/relnotes-7.9.html
2010-10-04docs: Add list of bugs fixed in 7.9Ian Romanick
2010-09-20docs: mark as obsolete, remove dead linksBrian Paul
2010-09-20docs: remove old broken linkBrian Paul
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu
The main use of the backend is to support EGL_MESA_drm_display. drm should be a better name.
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul
A number of other files had to be updated as well because const qualifiers were added to the glMultiDrawArrays() function. Also, GL_FIXED is now defined in glext.h.
2010-09-09docs: Update egl.html.Chia-I Wu
Mention that EGL_DRIVERS_PATH should be specified for uninstalled build. Update TODOs.
2010-08-26docs: update news.html with 7.8.2 release infoBrian Paul
2010-08-26docs: remove links to tungstengraphics.com, and misc updatesBrian Paul
2010-08-26docs: remove link to old memory.html pageBrian Paul
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg
Create EGLImages from DRM buffer handles.
2010-08-24docs: updated info about GLSL compilerBrian Paul
Ian or Eric should review this and add/edit as needed.
2010-08-24docs: list the new GLSL compilerBrian Paul
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt
The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing the extension on all implementations, so do so.
2010-07-23docs: document new extensions for GalliumBrian Paul
2010-07-03docs: Update EGL doc.Chia-I Wu
Updated for the reorganization of st/egl targets.
2010-06-21docs: add link to 7.9 relnotesBrian Paul
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu
A platform is already used to mean a window system in EGL. No need to use a different term.
2010-06-11docs: Update EGL doc.Chia-I Wu
Update for recent removal of demos and additions of new displays and functions.
2010-06-05mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotesMarek Olšák
The specifications are identical.
2010-06-04docs: note that the Mesa demos are in a new repoBrian Paul
2010-06-04docs: links to the Mesa demos git repoBrian Paul
2010-05-26i965: Add support for EXT_timer_query on Ironlake.Eric Anholt
We could potentially do this on G45 as well, though the units are different. On 965, the timestamp is tied to hclk, which would make supporting it harder.
2010-05-21docs: update 7.8.2 relnotes with Cell driver fixesBrian Paul
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu
With the omit list gone, there are not too many differences in building core mesa and ES overlay. Remove the mesa/es and build both of them in src/mesa/Makefile.
2010-05-11docs: update GL3.txt w/ GL 3.3, 4.0 listsBrian Paul
2010-05-08docs: Update EGL and OpenGL ES docs.Chia-I Wu
Update to reflect recent gles and mapi works.
2010-04-27Merge branch '7.8'Brian Paul
Conflicts: src/gallium/drivers/nv30/nv30_context.c src/gallium/drivers/nv40/nv40_context.c src/gallium/drivers/nv40/nv40_state_emit.c
2010-04-26docs: update some GL3 statusBrian Paul
2010-04-26docs: document updated glext.h and glxext.h filesBrian Paul
2010-04-23docs: add links to old mailing list archivesBrian Paul
2010-04-19Merge branch '7.8'Brian Paul
Conflicts: src/gallium/auxiliary/draw/draw_context.c src/gallium/auxiliary/draw/draw_pipe_aaline.c src/gallium/drivers/llvmpipe/lp_context.c
2010-04-16docs: update links for new mesa-users and mesa-announce listsBrian Paul
2010-04-13Merge branch '7.8'Jesse Barnes
2010-04-12docs: update name, link for mesa-dev listBrian Paul
2010-04-09Merge branch '7.8'Brian Paul
2010-04-08docs: link to 7.8.2 release notesBrian Paul
2010-04-08docs: initial 7.8.2 release notesBrian Paul
2010-04-08Merge remote branch 'origin/7.8'Dave Airlie
Conflicts: Makefile configs/default src/mesa/main/version.h
2010-04-05docs: Update 7.8.1 release MD5 sumsIan Romanick
2010-04-05docs: added news item for 7.8.1 releaseBrian Paul
2010-04-05docs: add link to 7.8.1 release notesBrian Paul
2010-04-05docs: Add 7.8.1 release MD5 sumsIan Romanick
2010-04-05Initial 7.8.1 release notesIan Romanick