summaryrefslogtreecommitdiffstats
path: root/docs/relnotes-7.12.html
Commit message (Collapse)AuthorAgeFilesLines
* docs: list GL_OES_compressed_ETC1_RGB8_texture in 7.12 release notesChia-I Wu2011-12-021-0/+1
| | | | Reviewed-by: Brian Paul <brianp@vmware.com>
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-301-4/+3
| | | | | Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: José Fonseca <jfonseca@vmware.com>
* gallium/cell: Remove the driver.Kai Wasserbäch2011-11-291-0/+2
| | | | | | | Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: José Fonseca <jfonseca@vmware.com>
* docs: Added item to release notes for 7.12.Kai Wasserbäch2011-11-291-2/+4
| | | | Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
* mesa/docs: add ARB_texture_rgb10_a2ui to relnotes/gl3.txtDave Airlie2011-11-281-0/+1
| | | | Signed-off-by: Dave Airlie <airlied@redhat.com>
* docs: Note EXT_texture_array on i965.Eric Anholt2011-11-091-1/+1
| | | | Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: list GL_OES_EGL_image_external in 7.12 release notesChia-I Wu2011-11-031-0/+1
|
* docs: update relnotes-7.12Marek Olšák2011-11-011-0/+1
|
* docs: list GL_ARB_texture_storage in 7.12 release notesBrian Paul2011-10-311-0/+1
|
* docs: Update to note that r300 and r600 have been replaced.Eric Anholt2011-10-281-0/+2
|
* docs: update relnotes-7.12Marek Olšák2011-10-241-1/+1
|
* docs: mention VMware svga driver updates in 7.12 release notesBrian Paul2011-09-231-0/+1
|
* docs: update relnotes-7.12 with r600g changesMarek Olšák2011-09-231-1/+6
|
* i965: Add support for GL_EXT_packed_float.Eric Anholt2011-09-221-0/+1
| | | | | | | | | | | This doesn't cover support for this format as a renderbuffer yet. The spec allows implementations to not support it, though it is something we do want to support. Only one failure in piglit on gen6, which is texwrap with bordercolor (as usual). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* i965: Add support for GL_EXT_texture_shared_exponent.Eric Anholt2011-09-221-0/+1
| | | | | | | Only one failure in piglit on gen6, which is texwrap with bordercolor (as usual). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* mesa: remove support for GL_APPLE_client_storage extensionBrian Paul2011-09-221-0/+1
| | | | | | | AFAIK, there are few users of this extension and I can see a couple reasons why this is probably broken in Mesa anyway. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: skeleton file for 7.12 release notesIan Romanick2011-09-061-0/+64
Current just the items that have been removed from Mesa are mentioned in the release notes. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>