SHA256
1
0
forked from pool/Mesa

Accepting request 709272 from home:iznogood:branches:X11:XOrg

New upstream branch

OBS-URL: https://build.opensuse.org/request/show/709272
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=837
This commit is contained in:
2019-06-12 03:42:59 +00:00
committed by Git OBS Bridge
parent e5b77bb1e7
commit d1363fa38f
10 changed files with 73 additions and 45 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Jun 11 20:06:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to 19.1.0:
* Mesa 19.1.0 implements the OpenGL 4.5 API, but the version
reported by glGetString(GL_VERSION) or
glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular
driver being used. Some drivers don't support all the features
required in OpenGL 4.5. OpenGL 4.5 is only available if
requested at context creation. Compatibility contexts may
report a lower version depending on each driver.
* The top highlights include:
- GL_ARB_parallel_shader_compile for all drivers.
- GL_EXT_gpu_shader4 on all GL 3.1 drivers.
- GL_EXT_shader_image_load_formatted on radeonsi.
- GL_EXT_texture_buffer_object on all GL 3.1 drivers.
- GL_EXT_texture_compression_s3tc_srgb on Gallium and i965
drivers (ES extension).
- GL_NV_compute_shader_derivatives on Iris and i965 drivers.
- GL_KHR_parallel_shader_compile on all drivers.
- GL_INTEL_conservative_rasterization on Iris.
- Refresh patches with quilt.
- Clean-up spec files for .pc and other files no longer built.
-------------------------------------------------------------------
Wed May 22 10:21:16 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>