summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2013-10-06docs: Mark a few more things as "in progress" in GL3.txt.Kenneth Graunke1-2/+2
2013-10-06docs: mark ARB_conservative_depth done on i965Chris Forbes2-1/+2
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2013-10-05docs: rephrase 9.2.1, 9.1.7 news itemBrian Paul1-9/+3
Both are bug-fix releases, not new development releases.
2013-10-05docs: add the MD5 sums for the 9.2.1 and 9.1.7 releasesBrian Paul2-2/+6
2013-10-05docs: Mark off KHR_debug, update relnotesTimothy Arceri2-1/+2
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-10-05docs: Mark off ARB_texture_query_levels, update relnotesChris Forbes2-1/+3
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2013-10-04docs: Add release notes for 9.1.7 releaseCarl Worth3-0/+173
Including a news item.
2013-10-04docs: Add release notes and NEWS item for 9.2.1 releaseCarl Worth3-0/+212
Better late than never, right?
2013-10-03docs: Mark off ARB_texture_gatherChris Forbes1-1/+1
2013-09-16egl: Also add EGL_TEXTURE_FORMAT as a valid eglQueryWaylandBufferWL attributeKristian Høgsberg1-0/+1
Now that we have a table of accepted eglQueryWaylandBufferWL() attributes, we should also list EGL_TEXTURE_FORMAT.
2013-09-16egl: add EGL_WAYLAND_Y_INVERTED_WL attributeStanislav Vorobiov1-0/+17
This enables querying of wl_buffer's orientation
2013-09-13mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick1-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>
2013-09-10docs: Clean up autoconf.html.Matt Turner1-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>
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner1-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>
2013-09-08i965: Enable AMD_seamless_cubemap_per_textureIan Romanick1-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>
2013-09-08docs: initial 9.3 release notes fileIan Romanick2-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>
2013-09-06docs: Add some notes on submitting patchesTimothy Arceri1-0/+23
Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-08-27docs: minor fixes for 9.2 release notesBrian Paul1-2/+2
Fix incorrect </li> tag, fix language. (cherry picked from commit 2377205bcb3bb0b5db48772224f5f80f2cf9abf7)
2013-08-27docs: Add news item for 9.2 releaseIan Romanick1-0/+7
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-08-27docs: Import 9.2 release notesIan Romanick1-4/+149
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-08-07egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira1-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>
2013-08-02docs: Document UVD (2.2 and 3.0) video decoding support in mesa 9.2Andreas Boll1-0/+1
Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2013-08-02docs: Document that i965 Gen6+ requires Kernel 3.6 or laterAndreas Boll1-1/+2
Cc: "9.2" mesa-stable@lists.freedesktop.org Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-08-02docs: Update some out of date sourcetree informationTimothy Arceri2-3/+1
Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
2013-08-02docs: Add md5sums to 9.1.5 release notesAndreas Boll1-1/+3
2013-08-02docs: Fix a typo in the 9.1.6 release notesAndreas Boll1-1/+1
2013-08-01docs: Add md5sums to 9.1.6 release notesCarl Worth1-1/+3
2013-08-01docs: Import 9.1.6 release notes, add news item.Carl Worth3-0/+173
2013-07-30docs/GL3: clarify core vs compatibility extension supportMarek Olšák1-0/+8
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2013-07-29build: unify mesa version by using a VERSION fileEmil Velikov1-9/+1
Rather than having to keep track of all the build systems and their respecitve definition of the mesa version, use a single top file VERSION. Every build system is responsible for reading/parsing the file and using it v2: * remove useless bulletpoint from the documentation, suggested by Matt * "Androing is Linux. Use '/' in stead of '\'", spotted by Chad V * use cleaner code to get the version in scons, suggested by Chad V v3: * ensure leading and trailing whitespace characters are stripped while parsing * android: handle GNU shell commands approapriately Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2013-07-26docs: Mark ARB_vertex_attrib_binding as started.Kenneth Graunke1-1/+1
Fredrik Höglund has a partial implementation in his git tree.
2013-07-26docs: Mark GL_ARB_shading_language_420pack as done.Matt Turner1-0/+1
2013-07-27docs: Mark off 420packChris Forbes1-1/+1
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
2013-07-25docs: Remove <em> obfuscation on public mailing list addresses.Kenneth Graunke1-3/+3
Wrapping every character of an email address in <em> looks bizarre, and makes it impossible to read the text. Apparently Brian did this in 2003 to try and obfuscate email addresses and avoid spam. Of course, mesa-*@lists.freedesktop.org are public mailing lists and trivial to find on the internet. So obfuscation buys us nothing (assuming the <em> technique even works at all, which I doubt). Signed-off-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com> LOLed-at-by: Matt Turner :)
2013-07-23docs: Add items for GL4.4Chris Forbes1-0/+14
Signed-off-by: Chris Forbes <chrisf@ijw.co.nz> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-07-17docs: Import 9.1.5 release notesCarl Worth3-0/+145
And add news item for the release.
2013-07-02st/mesa: disable EXT_separate_shader_objectsMarek Olšák1-0/+3
The extension disallows elimination of set-but-unused varyings. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
2013-07-01docs: Import 9.1.4 release notes, add news item.Ian Romanick3-0/+328
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-06-28mesa: GL_ARB_texture_storage is not optionalIan Romanick1-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 <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-06-28mesa: Remove GL_MESA_resize_buffersIan Romanick3-2/+4
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 <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Brian Paul <brianp@vmware.com>
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-0/+2
As far as I can tell, no driver has enabled this extension since c6499a7 back in 2007. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-06-27docs: updated instructions for Mesa on WindowsBill York1-1/+18
Signed-off-by: Brian Paul <brianp@vmware.com>
2013-06-07docs: update some environment variable infoBrian Paul1-4/+13
Drop the GALLIUM_NOSSE/PPC env vars, added ST_DEBUG and some of the VMware SVGA driver env vars.
2013-06-06build: Use PACKAGE_VERSION from autoconfAndreas Boll1-1/+0
Both variables had the same value. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2013-05-21docs: Import 9.1.3 release notes, add news item.Ian Romanick3-0/+237
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2013-05-14docs: Mark a few things as in progress.Kenneth Graunke1-6/+6
2013-05-09docs: document GALLIUM_HUD and LIBGL_SHOW_FPSMarek Olšák1-0/+5
2013-05-09docs: remove ^M chars from GL3.txtBrian Paul1-3/+3
2013-05-01docs: add info about bugzilla_mesa.sh scriptAndreas Boll1-2/+2
2013-05-01docs: s/Aprile/April/Brian Paul1-1/+1