summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16docs/releasing: document how to squash/announce queued patchesEmil Velikov1-0/+38
In the odd case where a patch needs to be fixed, squash the appropriate fix and document how. Add a note in the pre-release notes, such that devs can quickly spot it. v2: Grammar/typo fixes (Eric). Use upstream commit [SHA] as reference. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-03-16docs/releasing: release.sh is located in xorg/util-modularEmil Velikov1-1/+1
Correct the silly typo s/macros/modular/ and add a reference to the repository. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-03-16docs/releasing: remove "git clean" stepEmil Velikov1-2/+1
release.sh from master, does not require the tree to be clean. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-03-16docs/specs: update Khronos registries URLsEric Engestrom1-4/+4
The registries were migrated to git and are now hosted on GitHub. The old svn is now read-only, and will not be updated anymore. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
2017-03-10bin/perf-annotate-jit: add .py suffixEmil Velikov1-1/+1
To provide direct feedback about the file in question. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-03-08docs: ARB_shader_atomic_counter_ops is enabled on i965/gen7+.Matt Turner1-1/+1
This extension was enabled in commit 40dd45d0c6aa ("i965: Enable ARB_shader_atomic_counter_ops") but the commit failed to update the release notes or features.txt. The release notes ship has sailed, since the commit was in 13.0.
2017-03-06docs/relnotes/17.1.0: document the new LLVM requirementMarek Olšák1-1/+2
2017-03-06docs: update envvars.html to reflect having a cache per archTimothy Arceri1-1/+4
2017-03-05relnotes: [swr] note addition of gs, increased llvm requirementTim Rowley1-0/+4
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
2017-03-05docs: update features.txt for swr geometry shadersTim Rowley1-9/+9
Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
2017-03-04docs: add news item and link release notes for 17.0.1Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-03-04docs: add sha256 checksums for 17.0.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 5c9273152c59777771fa6c7b546316caf3f091d8)
2017-03-04docs: add release notes for 17.0.1Emil Velikov1-0/+220
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 8fee1d348cc3d91a88319c0d72689acabaa2bf47)
2017-03-02docs: update features.txt for GL_ARB_clear_texture with swrBruce Cherniak1-1/+1
Reviewed-by: Tim Rowley <timothy.o.rowley@intel.com>
2017-03-02doc: GL_ARB_buffer_storage is supported on llvmpipe/swrGregory Hainaut1-1/+1
At least, the extension is exported (gallium capability PIPE_CAP_BUFFER_MAP_PERSISTENT_COHERENT is 1) Signed-off-by: Gregory Hainaut <gregory.hainaut@gmail.com> Acked-by: Edward O'Callaghan <funfunctor@folklore1984.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-27docs: fix a few typosEric Engestrom9-13/+13
Noticed a couple, found the rest using vimspell. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-24docs: update features.txt for GL_ARB_clear_texture with llvmpipe and softpipeLars Hamre1-1/+1
Signed-off-by: Lars Hamre <chemecse@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
2017-02-21i965/gen6+: Enable arb_transform_feedback_overflow_query.Rafael Antognolli2-1/+2
This extension adds new query types which can be used to detect overflow of transform feedback buffers. The new query types are also accepted by conditional rendering commands. v3: - s/gen7+/gen6+/ in the relnotes (Jordan Justen) Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-02-21docs: Update features.txt and relnotes for GL_ARB_transform_feedback2Kenneth Graunke2-1/+2
2017-02-21docs/releasing.html: reword "distro breaking changes" hunkEmil Velikov1-3/+3
v2: s/rare/rarely/ (Eric) Suggested-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nayan Deshmukh <nayan26deshmukh@gmail.com> (v1) Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-21docs: fix gamma correction linkEric Engestrom1-3/+2
That link has been dead for 15 years... We could link to Archive.org [1] to get the last time this page existed, but I feel like Wikipedia is a better choice. [1] http://web.archive.org/web/20021211151318/http://www.inforamp.net/~poynton/notes/colour_and_gamma/GammaFAQ.html Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-21docs: add link to gallium docEric Engestrom1-0/+5
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-20docs/submittingpatches.html: document the Fixes tagEmil Velikov1-0/+5
Provide information and an example. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-02-20docs/submittingpatches.html: remove version tag for nominationsEmil Velikov1-8/+2
The version tag used to nominate has bitten even experienced mesa developers. Not to mention that it deviates from the one used in the kernel leading to further confusion. Simplify things and omit it all together. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-02-20docs/submittingpatches.html: add #backports sectionEmil Velikov1-3/+14
Provide information about merge conflicts resolution and sending backports. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-02-20docs/submittingpatches.html: rework the #criteria sectionEmil Velikov1-74/+46
Reword the section to focus on what is allowed, using a more brief, yet descriptive wording. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-02-20docs: add news item and link release notes for 13.0.5Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-20docs: add sha256 checksums for 13.0.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 112e75f51bc7c82bde4722485115c99734e62064)
2017-02-20docs: add release notes for 13.0.5Emil Velikov1-0/+209
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 71f3ff57fa67ef72630821f4fa13a17e264d7ccb)
2017-02-16docs: add hyperlink to the releasing documentationEmil Velikov1-0/+1
Other files such as xlibdriver.html and versions.html explicitly left out, for now. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-16docs: provide some tips where to obtain Mesa binariesEmil Velikov1-2/+8
Mention the generic channels (PPA, Corp, other) as well as give a couple of examples. Even if the latter became out of date the former should a be good guide. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-16docs/submittingpatches: assorted grammar fixesEmil Velikov1-5/+5
Cc: Ben Crocker <bcrocker@redhat.com> Suggested-by: Ben Crocker <bcrocker@redhat.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-02-16docs/releasing: update the website sectionEmil Velikov1-15/+2
Things are automated via git hooks. Cc: Brian Paul <brianp@vmware.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> --- Guys, let me know when things are in place.
2017-02-16docs/releasing: tweak the glxinfo/glxgear/etc. command linesEmil Velikov1-12/+16
Print only the information needed. Namely: *info: the DRI module picked and the vendor/renderer strings *gears: everything but the "...configuration file..." line(s) v2: (Eric) Use "2>&1 |" over "|&", properly escape &. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-16docs/releasing: build test the scons/mingw buildEmil Velikov1-3/+9
We had multiple cases in the past where files used only by the Scons/MinGW/Windows build were missing. Avoid such instances and add a step to catch them early. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-13docs: add news item and link release notes for 17.0.0Emil Velikov2-0/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-13docs: add sha256 checksums for 17.0.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 80b41d9899f37e58b197f55897115d2cb6e13af9)
2017-02-13docs: Update 17.0.0 release notesEmil Velikov1-2/+211
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 683462e680326ee0cd7a794f018178b7b5573c4f)
2017-02-10configure.ac: supersede --enable-gallium-llvm over --enable-llvmEmil Velikov2-1/+2
Currently we have extra (somewhat questionable) modularity, such that one could build some parts with LLVM while others w/o. That is extremely fragile, error prone and requires quite noticable amount of code throughout. Thus lets deprecate the gallium toggle in faviour of the generic one. The former will throw a warning when set, and it will be overwritten by the latter. This will allow gradual transition w/o breaking people's scripts. v2: Rebase, document in release notes. Cc: Dave Airlie <airlied@redhat.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Tobias Droste <tdroste@gmx.de> (v1)
2017-02-10docs: add shader cache environment variablesTimothy Arceri1-0/+11
Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
2017-02-09nvc0: expose int64Ilia Mirkin2-2/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-02-09docs: improve the list of gl implementationsEric Engestrom1-2/+3
Suggested-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-09docs: improve the list of implemented APIsEric Engestrom1-1/+4
Suggested-by: Emil Velikov <emil.l.velikov@gmail.com> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
2017-02-09docs: reword sentence that my brain can't parseEric Engestrom1-2/+2
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Elie Tournier <tournier.elie@gmail.com>
2017-02-09docs: https all the links \o/Eric Engestrom34-128/+128
Most of them already redirected to https anyway, so we might as well avoid the redirection and the security implications by linking directly to the right protocol. Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-09docs: fix gallium wiki link in relnotesEric Engestrom3-3/+3
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-09docs: update 'thanks' for hostingEric Engestrom1-8/+3
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-09docs: update intro.html to mention new APIs, etcBrian Paul1-11/+31
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2017-02-09docs: the site is now hosted by freedesktop.orgBrian Paul1-2/+1
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2017-02-08docs: update package contentsEric Engestrom1-2/+2
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Brian Paul <brianp@vmware.com>