summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-02-08docs: fix unpacking instructionsEric Engestrom1-20/+4
File names were wrong, file formats were wrong, bunzip command was wrong... I also removed all but the simplest example; people who use pipes already know how to untar, so let's simplify and remove potential confusion for non-tech-savvy users. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-08docs: remove dead 'beta' linkEric Engestrom1-1/+2
Release candidates haven't been in a 'beta' subdir in a long time, so let's replace the dead link with an explanation instead. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-08docs: add a note about the new version schemeEric Engestrom1-0/+8
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2017-02-07docs: reword ilo removal noteEmil Velikov1-2/+1
Properly annotate <li> and keep the note analogous to all the previous ones - OpenVG, st/egl, etc. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-06docs: add EGL_MESA_drm_image_formats extension proposalNicolai Hähnle2-0/+103
2017-02-03docs: replace URL in features.txtBrian Paul1-2/+3
Replace unmaintained http://dri.freedesktop.org/wiki/MissingFunctionality URL with http://mesamatrix.net/ Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95460 Acked-by: Kenneth Graunke <kenneth@whitecape.org>
2017-02-03ilo: EOL drop unmaintained gallium drv from buildsysEdward O'Callaghan1-1/+2
This is no longer actively maintained and is just accumulating bitrot. Signed-off-by: Edward O'Callaghan <funfunctor@folklore1984.net> Acked-by: Chia-I Wu <olvaffe@gmail.com>
2017-02-01docs: add news item and link release notes for 13.0.4Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-02-01docs: add sha256 checksums for 13.0.4Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 6bfc352f5a35ab21f012d6d501821ffbf767aab3)
2017-02-01docs: add release notes for 13.0.4Emil Velikov1-0/+254
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 3255d10da4c2703bfdfcefd8f59b0d8f21dbb43f)
2017-01-31mesa: add new MESA_GLSL flag for printing shader cache debug infoTimothy Arceri1-0/+1
Reviewed-by: Eric Anholt <eric@anholt.net>
2017-01-27docs/releasing: add a note about the relnotes templateEmil Velikov1-0/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-01-27docs/repository: fix name of main branchEric Engestrom1-1/+1
This is git, not svn :P Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Matt Turner <mattst88@gmail.com>