summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-01-18docs: Fix GLSL compiler linkElie TOURNIER1-4/+8
The doc wasn't update since we moved the glsl compiler to src/compiler/glsl. I also updated the description of the standalone compiler. v2: - Mention that just-log argument removes headers/separators. - Mention that version argument is mandatory. Since version argument is mandatory, add --version to the command line example. Signed-off-by: Elie Tournier <tournier.elie@gmail.com> Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
2017-01-16nvc0: enable FBFETCH with a special slot for color buffer 0Ilia Mirkin2-1/+2
We don't need to support all the color buffers for advanced blend, just cb0. For Fermi, we use the special binding slots so that we don't overlap with user textures, while Kepler+ gets a dedicated position for the fb handle in the driver constbuf. This logic is only triggered when a FBFETCH is actually present so it should be a no-op most of the time. Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-01-12i965/gen7: expose OpenGL 4.2 on Haswell when supportedJuan A. Suarez Romero2-3/+3
GL_ARB_vertex_attrib_64bit was the last piece missing. v2: update docs (Jordan) Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2017-01-12i965: enable ARB_shader_precision to HSW+Samuel Iglesias Gonsálvez2-1/+2
v2: update docs (Jordan) Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2017-01-12i965: Enable ARB_vertex_attrib_64bit for HaswellAlejandro Piñeiro2-1/+2
v2: update docs (Jordan) Signed-off-by: Alejandro Piñeiro <apinheiro@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2017-01-12docs: document INTEL_PRECISE_TRIG envvarJuan A. Suarez Romero1-0/+2
v2: use more generic description (Jordan) Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
2017-01-10docs: add Vulkan Float64 capability support for anv driverSamuel Iglesias Gonsálvez1-0/+1
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2017-01-09relnotes: Claim OpenGL 4.5 rather than 4.4Jason Ekstrand1-3/+3
Acked-by: Matt Turner <mattst88@gmail.com>
2017-01-09mesa: Bump the version to 17.0Jason Ekstrand1-4/+4
Acked-by: Matt Turner <mattst88@gmail.com>
2017-01-06i965: Enable several GLES 3.1 extensions on HSW+Ian Romanick2-3/+6
The only reason we didn't previously enable this was the dependency on OpenGL ES 3.1. These should have been enabled as soon as HSW got stencil texturing. We also needed to fixup setting MaxViewports. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2017-01-05docs: add news item and link release notes for 13.0.3Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-01-05docs: add sha256 checksums for 13.0.3Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit c8ece92ded9337b9ed60aa9568b41313025a1406)
2017-01-05docs: add release notes for 13.0.3Emil Velikov1-0/+176
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit bec04114d2612042bdf61183cfa3416b3a643b68)
2017-01-05docs: Mark GL_ARB_gpu_shader_fp64 and OpenGL 4.0 as done for i965/hsw+Iago Toral Quiroga1-2/+2
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
2017-01-05docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell.Iago Toral Quiroga1-0/+2
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
2017-01-03doc/features.txt: update for freedrenoRomain Failliot1-19/+19
I lost track of who created initial patch (Ilia?).. Romain rebased it. I pushed it. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=95460 Signed-off-by: Rob Clark <robdclark@gmail.com>
2017-01-01docs: document GALLIUM_HUD_DUMP_DIR envvarEdmondo Tommasina1-0/+2
Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2016-12-13docs: add INTEL_conservative_rasterization to relaese notes for 13.1.0Lionel Landwerlin1-0/+1
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2016-12-09docs: document how to (self-) reject stable patchesEmil Velikov1-0/+7
Document what has been the unofficial way to self-reject stable patches. Namely: drop the mesa-stable tag and push the commit. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Nanley Chery <nanley.g.chery@intel.com>
2016-12-07i965: Add i965 plumbing for ARB_post_depth_coverage for i965 (gen9+).Plamena Manolova2-1/+2
This extension allows the fragment shader to control whether values in gl_SampleMaskIn[] reflect the coverage after application of the early depth and stencil tests. Signed-off-by: Plamena Manolova <plamena.manolova@intel.com> Reviewed-by: Chris Forbes <chrisforbes@google.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2016-12-05add EGL_TEXTURE_EXTERNAL_WL to WL_bind_wayland_display specRob Clark1-0/+5
Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
2016-12-05docs: add news item and link release notes for 12.0.5Emil Velikov2-0/+11
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-12-05docs: add sha256 checksums for 12.0.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 6b1c3c3aa0a2b643dbb9964b7001097eed3c4888)
2016-12-05docs: add release notes for 12.0.5Emil Velikov1-0/+137
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 01579a9d007830f2f905646c9d1f9bd0a03caa89)
2016-11-29docs: fix small typoEric Engestrom1-1/+1
Fixes: ba28f2136febca32fe56 ("docs: add note about r-b/other tags when resending") Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs: add git tips how to do commit fixups and squash themEmil Velikov1-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs: add note about r-b/other tags when resendingGeorge Kyriazis1-0/+3
[Emil Velikov: split from the typos fixes] Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs: fix small typos in the submit patches pageAndres Gomez1-4/+4
Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs/releasing: use correct page titleEmil Velikov1-1/+1
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs/releasing: correctly document touch-testingEmil Velikov1-10/+25
I've used an ancient version of the script which did not cover: - version expansion (cd mesa-* does not work) - --enable-glx-tls - EGL and es2* testing - Vulkan and DOTA2 Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs/release: drop references to patchworkEmil Velikov1-5/+0
The changes to release.sh have landed, so all we need is a recent checkout of xorg-utils. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs: add news item and link release notes for 13.0.2Emil Velikov2-0/+7
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-28docs: add sha256 checksums for 13.0.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 2722144beddac0aa7065b478502c7c3a1f2a5451)
2016-11-28docs: add release notes for 13.0.2Emil Velikov1-0/+188
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit c9e993ba1301ac0380b86a3934f5c97ff0827594)
2016-11-22docs: get rid of duplicated description from sourcetree.htmlGwan-gyeong Mun1-1/+0
Fixes: 438086efb17 (docs: sourcetree.html misc updates) Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-11-22docs/submitting patches: mention get_reviewers.plEmil Velikov1-0/+18
Mention the script - why/how to use alongside a useful trick to make it work interactively (thanks Rob!). Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Elie Tournier <tournier.elie@gmail.com>
2016-11-22docs/submitting patches: add git tipsTimothy Arceri1-0/+20
v2: [Emil Velikov] - Add the shorthand git send-email -vX - Move to submittingpatches.html - Add to the TOC. v3: [Emil Velikov] - Use @~8 instead of HEAD~8 (Nicolai) Cc: Timothy Arceri <t_arceri@yahoo.com.au> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
2016-11-21docs: recommend using --enable-mangling over the manual -DUSE...Emil Velikov2-7/+6
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: rework/update install.htmlEmil Velikov1-40/+71
Still far from perfect, but a few small steps in the right direction. - Split build systems, compilers, third party tools - Mention building mesa for Android (part of AOSP) - Drop explicit "other" dependencies. Reference to disto methods to get them. - HTML 4.01 Traditional compliance fixes - mixed ul and br tags. - nuke dead links README.{CYGWIN,VMS} v2: Squash typos, add note about buggy flex 2.6.2 (Eric), add Suse zipper command (Tobias). Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: sourcetree.html misc updatesEmil Velikov1-9/+18
A mixed bag of updates/fixes - mostly aiming at removing no longer applicable directories. Add a few more state-trackers, drivers, etc. alongside "XXX more" where applicable. Attribute for the GLSL/NIR movement and nukage of src/egl/docs. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: flesh out releasing.htmlEmil Velikov2-239/+499
Properly document the whole process: - Brief on what, when, where - Picking, testing, branchpoints, pre-release announcement - Releasing, announcement, website and bugzilla updates Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs/submittingpatches: fix tags mis/abuseEmil Velikov1-1/+5
Fix the odd tag so that we're HTML 4.01 Traditional compliant Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs/submittingpatches: flesh out "how to nominate" methodsEmil Velikov1-10/+20
Currently they are buried within the text, making it hard to find. Move them to the top and be clear what is _not_ a good idea. v2: Minor commit polish, use only "resending" as suggested by Matt. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs/autoconf: update glx driver / enable-debug textEmil Velikov1-18/+13
With earlier commit we folded all the xlib handling in --enable-glx, but we forgot to update the documentation. Elaborate on --enable-debug and drop mentions about depenencies. v2: Grammar - s|haven't|hasn't| (Eric) Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs/repository: refer to Submitting patchesEmil Velikov1-1/+2
v2: Improve grammar - add missing "to" (Eric). Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: split Submitting Patches into separate documentEmil Velikov3-285/+310
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: split Codying style into separate documentEmil Velikov3-126/+145
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: mention/suggest testing your patch against dEQPEmil Velikov1-2/+3
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-21docs: mention that coding style can differ between driversEmil Velikov1-0/+6
... and point people to use/honour the EditorConfig/Emacs files, where applicable. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
2016-11-19docs: document MESA_DEBUG=contextBrian Paul1-0/+2
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>