summaryrefslogtreecommitdiff
path: root/docs/relnotes
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05docs: Add SHA256 sums for 19.0.6Dylan Baker1-1/+2
2019-06-05docs: Add relnotes for 19.0.6Dylan Baker1-0/+152
2019-06-05docs: add MD5 checksums for 9.2.2 filesErik Faye-Lund1-0/+3
These checksums were obtained by downloading the releases from ftp://ftp.freedesktop.org/pub/mesa/older-versions/9.x/9.2.2/ and running md5sum on them. Hopefully the server wasn't compromised since release. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-05docs: remove stray whitespaceErik Faye-Lund2-2/+2
There's some stray whitespace in these files that doesn't do anything useful. Let's get rid of if. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-05docs: do not use br-tag for non-significant breaksErik Faye-Lund4-14/+15
According to the W3C, we shouldn't use the br-tag unless the line-break is part of the content: https://www.w3.org/TR/2011/WD-html5-author-20110809/the-br-element.html All of these instances are for non-content usage, and is as such technically out-of-spec. So let's either remove them, or split paragraphs, based on how related the content are. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-05docs: use code instead of tt-tagErik Faye-Lund3-6/+6
The tt-tag has been removed from HTML5, so let's normalize this to code-tags intead. This just makes things a bit more consistent, as we've mixed these left and right so far anyway. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-06-05egl: add EGL_platform_device supportEmil Velikov1-1/+1
This new 'platform' is added by default with no guards. It is effectively a copy of the surfaceless one, with updated function names and brand new probe function. Due to the reuse, some of the ifdef HAVE_SURFACELESS_PLATFORM guards have been dropped. A worthy mention are the changes in _egFindDisplay, since the original and dup'd fd are required, we make use of the plat_opt argument. Note that no hacks for eglGetDisplay are added - the API works only with the eglGetPlatformDisplay* API. v2: - s/_eglCompareDeviceDisplay/_eglSameDeviceDisplay/ (Eric) - let ^^ return bool (Eric) - fixup meson build, move files() further up (Eric) - copy from plat. surfaceless w/o the visual cleanups - close and free when destroying the dpy - sprinkle a few _eglDeviceSupports - split fd handling into separate function - use directly the render node if no FD is given (Mathias) v3: - s/dpy/disp/g - drop swap_buffers* callbacks - drop loader_set_logger() - drop local define - re-introduce _eglGetDRMDeviceRenderNode() - EGL_WARN on ForceSoftware with HW device - continue using the HW device - bail out for "EGL_MESA_device_software" until it's fixed - wire-up the Android build v4: - use new style _eglFindDisplay() - split hw vs sw code paths - don't close the internal fd (already handled in FiniDisplay()) - make swrast work (bit hacky bit will do for now) - Android for real, drop autotools - Correct HW + LIBGL_ALWAYS_SOFTWARE check - use the dri2_create_drawable() helper v5: - enhance comment around fd checks (Mathias) - rebase for dri2_init_surface() changes Cc: Mathias Fröhlich <Mathias.Froehlich@gmx.net> Acked-by: Marek Olšák <marek.olsak@amd.com> (v4) Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Marek Olšák <marek.olsak@amd.com>
2019-05-21docs: Add Sha256 sums for 19.0.5Dylan Baker1-1/+2
2019-05-21docs: Add release notes for 19.0.5Dylan Baker1-0/+136
2019-05-09docs: Add SHA256 sums for mesa 19.0.4Dylan Baker1-1/+2
2019-05-09Docs: add 19.0.4 release notesDylan Baker1-0/+242
2019-05-08docs: drop h1 in headerErik Faye-Lund231-231/+231
It's generally frowned upon to have more than one H1 per document in HTML4. So let's put the text directly inside the header. This means we can drop the flex-based centering, which makes things a bit easier. We also need to change the padding to rem instead of em, because the em has now changed. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-07docs: Add relnotes stub for 19.2Juan A. Suarez Romero1-0/+59
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2019-05-02docs: replace empty list with a none-paragraphErik Faye-Lund1-4/+1
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: fix closing of list-itemsErik Faye-Lund1-1/+1
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: fixup list-item tagsErik Faye-Lund1-4/+4
The list items needs to contain everything part of the item, not just the first paragraph. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: fix closing of paragraphsErik Faye-Lund2-2/+2
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: add missing listsErik Faye-Lund2-0/+4
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: remove stray list-startErik Faye-Lund1-4/+0
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: close listsErik Faye-Lund2-0/+4
These lists never got closed. Let's fix that to avoid issues with bad parsers. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: open list-item before closing itErik Faye-Lund1-1/+1
A list-item must be openened before it can be closed. So let's replace this closing tag with an opening tag. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-05-02docs: properly escape ampersandErik Faye-Lund1-1/+1
Even in preformatted blocks, ampersands should be escaped. Let's correct this, in case of strict parsers. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-04-30anv: add support for VK_EXT_memory_budgetEric Engestrom1-0/+1
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-04-24st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák1-0/+2
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de> Reviewed-by: Eric Anholt <eric@anholt.net>
2019-04-24docs: Add SHA256 sums for mesa 19.0.3Dylan Baker1-1/+2
2019-04-24docs: add relnotes for 19.0.3Dylan Baker1-0/+147
2019-04-23iris: add support for INTEL_conservative_rasterizationMike Blumenkrantz1-0/+1
this hooks up the iris gallium driver to existing mesa bits which handle the implementation resolves kwg/mesa#8 Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
2019-04-22anv,radv: Update release notes for newly implemented extensiosnJason Ekstrand1-0/+12
A lot has happened in those two drivers since the 19.0 release and we keep forgetting to update release notes. Time to bring everything up to date again before 19.1 gets released. Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-04-20docs/relnotes: add support for VK_KHR_shader_float16_int8Andres Gomez1-0/+1
v2: radv also supports it now (Samuel Pitoiset). Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-04-19anv: Implement VK_EXT_descriptor_indexingJason Ekstrand1-0/+1
Now that everything is in place to do bindless for all resource types except input attachments and UBOs, VK_EXT_descriptor_indexing is "trivial". Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2019-04-15radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák1-0/+1
no changes - the driver doesn't use the format Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-04-10docs: Add sha256 sums for 19.0.2Dylan Baker1-1/+2
2019-04-10docs: Add release notes for 19.0.2Dylan Baker1-0/+121
2019-04-08docs: Add NV_compute_shader_derivatives to 19.1.0 relnotesCaio Marcelo de Oliveira Filho1-0/+2
2019-04-05docs: add sha256 checksums for 18.3.6Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit eb9da68cbf23aafb1192beed084b2f05df65dd04)
2019-04-05docs: add release notes for 18.3.6Emil Velikov1-0/+168
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit b03f51c4b4dfa54775e866b75f68a41862c062c2)
2019-04-02docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0Marek Olšák2-2/+2
2019-04-01mesa: implement ARB/KHR_parallel_shader_compileMarek Olšák1-0/+2
Tested by piglit.
2019-03-27docs: Add SHA256 sums for mesa 19.0.1Dylan Baker1-1/+2
2019-03-27docs: Add release notes for 19.0.1Dylan Baker1-0/+158
2019-03-18docs: add sha256 checksums for 18.3.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit ec770b43b974cc86ce4bf996aa0616ceafa4e69c)
2019-03-18docs: add release notes for 18.3.5Emil Velikov1-0/+270
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 022708cb40a997e796f95d011a0e6c64a7333fe0)
2019-03-13docs: Add SHA256 sums for 19.0.0Dylan Baker1-1/+2
2019-03-13docs: Add release notes for 19.0.0Dylan Baker1-2/+2402
2019-02-18docs: add sha256 checksums for 18.3.4Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit bfb5bdaa97272537567cdf1e6caf1c7db9f28aba)
2019-02-18docs: add release notes for 18.3.4Emil Velikov1-0/+179
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit b26488deadc3a8221d558a323dbe81dcf09115ab)
2019-02-06radv: Implement VK_EXT_buffer_device_address.Bas Nieuwenhuizen1-1/+1
v2: Also update the release notes. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-02-02relnotes: Add VK_EXT_buffer_device_addressJason Ekstrand1-0/+1
2019-02-01docs: add GL_EXT_texture_compression_s3tc_srgb to release notesGurchetan Singh1-1/+1
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2019-01-31docs: add sha256 checksums for 18.3.3Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 7475d7727f172387ac3d069887f3095dcb884649)