summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: indicate GLX_MESA_query_renderer's completionEmil Velikov2013-11-181-0/+1
| | | | | | | Cc: "10.0" <mesa-stable@lists.freedesktop.org> Acked-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* docs: update nv50, nvc0 current statusEmil Velikov2013-11-181-18/+18
| | | | | | Acked-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* docs: restructure GL3.txtJoerg Mayer2013-11-181-138/+138
| | | | | | | | | | | | | - Indent items under a GL version to allow context diffs to do their work. - Move complete drivers into the GL version line - this should make the stuff a little bit easier to read. v2: keep the fd.o link (Emil Velikov) Acked-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Joerg Mayer <jmayer@loplof.de> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* docs: add a note about removed state tracker/targetsEmil Velikov2013-11-181-1/+5
| | | | | | | | | | The X.Org state tracker is gone, as well as the xvmc/vdpau r300 and softpipe targets. Cc: "10.0" <mesa-stable@lists.freedesktop.org> Acked-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* mesa: bump version to 10.1 (devel)Chris Forbes2013-11-172-0/+61
| | | | | | | | Now that branch 10.0 is created, bump the minor version in master. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: fill in md5 checksums for 9.2.3 releaseBrian Paul2013-11-131-1/+3
|
* docs: fix 9.2.2 -> 9.2.3 typosBrian Paul2013-11-132-2/+2
|
* docs: Import 9.2.3 release notes, add news item.Carl Worth2013-11-133-0/+120
|
* docs: Import extension spec for GLX_MESA_query_rendererIan Romanick2013-11-071-0/+405
| | | | | | | | | | | | | | | | | The enumerated values are currently allocated from Intel's range. v2: Fix a typo. Update the list of functions to which the new enums can be passed. The "Current" versions were previously missing. Both things noticed by Marek. v3: Fix typo in return type of glXQueryRendererIntegerMESA in the spec body (noticed by Ken). Fix typo in issue #14 referencing itself instead of issue #13 (noticed by Dave). Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Acked-by: Marek Olšák <marek.olsak@amd.com> Acked-by: Dave Airlie <airlied@redhat.com>
* docs: Mark off ARB_shader_atomic_counters for i965Ian Romanick2013-11-072-1/+2
| | | | | | ...and update relnotes. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: Mark off ARB_vertex_type_10f_11f_11f_rev for r600gFredrik Höglund2013-11-072-2/+2
| | | | | | | ...and update relnotes. Reviewed-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* docs: Mark off some more things.Chris Forbes2013-11-081-3/+3
| | | | | | | These have been supported on i965/Gen7+ for a while, and are listed in the 10.0 release notes. Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
* docs: update relnotesChris Forbes2013-11-081-0/+1
|
* docs: Mark off ARB_vertex_type_10f_11f_11f_rev.Chris Forbes2013-11-081-1/+1
| | | | | Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Eric Anholt <eric@anholt.net>
* docs: Mark ARB_vertex_attrib_binding as done, update relnotesFredrik Höglund2013-11-072-1/+2
| | | | Reviewed-by: Eric Anholt <eric@anholt.net>
* docs: Mark off ARB_sample_shading; minor tidyup.Chris Forbes2013-11-062-2/+3
| | | | Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
* docs/GL3: document radeonsi support, minor cleanupMarek Olšák2013-11-041-90/+90
| | | | Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: List transfom_feedback{2,3,instanced} for i965 in release notes.Kenneth Graunke2013-10-311-0/+1
|
* i965: Add support for GL_ARB_texture_buffer_range.Eric Anholt2013-10-231-1/+1
| | | | | | | | | | | Supporting this extension turns out to simplify our code a bit over not supporting this extension, once the glBufferSubData() synchronization code lands. v2: Use 16 byte alignment like we do for uniform buffers, due to unaligned access penalties. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> (v1)
* docs: Mark GLSL 1.50, 3.30, and geometry shaders done for i965.Matt Turner2013-10-211-3/+3
| | | | | | | Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: Update docs for ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-212-1/+2
| | | | | Signed-off-by: Rico Schüller <kgbricola@web.de> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: Updating forgotten GL feature completion for r600Alexandre Demers2013-10-211-1/+1
|
* docs: Import 9.2.2 release notes, add news item.Carl Worth2013-10-183-0/+104
|
* docs: Note that we support OpenGL 3.3 in the release notes.Kenneth Graunke2013-10-181-3/+3
| | | | | Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
* mesa: Bump version to 10.0.0.Paul Berry2013-10-122-8/+8
| | | | | | | | | | | 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 <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
* docs: Mark a few more things as "in progress" in GL3.txt.Kenneth Graunke2013-10-061-2/+2
|
* docs: mark ARB_conservative_depth done on i965Chris Forbes2013-10-062-1/+2
| | | | Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
* docs: rephrase 9.2.1, 9.1.7 news itemBrian Paul2013-10-051-9/+3
| | | | Both are bug-fix releases, not new development releases.
* 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-052-1/+2
| | | | | Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: Mark off ARB_texture_query_levels, update relnotesChris Forbes2013-10-052-1/+3
| | | | Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
* docs: Add release notes for 9.1.7 releaseCarl Worth2013-10-043-0/+173
| | | | Including a news item.
* docs: Add release notes and NEWS item for 9.2.1 releaseCarl Worth2013-10-043-0/+212
| | | | Better late than never, right?
* docs: Mark off ARB_texture_gatherChris Forbes2013-10-031-1/+1
|
* egl: Also add EGL_TEXTURE_FORMAT as a valid eglQueryWaylandBufferWL attributeKristian Høgsberg2013-09-161-0/+1
| | | | | Now that we have a table of accepted eglQueryWaylandBufferWL() attributes, we should also list EGL_TEXTURE_FORMAT.
* egl: add EGL_WAYLAND_Y_INVERTED_WL attributeStanislav Vorobiov2013-09-161-0/+17
| | | | This enables querying of wl_buffer's orientation
* mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick2013-09-131-8/+11
| | | | | | | | | | | | | | Everyone at the Khronos meeting was as surprised that GLSL didn't already support this as we were. Several vendors said they'd ship it, but there didn't seem to be enough interest to put in the effort to make it ARB or KHR. v2: Fix a couple typos and rename the spec file to EXT_shader_integer_mix.spec. Suggested by Roland. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* docs: Clean up autoconf.html.Matt Turner2013-09-101-27/+10
| | | | | | | Remove long dead options and clarify some things. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=69148 Reviewed-by: Brian Paul <brianp@vmware.com>
* glsl: Implement MESA_shader_integer_mix extension.Matt Turner2013-09-091-0/+135
| | | | | | | Because why doesn't GLSL allow you to do this already? Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
* 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 <ian.d.romanick@intel.com> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Paul Berry <stereotype441@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: initial 9.3 release notes fileIan Romanick2013-09-082-0/+58
| | | | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chris Forbes <chrisf@ijw.co.nz> Acked-by: Paul Berry <stereotype441@gmail.com>
* docs: Add some notes on submitting patchesTimothy Arceri2013-09-061-0/+23
| | | | | Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Brian Paul <brianp@vmware.com>
* 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: Add news item for 9.2 releaseIan Romanick2013-08-271-0/+7
| | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* docs: Import 9.2 release notesIan Romanick2013-08-271-4/+149
| | | | Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-071-2/+6
| | | | | | | | | | Since Wayland 1.2, struct wl_buffer and a few functions are deprecated. References to wl_buffer are replaced with wl_resource and some getter functions and calls to deprecated functions are replaced with the proper new API. The latter changes are related to resource versioning. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
* docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2Andreas Boll2013-08-021-0/+1
| | | | | Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
* docs: Document that i965 Gen6+ requires Kernel 3.6 or laterAndreas Boll2013-08-021-1/+2
| | | | | Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* docs: Update some out of date sourcetree informationTimothy Arceri2013-08-022-3/+1
| | | | | Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
* docs: Add md5sums to 9.1.5 release notesAndreas Boll2013-08-021-1/+3
|