summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-15docs: Document interaction Fixes tag and stable branches.Bas Nieuwenhuizen1-0/+4
For the next time I forget. Signed-off-by: Bas Nieuwenhuizen <basni@google.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-04-14docs: mark GL_ARB_vertex_attrib_64bit and OpenGL 4.2 as supported by i965/gen7+Francisco Jerez2-4/+7
v2 (Andreas Boll): - Mark GL 4.1 as supported by i965/gen7+ - Mark GL_ARB_shader_precision as supported by i965/gen7+ - Update release notes Reviewed-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Francisco Jerez <currojerez@riseup.net>
2017-04-14docs/relnotes: add GL_ARB_gpu_shader_fp64 support on i965/ivybridgeSamuel Iglesias Gonsálvez1-0/+1
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Acked-by: Francisco Jerez <currojerez@riseup.net>
2017-04-14docs: mark GL_ARB_gpu_shader_fp64 and OpenGL 4.0 as supported by i965/gen7+Samuel Iglesias Gonsálvez1-2/+2
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Acked-by: Francisco Jerez <currojerez@riseup.net>
2017-04-14radeonsi: enable ARB_shader_viewport_layer_arrayNicolai Hähnle2-1/+2
Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
2017-04-13docs: Update MESA_shader_integer_functions spec to version 3.Kenneth Graunke1-6/+8
When publishing this spec on the OpenGL ES registry, Jon Leech noticed that it didn't actually mention what the ES dependencies and interactions were. I looked at extensions_table.h and noted that we expose it in ES 3.0 contexts, and he added the obvious spec texts. The updated copy also contains our official extension number. https://github.com/KhronosGroup/OpenGL-Registry/issues/3 Acked-by: Matt Turner <mattst88@gmail.com>
2017-04-13nvc0: Enable ARB_shader_ballot on Kepler+Boyan Ding2-2/+2
readInvocationARB() and readFirstInvocationARB() need SHFL.IDX instruction which is introduced in Kepler. Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-04-09nouveau: enable ARB_shader_clock on nv50 and nvc0Boyan Ding2-2/+2
v2: Also enable support on nv50 Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-04-05radeonsi: enable ARB_shader_ballotNicolai Hähnle2-1/+2
Require LLVM 5.0 or later because LLVM 4.0 is easily fooled into putting the lane select of llvm.amdgcn.readlane into a VGPR and then fails to continue to compile. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-04-05radeonsi: enable ARB_sparse_bufferNicolai Hähnle2-1/+2
v2: - fill in DRM version requirement - disable on SI due to CP DMA faults Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-04-01docs: add news item and link release notes for 17.0.1Andres Gomez2-0/+7
Signed-off-by: Andres Gomez <agomez@igalia.com>
2017-04-01docs: add sha256 checksums for 17.0.3Andres Gomez1-1/+2
Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 71d2f05a9e831af04ea26dd8c975d285e0b964ec)
2017-04-01docs: add release notes for 17.0.3Andres Gomez1-0/+188
Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 7f34ecae7fddd3435346f0475557b34920763422)
2017-03-31nvc0: Add support for NV_fill_rectangle for the GM200+Lyude1-0/+1
This enables support for the GL_NV_fill_rectangle extension on the GM200+ for Desktop OpenGL. Signed-off-by: Lyude <lyude@redhat.com> Changes since v1: - Fix commit message - Add note to reldocs Changes since v2: - Remove unnessecary parens in nvc0_screen_get_param() - Fix sorting in release notes - Don't execute FILL_RECTANGLE method on pre-GM200+ GPUs Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2017-03-31radeonsi: implement ARB_shader_group_voteNicolai Hähnle2-1/+2
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-31radeonsi: enable ARB_shader_clockNicolai Hähnle2-1/+2
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-31mesa: remove MESA_GLSL=optTimothy Arceri2-1/+1
This is unused. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Emil Velikov <emli.velikov@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-31mesa: remove MESA_GLSL=no_opts env optionTimothy Arceri1-1/+0
This is confusing because is only applys to GL_ARB_vertex/fragment_program, and because of that its also not very useful. If someone requires this for debugging they can just make an ad-hoc code change. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2017-03-23docs/submittingpatches: add mention about legal disclaimersEric Engestrom1-0/+10
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-03-22docs/releasing: do not pass any arguments to autogen.shEmil Velikov1-1/+1
This should just work (tm) with the default options. Plus the one we pass is already the default, so just drop it. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch>
2017-03-21intel: Add a INTEL_DEBUG=color option.Kenneth Graunke1-0/+1
This will be used for color output in debug messages. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2017-03-20docs: add news item and link release notes for 13.0.6/17.0.2Emil Velikov2-0/+14
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2017-03-20docs: add sha256 checksums for 17.0.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 9b66351f5b274f3d79cb2c48afa3b2fcc2bf3442)
2017-03-20docs: add release notes for 17.0.2Emil Velikov1-0/+184
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 373d88a7117150de984510453e1c30a455987686)
2017-03-20docs: add sha256 checksums for 13.0.6Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 879d24c49727cfc6c62cbd5bca58efad4c914e40)
2017-03-20docs: add release notes for 13.0.6Emil Velikov1-0/+286
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit fcef88d13a9ebdcadc6a878e9284c55651785301)
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>