summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* docs: Import 9.2.3 release notes, add news item.Carl Worth2013-11-131-0/+113
|
* docs: Mark off ARB_shader_atomic_counters for i965Ian Romanick2013-11-071-0/+1
| | | | | | ...and update relnotes. Signed-off-by: Ian Romanick <[email protected]>
* docs: Mark off ARB_vertex_type_10f_11f_11f_rev for r600gFredrik Höglund2013-11-071-1/+1
| | | | | | | ...and update relnotes. Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Alex Deucher <[email protected]>
* docs: update relnotesChris Forbes2013-11-081-0/+1
|
* docs: Mark ARB_vertex_attrib_binding as done, update relnotesFredrik Höglund2013-11-071-0/+1
| | | | Reviewed-by: Eric Anholt <[email protected]>
* docs: Mark off ARB_sample_shading; minor tidyup.Chris Forbes2013-11-061-0/+1
| | | | Signed-off-by: Chris Forbes <[email protected]>
* docs: List transfom_feedback{2,3,instanced} for i965 in release notes.Kenneth Graunke2013-10-311-0/+1
|
* docs: Update docs for ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-211-0/+1
| | | | | Signed-off-by: Rico Schüller <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Import 9.2.2 release notes, add news item.Carl Worth2013-10-181-0/+97
|
* docs: Note that we support OpenGL 3.3 in the release notes.Kenneth Graunke2013-10-181-3/+3
| | | | | Signed-off-by: Kenneth Graunke <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* mesa: Bump version to 10.0.0.Paul Berry2013-10-121-7/+7
| | | | | | | | | | | Mesa now supports OpenGL 3.2 and GLSL 1.50, so bump the Mesa major version from 9 to 10 to reflect this. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Jordan Justen <[email protected]>
* docs: mark ARB_conservative_depth done on i965Chris Forbes2013-10-061-0/+1
| | | | Signed-off-by: Chris Forbes <[email protected]>
* docs: add the MD5 sums for the 9.2.1 and 9.1.7 releasesBrian Paul2013-10-052-2/+6
|
* docs: Mark off KHR_debug, update relnotesTimothy Arceri2013-10-051-0/+1
| | | | | Signed-off-by: Timothy Arceri <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Mark off ARB_texture_query_levels, update relnotesChris Forbes2013-10-051-0/+2
| | | | Signed-off-by: Chris Forbes <[email protected]>
* docs: Add release notes for 9.1.7 releaseCarl Worth2013-10-041-0/+166
| | | | Including a news item.
* docs: Add release notes and NEWS item for 9.2.1 releaseCarl Worth2013-10-041-0/+204
| | | | Better late than never, right?
* i965: Enable AMD_seamless_cubemap_per_textureIan Romanick2013-09-081-0/+4
| | | | | | | | | | | | | | | | The change is very small. Do seamless filtering if either the context enable is set or the sampler enable is set. The AMD_seamless_cubemap_per_texture says: "If TEXTURE_CUBE_MAP_SEAMLESS_ARB is emabled (sic) globally or the value of the texture's TEXTURE_CUBE_MAP_SEAMLESS_ARB parameter is TRUE, seamless cube map sampling is enabled..." Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Paul Berry <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: initial 9.3 release notes fileIan Romanick2013-09-081-0/+57
| | | | | | Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Chris Forbes <[email protected]> Acked-by: Paul Berry <[email protected]>
* docs: minor fixes for 9.2 release notesBrian Paul2013-08-271-2/+2
| | | | | Fix incorrect </li> tag, fix language. (cherry picked from commit 2377205bcb3bb0b5db48772224f5f80f2cf9abf7)
* docs: Import 9.2 release notesIan Romanick2013-08-271-4/+149
| | | | Signed-off-by: Ian Romanick <[email protected]>
* docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2Andreas Boll2013-08-021-0/+1
| | | | | Cc: "9.2" [email protected] Reviewed-by: Alex Deucher <[email protected]>
* docs: Document that i965 Gen6+ requires Kernel 3.6 or laterAndreas Boll2013-08-021-1/+2
| | | | | Cc: "9.2" [email protected] Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Add md5sums to 9.1.5 release notesAndreas Boll2013-08-021-1/+3
|
* docs: Fix a typo in the 9.1.6 release notesAndreas Boll2013-08-021-1/+1
|
* docs: Add md5sums to 9.1.6 release notesCarl Worth2013-08-011-1/+3
|
* docs: Import 9.1.6 release notes, add news item.Carl Worth2013-08-011-0/+166
|
* docs: Mark GL_ARB_shading_language_420pack as done.Matt Turner2013-07-261-0/+1
|
* docs: Import 9.1.5 release notesCarl Worth2013-07-171-0/+138
| | | | And add news item for the release.
* st/mesa: disable EXT_separate_shader_objectsMarek Olšák2013-07-021-0/+3
| | | | | | The extension disallows elimination of set-but-unused varyings. Reviewed-by: Ian Romanick <[email protected]>
* docs: Import 9.1.4 release notes, add news item.Ian Romanick2013-07-011-0/+321
| | | | Signed-off-by: Ian Romanick <[email protected]>
* mesa: GL_ARB_texture_storage is not optionalIan Romanick2013-06-281-0/+1
| | | | | | | | | | | | | | In Mesa, this extension is implemented purely in software. Drivers may *optionally* provide optimized paths. NOTE: This has the side effect of enabling the extension in the radeon, r200, and nouveau drivers. v2: Minor whitespace tidying (suggested by Brian). Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-281-0/+2
| | | | | | | | | | | | Commit bab755a made the implementation a no-op, and it was only ever enabled by software rasterizers. v2: Move the spec into docs/specs/OLD since it's now obsolete (squashed patch from Andreas Boll) Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* mesa: Remove GL_EXT_clip_volume_hintIan Romanick2013-06-271-0/+2
| | | | | | | | | As far as I can tell, no driver has enabled this extension since c6499a7 back in 2007. Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: Import 9.1.3 release notes, add news item.Ian Romanick2013-05-211-0/+230
| | | | Signed-off-by: Ian Romanick <[email protected]>
* docs: fix 9.1.2 release notesAndreas Boll2013-05-011-2/+2
|
* docs: Import 9.1.2 release notes, add news item.Ian Romanick2013-04-301-0/+237
| | | | Signed-off-by: Ian Romanick <[email protected]>
* docs: update release notes for 9.2Andreas Boll2013-04-181-3/+8
| | | | Reviewed-by: Matt Turner <[email protected]>
* docs: move specs to a separate folderEmil Velikov2013-04-171-1/+1
| | | | | | | | | | Handle legacy/obsolete specs as well List all specs in extensions.html Mark 'OLD' extensions as obsolete in extensions.html Update the spec location in old relnotes Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* docs: restructure release notes into separate folderEmil Velikov2013-04-1780-0/+13195
relnotes-*html > relnotes/*html RELNOTES-* > relnotes/* fix links, css and frames Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]>