Ian Romanick
2b41289691
docs: Clean up bug fixes list
...
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-01 13:22:02 -08:00
Ian Romanick
42c3e00bdb
docs: Update 7.9.2 release notes for recent cherry picks
2011-03-01 13:16:53 -08:00
Brian Paul
fc5889a528
docs: updated environment variable list
...
(cherry picked from commit 1bf9954bb4 )
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2011-03-01 12:57:07 -08:00
Sam Hocevar
a5b6d8ec4d
docs: fix glsl_compiler name
...
(cherry picked from commit fde4943688 )
2011-03-01 12:54:21 -08:00
Sam Hocevar
6eb1f39b55
docs: add glsl info
...
(cherry picked from commit 3e8fb54fb8 )
2011-03-01 12:54:05 -08:00
Brian Paul
c2b76d966e
docs: add links to 7.9.1 and 7.9.2 release notes
2011-02-21 18:05:18 -07:00
Brian Paul
a28050de4f
docs: update 7.9.2 release notes with Brian's cherry-picks
2011-02-21 18:05:01 -07:00
Ian Romanick
246716c8f6
docs: Update 7.9.2 release notes
...
Add recent cherry picks
2011-02-21 14:47:43 -08:00
Ian Romanick
ccc11aacbb
docs: Update 7.9.2 release notes
...
Add recent cherry picks for precision qualifers, linker bugs, and other issues.
2011-02-04 16:53:25 -08:00
Eric Anholt
6c6894eac7
docs: Add a relnote for the Civ IV on i965.
2011-02-04 16:53:24 -08:00
Ian Romanick
2925a5a1f5
i965: Make OPCODE_KIL_NV do its work in a temp, not the null reg!
...
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-02-04 10:05:56 -08:00
Ian Romanick
b632543289
docs: Update 7.9.2 release notes
...
Replace "Fix an error in uniform arrays in row calculating" with the
actual bugzilla that was fixed.
2011-01-26 10:16:19 -08:00
Ian Romanick
ab6c7bbf4e
docs: Initial set of release notes for 7.9.2
2011-01-25 16:22:26 -08:00
Marek Olšák
67aeab0b77
docs: fix messed up names with special characters in relnotes-7.9.1
2011-01-08 02:54:51 +01:00
Ian Romanick
f912245ed1
docs: Add 7.9.1 md5sums
2011-01-07 13:31:30 -08:00
Ian Romanick
42a9472dc6
docs: Add change log to 7.9.1 release notes
2011-01-07 13:28:22 -08:00
Ian Romanick
3d90628138
docs: Initial set of release notes for 7.9.1
2011-01-07 12:12:55 -08:00
Ian Romanick
2b4a05e74a
docs: added news item for 7.9 release
...
Also fix link to release notes in 7.9-rc1 news item.
2010-10-05 10:08:28 -07:00
Ian Romanick
7afce798ee
docs: Update mailing lines from sf.net to freedesktop.org
...
(cherry picked from commit c19bc5de96 )
2010-10-05 10:08:21 -07:00
Ian Romanick
ab502d0d6b
docs: download.html does not need to be updated for each release
...
(cherry picked from commit 41e371e351 )
2010-10-05 10:08:14 -07:00
Ian Romanick
548a50caae
docs: Import 7.8.x release notes from 7.8 branch.
2010-10-05 10:08:06 -07:00
Ian Romanick
11e290daa4
Add 7.9 md5sums
2010-10-04 18:59:34 -07:00
Ian Romanick
889cb2539b
docs: Add 7.9 release date
2010-10-04 18:56:21 -07:00
Alex Deucher
73be0dfe03
Add evergreen support to release notes
2010-10-04 21:46:57 -04:00
Ian Romanick
0b300a4e3d
docs: Update 7.9 release notes with one more bug fix
2010-10-04 17:43:52 -07:00
Ian Romanick
21078eef10
docs: Add list of bugs fixed in 7.9
...
(cherry picked from commit 7f440b3f9d76fa3a02877074d9701ab499d5de34)
2010-10-04 17:38:54 -07:00
Marek Olšák
968a9ec76e
update release notes for Gallium
...
I am trying to be exhaustive, but still I might have missed tons of other
changes to Gallium.
2010-10-05 02:24:50 +02:00
Ian Romanick
8ad0396108
Add 7.9-rc1 md5sums
2010-09-27 10:20:25 -07:00
Ian Romanick
61653b488d
mesa: set version string to 7.9-rc1
2010-09-27 10:17:11 -07:00
Brian Paul
e678c3f4e1
docs: mark as obsolete, remove dead links
...
(cherry picked from commit 0bc3e1f4f4 )
2010-09-20 10:56:53 -06:00
Brian Paul
1b90889eb4
docs: remove old broken link
...
(cherry picked from commit a8fde1ba4d )
2010-09-20 10:56:41 -06:00
Chia-I Wu
b73cfde5ce
st/egl: Rename kms backend to drm.
...
The main use of the backend is to support EGL_MESA_drm_display. drm
should be a better name.
(cherry picked from commit e7424d7240 )
2010-09-19 17:29:55 +08:00
Brian Paul
79ab394cd2
mesa: upgrade wglext.h to version 22
2010-09-14 09:40:23 -06:00
Brian Paul
b106e6261a
mesa: upgrade glxext.h to version 32
2010-09-14 09:39:44 -06:00
Brian Paul
7993832c12
mesa: update to version 64 of GL/glext.h
...
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-14 09:37:37 -06:00
Chia-I Wu
68071822f7
docs: Update egl.html.
...
Mention that EGL_DRIVERS_PATH should be specified for uninstalled build.
Update TODOs.
2010-09-09 13:53:13 +08:00
Brian Paul
b8c53caac8
docs: update news.html with 7.8.2 release info
2010-08-26 11:24:22 -06:00
Brian Paul
30cd76ebbd
docs: remove links to tungstengraphics.com, and misc updates
2010-08-26 11:20:48 -06:00
Brian Paul
59c9144e37
docs: remove link to old memory.html page
2010-08-26 11:20:48 -06:00
Kristian Høgsberg
b7a8893a24
egl: Add EGL_MESA_drm_image extension
...
Create EGLImages from DRM buffer handles.
2010-08-25 09:17:47 -04:00
Brian Paul
f3ec111b0a
docs: updated info about GLSL compiler
...
Ian or Eric should review this and add/edit as needed.
2010-08-24 09:02:08 -06:00
Brian Paul
484dde2d63
docs: list the new GLSL compiler
2010-08-24 09:01:54 -06:00
Eric Anholt
e0564d56b1
intel: Add support for MAX_SAMPLES=1 EXT_framebuffer_multisample.
...
The spec specifically sets the minimum MAX_SAMPLES at 1 to allow exposing
the extension on all implementations, so do so.
2010-08-23 17:25:38 -07:00
Brian Paul
6c3b9fa5fd
docs: document new extensions for Gallium
2010-07-23 10:32:58 -06:00
Chia-I Wu
b365b150a1
docs: Update EGL doc.
...
Updated for the reorganization of st/egl targets.
2010-07-03 17:20:52 +08:00
Brian Paul
b875c02668
docs: add link to 7.9 relnotes
2010-06-21 17:19:59 -06:00
Chia-I Wu
da39d5d3b4
egl: s/EGL_DISPLAY/EGL_PLATFORM/.
...
A platform is already used to mean a window system in EGL. No need to
use a different term.
2010-06-17 16:30:26 +08:00
Chia-I Wu
411bba3446
docs: Update EGL doc.
...
Update for recent removal of demos and additions of new displays and
functions.
2010-06-11 12:55:09 +08:00
Marek Olšák
a7fa91b658
mesa: add ARB_texture_swizzle as alias of EXT_texture_swizzle, update relnotes
...
The specifications are identical.
2010-06-05 17:43:38 +02:00
Brian Paul
89cb314f26
docs: note that the Mesa demos are in a new repo
2010-06-04 17:47:54 -06:00