summaryrefslogtreecommitdiff
path: root/docs/relnotes
AgeCommit message (Collapse)AuthorFilesLines
2019-01-31docs: add release notes for 18.3.3Emil Velikov1-0/+207
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 190a79f462710f04d67eaefe498ef6ae5b7f5b1a) [Emil: drop VERSION hunk] Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Conflicts: VERSION
2019-01-29docs: Add relnotes stub for 19.1Dylan Baker1-0/+59
2019-01-21relnotes: Add newly added Vulkan extensionsJason Ekstrand1-0/+7
Both the Intel and RADV people have been really bad about adding things to the release notes. We should start actually paying attention. Acked-by: Tapani Pälli <tapani.palli@intel.com>
2019-01-17docs: add sha256 checksums for 18.3.2Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 8320a07221a342ea56528a1839ce5b33c8226b36)
2019-01-17docs: add release notes for 18.3.2Emil Velikov1-0/+264
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 95a3b709c0d4618d900f8b8bed429ee4f786fab2)
2019-01-09i965: Enable 64-bit GLSL extensionsMatt Turner1-0/+1
Now that we have software implementations of ARB_gpu_shader_int64 and ARB_gpu_shader_fp64 we can unconditionally enable these extensions. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2018-12-27docs: add sha256 checksums for 18.2.8Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 24c31bc0e237148b1c44811b17c61fc71f09bd93)
2018-12-27docs: add release notes for 18.2.8Juan A. Suarez Romero1-0/+182
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 785e09e3b32980380eb2081eeb48c157306f99ba)
2018-12-26nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin1-0/+1
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-12-13docs: add sha256 checksums for 18.2.7Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit e90429cc6dc5b5ada4253fc0a8517645d86a4f6c)
2018-12-13docs: add release notes for 18.2.7Juan A. Suarez Romero1-0/+166
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 419ee20097597bed77e73fd283e6d15e8dcb89e9)
2018-12-11docs: add sha256 checksums for 18.3.1Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-12-11docs: add release notes for 18.3.1Emil Velikov1-0/+62
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-12-07docs: add sha256 checksums for 18.3.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit d81beab96afb403915805435fd4b810a00291b99)
2018-12-07docs: update 18.3.0 release notesEmil Velikov1-3/+201
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit d603cd9d84c8293c22407030c7664ac775ffb97f)
2018-12-04st/mesa: expose EXT_render_snorm on GLESMarek Olšák1-0/+1
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-12-04mesa: expose AMD_texture_texture4Marek Olšák1-0/+1
because the closed driver exposes it. Tested by piglit. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-12-04mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák1-0/+1
tested by piglit. v2: rebase Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> (v1) Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
2018-12-04mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák1-0/+1
The spec was modified to support GLES. Tested by piglit. v2: rebase Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> (v1) Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
2018-12-04mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_viewMarek Olšák1-0/+1
There are no spec changes. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-12-04st/mesa: expose GL_OES_texture_viewMarek Olšák1-0/+1
For format fallbacks like ETC and ASTC, switching between sRGB and linear decoding is undefined, or at least is not bit-exact. Same as EXT_texture_sRGB_decode on GLES. There are no piglit or dEQP regresssions. Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-12-03mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner1-1/+0
This extension is not properly tested (testing for GL_ARB_fragment_shader_interlock is not sufficient), and since this was noted in review on August 28th no tests have been sent. Revert "i965: Add INTEL_fragment_shader_ordering support." Revert "mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering" This reverts commit 03ecec9ed2099f6e2b62994b33dc948dc731e7b8. This reverts commit 119435c8778dd26cb7c8bcde9f04b3982239fe60. Cc: mesa-stable@lists.freedesktop.org Acked-by: Jason Ekstrand <jason@jlekstrand.net> Acked-by: Eric Anholt <eric@anholt.net>
2018-11-28docs: add sha256 checksums for 18.2.6Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit cfd1f8b92cae9dde3e5bed42109b5142f50a2ee5)
2018-11-28docs: add release notes for 18.2.6Juan A. Suarez Romero1-0/+178
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 3e741344d79e3ae67b1ad645e7d56fe6c0fb2ae2)
2018-11-15docs: add sha256 checksums for 18.2.5Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 79be754f9a74a43b5748dc0934241e7701cb9581)
2018-11-15docs: add release notes for 18.2.5Juan A. Suarez Romero1-0/+171
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit f34bddc325c414cb8ee21666bd307512577efdef)
2018-11-05docs: mention EXT_shader_implicit_conversionsEmil Velikov1-1/+1
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-11-01docs: add 19.0.0-devel release notes templateEmil Velikov1-0/+59
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-11-01docs/relnotes: add the EGL Device extensionsEmil Velikov1-0/+3
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-10-31docs: add sha256 checksums for 18.2.4Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 624e384ea86afea737f9d3b952a9c3edbecd3950)
2018-10-31docs: add release notes for 18.2.4Juan A. Suarez Romero1-0/+153
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 1cdef5e70ca1745b6cbc133c3bdb94cd6541ad4a)
2018-10-30mesa: expose EXT_texture_compression_s3tc on GLESMarek Olšák1-0/+1
The spec was modified to support GLES. Tested-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-10-19docs: add sha256 checksums for 18.2.3Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 27fd12857b53ec22c0e918eee6c4c009643fccbc)
2018-10-19docs: add release notes for 18.2.3Juan A. Suarez Romero1-0/+166
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit d219361b4226944835959676d1721b2a9d29da72)
2018-10-05docs: add sha256 checksums for 18.2.2Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit cb63a4e1144d9cd8feda3799c68a32a769417b5f)
2018-10-05docs: add release notes for 18.2.2Juan A. Suarez Romero1-0/+154
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit abaeb79eb2c16d7abad06719f24d1e59ad775aa6)
2018-09-26docs: Add sha256 sums to 18.1.9Dylan Baker1-1/+2
2018-09-26docs: Add 18.1.9 release notesDylan Baker1-0/+177
2018-09-21docs: add sha256 checksums for 18.2.1Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 686eab66420eec742338c1b75e499367e103e82b)
2018-09-21docs: add release notes for 18.2.1Juan A. Suarez Romero1-0/+226
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 3c8c851fe46b1924d84b04c49c60885452c4fbe2)
2018-09-08docs: add sha256 checksums for 18.2.0Andres Gomez1-1/+2
Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit cb1ddf48e223231fc4e2cfdc92fbcdaec673929d)
2018-09-08docs: update 18.2.0 release notesAndres Gomez1-1/+206
Signed-off-by: Andres Gomez <agomez@igalia.com> (cherry picked from commit 7378180e7aa652f3f95e4b953a552dcaf8fb8408)
2018-09-07docs/relnotes: Add sha256 sums for mesa 18.1.8Dylan Baker1-1/+2
2018-09-07docs: Add release notes for 18.1.8Dylan Baker1-0/+179
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-08-28i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin1-0/+1
Adds suppport for INTEL_fragment_shader_ordering. We achieve the fragment ordering by using the same instruction as for beginInvocationInterlockARB() which is by issuing a memory fence via sendc. Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com> Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
2018-08-28docs: add forgotten features to 18.2.0 release notesRhys Perry1-0/+3
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewied-by: Ilia Mirkin <imirkin@alum.mit.edu> Cc: 18.2: <mesa-stable@lists.freedesktop.org>
2018-08-24docs: Add mesa 18.1.7 notesDylan Baker1-1/+2
2018-08-24docs: Add mesa 18.1.7 docsDylan Baker1-0/+103
2018-08-24docs/relnotes: Mark NV_fragment_shader_interlock support in i965Kevin Rogovin1-0/+1
Acked-by: Jason Ekstrand <jason@jlekstrand.net>