summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2011-03-08docs: fill in 7.9.2 release dateBrian Paul1-1/+1
2011-03-02docs: Add 7.9.2 md5sumsIan Romanick1-1/+6
2011-03-02docs: Add change log to 7.9.2 release notesmesa-7.9.2Ian Romanick1-1/+202
2011-03-01docs: Clean up bug fixes listIan Romanick1-12/+14
All the unnumbered bugs are first. These are followed by numbered bugs sorted by bug number. This is analogous to 8aabb1bc on the 7.10 branch.
2011-03-01docs: Update 7.9.2 release notes for recent cherry picksIan Romanick1-1/+21
2011-03-01docs: updated environment variable listBrian Paul1-12/+90
(cherry picked from commit 1bf9954bb44e47670c8805078f78b5444e97c18d) Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2011-03-01docs: fix glsl_compiler nameSam Hocevar1-1/+1
(cherry picked from commit fde49436881e64cc9fd838761cea3d6718832449)
2011-03-01docs: add glsl infoSam Hocevar1-0/+1
(cherry picked from commit 3e8fb54fb8940d015dcc4631cb84255228b1ad9e)
2011-02-21docs: add links to 7.9.1 and 7.9.2 release notesBrian Paul1-0/+2
2011-02-21docs: update 7.9.2 release notes with Brian's cherry-picksBrian Paul1-1/+13
2011-02-21docs: Update 7.9.2 release notesIan Romanick1-0/+8
Add recent cherry picks
2011-02-04docs: Update 7.9.2 release notesIan Romanick1-0/+10
Add recent cherry picks for precision qualifers, linker bugs, and other issues.
2011-02-04docs: Add a relnote for the Civ IV on i965.Eric Anholt1-0/+2
2011-02-04i965: Make OPCODE_KIL_NV do its work in a temp, not the null reg!Ian Romanick1-0/+2
This is similar to commit 0efea25c in 7.10. The change was made directly in the 7.9 branch because the affected code does not exist in Mesa 7.10 or later. It was removed with the change to the new fragment shader back-end. Fixes the GPU hang in piglit test glsl-fs-discard-03.
2011-01-26docs: Update 7.9.2 release notesIan Romanick1-2/+2
Replace "Fix an error in uniform arrays in row calculating" with the actual bugzilla that was fixed.
2011-01-25docs: Initial set of release notes for 7.9.2Ian Romanick1-0/+74
2011-01-08docs: fix messed up names with special characters in relnotes-7.9.1Marek Olšák1-2/+4
2011-01-07docs: Add 7.9.1 md5sumsIan Romanick1-1/+6
2011-01-07docs: Add change log to 7.9.1 release notesmesa-7.9.1Ian Romanick1-1/+283
2011-01-07docs: Initial set of release notes for 7.9.1Ian Romanick1-0/+117
2010-10-05docs: added news item for 7.9 releaseIan Romanick1-1/+9
Also fix link to release notes in 7.9-rc1 news item.
2010-10-05docs: Update mailing lines from sf.net to freedesktop.orgIan Romanick1-3/+4
(cherry picked from commit c19bc5de961fe5e1f8a17131bcfae3dbcccaca29)
2010-10-05docs: download.html does not need to be updated for each releaseIan Romanick1-1/+1
(cherry picked from commit 41e371e351cc4c77b2b20a545af2dfa2dab253d7)
2010-10-05docs: Import 7.8.x release notes from 7.8 branch.Ian Romanick3-3/+186
2010-10-04Add 7.9 md5sumsIan Romanick1-6/+6
2010-10-04docs: Add 7.9 release datemesa-7.9Ian Romanick1-1/+1
2010-10-04Add evergreen support to release notesAlex Deucher1-0/+1
2010-10-04docs: Update 7.9 release notes with one more bug fixIan Romanick1-0/+1
2010-10-04docs: Add list of bugs fixed in 7.9Ian Romanick1-0/+51
(cherry picked from commit 7f440b3f9d76fa3a02877074d9701ab499d5de34)
2010-10-05update release notes for GalliumMarek Olšák1-3/+19
I am trying to be exhaustive, but still I might have missed tons of other changes to Gallium.
2010-09-27Add 7.9-rc1 md5sumsIan Romanick1-1/+6
2010-09-27mesa: set version string to 7.9-rc1mesa-7.9-rc1Ian Romanick1-0/+8
2010-09-20docs: mark as obsolete, remove dead linksBrian Paul1-4/+6
(cherry picked from commit 0bc3e1f4f4b0827ac4a880cdbdb1da069e80fac9)
2010-09-20docs: remove old broken linkBrian Paul1-1/+0
(cherry picked from commit a8fde1ba4df17427c82404e0c91930a6290391bf)
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu1-2/+2
The main use of the backend is to support EGL_MESA_drm_display. drm should be a better name. (cherry picked from commit e7424d72405a1cb1fb5ac625b340043aaa9f88be)
2010-09-14mesa: upgrade wglext.h to version 22Brian Paul1-0/+1
2010-09-14mesa: upgrade glxext.h to version 32Brian Paul1-0/+1
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul1-0/+1
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 Wu1-2/+10
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 Paul1-0/+8
2010-08-26docs: remove links to tungstengraphics.com, and misc updatesBrian Paul4-29/+18
2010-08-26docs: remove link to old memory.html pageBrian Paul1-1/+0
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg1-0/+149
Create EGLImages from DRM buffer handles.
2010-08-24docs: updated info about GLSL compilerBrian Paul1-146/+44
Ian or Eric should review this and add/edit as needed.
2010-08-24docs: list the new GLSL compilerBrian Paul1-0/+3
2010-08-23intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.Eric Anholt1-0/+1
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 Paul1-0/+2
2010-07-03docs: Update EGL doc.Chia-I Wu1-50/+19
Updated for the reorganization of st/egl targets.
2010-06-21docs: add link to 7.9 relnotesBrian Paul1-0/+1
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu1-16/+16
A platform is already used to mean a window system in EGL. No need to use a different term.