Revisions of Mesa

buildservice-autocommit accepted request 886271 from Tobias Klausmann's avatar Tobias Klausmann (tobijk) (revision 324)
baserev update by copy to link target
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 323)
- Switch dummy driver for mesa package from "auto" xorg driver (i965) to
  gallium swrast driver

- Switch dummy driver for mesa package from "auto" xorg driver (i965) to
  gallium swrast driver
buildservice-autocommit accepted request 695297 from Tobias Klausmann's avatar Tobias Klausmann (tobijk) (revision 322)
baserev update by copy to link target
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 321)
- Drop patches n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
  and archlinux_0001-Fix-linkage-against-shared-glapi.patch:
  These patches only work when building mesa with autotools. As we use meson
  instead now, these patches do nothing.

- Drop version 19.0.1 tarballs

- Drop patches n_VDPAU-XVMC-libs-Replace-hardlinks-with-copies.patch
  and archlinux_0001-Fix-linkage-against-shared-glapi.patch:
  These patches only work when building mesa with autotools. As we use meson
  instead now, these patches do nothing.

- Drop version 19.0.1 tarballs
buildservice-autocommit accepted request 670430 from Tobias Klausmann's avatar Tobias Klausmann (tobijk) (revision 320)
baserev update by copy to link target
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 319)
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 318)
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 317)
- Update the version of the mesa core package to 18.3.2

- Update the version of the mesa core package to 18.3.2
buildservice-autocommit accepted request 651432 from Tobias Klausmann's avatar Tobias Klausmann (tobijk) (revision 316)
baserev update by copy to link target
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 315)
- Use rpm variables for the drirc.d path

- Use rpm variables for the drirc.d path
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 314)
- get rid of libwayland-egl1/libwayland-egl-devel completely; also
  for older Leap versions

- update to 18.2.0
  * This release consists of nearly 2200 commits from approximately
    130 developers.
  * The top highlights include:
    - OpenGL 4.3 on virgl.
    - OpenGL 4.4 Compatibility profile on radeonsi.
    - OpenGL ES 3.2 on radeonsi and virgl.
    - GL_ARB_ES3_2_compatibility on radeonsi.
    - GL_ARB_fragment_shader_interlock on i965.
    - GL_ARB_sample_locations and GL_NV_sample_locations on nvc0 (GM200+).
    - GL_ANDROID_extension_pack_es31a on radeonsi.
    - GL_KHR_texture_compression_astc_ldr on radeonsi.
    - GL_NV_conservative_raster and GL_NV_conservative_raster_dilate on
      nvc0 (GM200+).
    - GL_NV_conservative_raster_pre_snap_triangles on nvc0 (GP102+).
    - multisampled images on nvc0 (GM107+) (now supported on GF100+).
  * Additional features:
    - ANV Extensions:
      - VK_KHR_bind_memory2.
      - VK_KHR_external_fence.
      - VK_KHR_external_fence_capabilities.
      - VK_KHR_external_semaphore.
      - VK_KHR_external_semaphore_capabilities.
      - VK_KHR_maintenance2.
      - VK_KHR_maintenance3.
      - VK_KHR_multiview.
      - VK_KHR_relaxed_block_layout.
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 313)
- update to 18.1.7
  * Mesa 18.1.7 is now available for general consumption. This
    release has been rather small compared to the last few
    release, There's just a handful of fixes in total. Meson,
    radv, anv, gallium winsys, intel, i965, and r600 were the
    only recipients of fixs this go around.

- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)

- update to 18.1.7
  * Mesa 18.1.7 is now available for general consumption. This
    release has been rather small compared to the last few
    release, There's just a handful of fixes in total. Meson,
    radv, anv, gallium winsys, intel, i965, and r600 were the
    only recipients of fixs this go around.

- Add wayland to egl_platforms for Leap 15.0+ and TW again (boo#1105798)
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 312)
- disabled build of libwayland-egl for factory/sle16/Leap 16 now
  being provided by Wayland itself and probably be removed from
  Mesa soon; see also https://build.opensuse.org/request/show/613048

- disabled build of libwayland-egl for factory/sle16/Leap 16 now
  being provided by Wayland itself and probably be removed from
  Mesa soon; see also https://build.opensuse.org/request/show/613048
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 311)
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 310)
buildservice-autocommit accepted request 611357 from Tobias Klausmann's avatar Tobias Klausmann (tobijk) (revision 309)
baserev update by copy to link target
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 308)
- Add patch U_dri3-Stricter-SBC-wraparound-handling.patch
  This fixes an error with timestamps, avoiding near infinite client
  hangs with the new X server 1.20 release and some clients, the most 
  prominent being plasmashell & steam
  Bugentry: FDO#106351
  hangs with the new X server 1.20 release and some clients, the most 
  prominent being plasmashell & steam
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 307)
- Add patch U_dri3-Stricter-SBC-wraparound-handling.patch
  This fixes an error with timestamps, avoiding near infinite client
  hangs with (plasmashell & steam)
  Bugentry: FDO#106351
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 306)
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
- Require llvm >= 3.9.0
  * The build fails otherwise because it is required for multiple
    Mesa components.
- Add Mesa-dri and Mesa-gallium to baselibs.conf.
- Require llvm >= 3.9.0
  * The build fails otherwise because it is required for multiple
    Mesa components.
Tobias Klausmann's avatar Tobias Klausmann (tobijk) committed (revision 305)
Displaying revisions 1 - 20 of 324
openSUSE Build Service is sponsored by