SHA256
1
0
forked from pool/Mesa
Commit Graph

926 Commits

Author SHA256 Message Date
Dominique Leuenberger
d5214e2914 Accepting request 605329 from X11:XOrg
- Update to 18.0.3
  * The is a fairly small release consisting of patches to fix leaks
    in RADV and Winsys, fix deadlock in internal queue, fix issues
    with ANV allocator, fix blit setup for YUV LoadImage, and some
    other patches.

OBS-URL: https://build.opensuse.org/request/show/605329
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=324
2018-05-11 09:28:14 +00:00
bf72ff14fb - Update to 18.0.3
* The is a fairly small release consisting of patches to fix leaks
    in RADV and Winsys, fix deadlock in internal queue, fix issues
    with ANV allocator, fix blit setup for YUV LoadImage, and some
    other patches.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=740
2018-05-08 12:49:15 +00:00
Dominique Leuenberger
051581eed8 Accepting request 602486 from X11:XOrg
- Update to 18.0.2
  * A couple of fixes for Meson that solves some problems regarding
    building tests and installation.
  * A couple of fixes in state tracker / DRI that was causing crashes
    in QtCreator and Firefox, among other problems.
  * A couple of fixes for GFX9, that solves a hang in the driver, and
    a problem with buffer views.
  * SVGA gets also a patch to fix incorrect advertizing of
    EGL_KHR_gl_colorspace extension.
  * Etnaviv gets a fix for swizzled texture formats.
  * Intel drivers get also several patches.
  * RADV gets a patch to solve a problem of lot of games complaining
    about not having enough memory.

OBS-URL: https://build.opensuse.org/request/show/602486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=323
2018-05-06 12:56:20 +00:00
bdf1194b8f - Update to 18.0.2
* A couple of fixes for Meson that solves some problems regarding
    building tests and installation.
  * A couple of fixes in state tracker / DRI that was causing crashes
    in QtCreator and Firefox, among other problems.
  * A couple of fixes for GFX9, that solves a hang in the driver, and
    a problem with buffer views.
  * SVGA gets also a patch to fix incorrect advertizing of
    EGL_KHR_gl_colorspace extension.
  * Etnaviv gets a fix for swizzled texture formats.
  * Intel drivers get also several patches.
  * RADV gets a patch to solve a problem of lot of games complaining
    about not having enough memory.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=738
2018-04-30 10:21:17 +00:00
Dominique Leuenberger
74c96602a3 Accepting request 598492 from X11:XOrg
- Update to 18.0.1
  * In this release we have:
  * On the build system to highlight Meson is get improved thorugh several patches
    that fix issues around it.
  * On the drivers part, RADV get several fixes: one for multisample regressions on
   Vega, another around GFX9 buffer views, and a couple of them more to related
   with avoiding emitting unneeded vertex state.
  * St/Nine get fixes around face register, lighting constants, math check for
    inversible matrix, implicit conversions and bad tracking of vertex textures.
  * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around
    page faults.
  * Several fixes are also enqueued for Intel driver: set right channel_sizes for
   MOV_INDIRECT sources, set right config registration for uploading to kernel,
   return the fourcc stored in __DRIimage when possible, fix negative sign in
   64-bit return values, fix null destination register in assembly instructions
   with 3 source operands, a fix for failed TCS/TES shader compilation
  * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo
    in code that was causing wrong return value, and another one to fix an
    unitialized modifier for DRI2.
  * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES
    supported version through environment variables, and a patch to fix an issue
    with texture samples found in "The Witness" through Wine.
  * A couple of bugs around unrolling loops have also been fixed, these patches were
    applied for NIR and GLSL.
  * On top of above, NIR gets more fixes in a couple of lowering functions used:
    coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at
    intrinsic support in lower_indirect_derefs. It also gets a fix around
    vars_to_ssa function.
  * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V
    compiler.

- enabled opencl and that way also Mesa-gallium on 42.3 since we
  now build against llvm 6; this also fixes the requirements from
  Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
  community)

OBS-URL: https://build.opensuse.org/request/show/598492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=322
2018-04-22 12:35:05 +00:00
34e7f5f283 - Update to 18.0.1
* In this release we have:
  * On the build system to highlight Meson is get improved thorugh several patches
    that fix issues around it.
  * On the drivers part, RADV get several fixes: one for multisample regressions on
   Vega, another around GFX9 buffer views, and a couple of them more to related
   with avoiding emitting unneeded vertex state.
  * St/Nine get fixes around face register, lighting constants, math check for
    inversible matrix, implicit conversions and bad tracking of vertex textures.
  * Freedreno/a5xx get fixes around missaligned heigh for PIPE_BUFFER, and around
    page faults.
  * Several fixes are also enqueued for Intel driver: set right channel_sizes for
   MOV_INDIRECT sources, set right config registration for uploading to kernel,
   return the fourcc stored in __DRIimage when possible, fix negative sign in
   64-bit return values, fix null destination register in assembly instructions
   with 3 source operands, a fix for failed TCS/TES shader compilation
  * Queue also contains a couple of fixes around Gallium drivers, one to fix a typo
    in code that was causing wrong return value, and another one to fix an
    unitialized modifier for DRI2.
  * Mesa core gets a couple of patches to fix issues around overriding OpenGL/ES
    supported version through environment variables, and a patch to fix an issue
    with texture samples found in "The Witness" through Wine.
  * A couple of bugs around unrolling loops have also been fixed, these patches were
    applied for NIR and GLSL.
  * On top of above, NIR gets more fixes in a couple of lowering functions used:
    coalesce in lower_vec_to_movs if vec had a SSA destination, and interp_var_at
    intrinsic support in lower_indirect_derefs. It also gets a fix around
    vars_to_ssa function.
  * Finally, there are other fixes affecting Radeonsi, AC, EGL/Wayland and SPIR-V
    compiler.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=736
2018-04-19 10:36:41 +00:00
ebabdef0cf - enabled opencl and that way also Mesa-gallium on 42.3 since we
now build against llvm 6; this also fixes the requirements from
  Mesa-32bit to Mesa-gallium-32bit in baselibs.conf (reported by
  community)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=735
2018-04-18 09:36:28 +00:00
Yuchen Lin
7c2957bef3 Accepting request 593742 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/593742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=321
2018-04-10 07:50:55 +00:00
0177639543 Accepting request 593731 from home:michalsrb:branches:bnc1082298:X11:XOrg
- Remove n_Disable-AMDGPU-GFX9-Vega-on-LLVM-lessthan-6.0.0.patch.
  * Not needed since we build Mesa against LLVM 6. (bnc#1082298)
- Remove u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch.
  * It was disabled for long time and does not seem to be needed.
    (bnc#1082306)

OBS-URL: https://build.opensuse.org/request/show/593731
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=733
2018-04-05 09:56:01 +00:00
ed69187d7a Accepting request 593123 from home:Andreas_Schwab:Factory
- Enable nine on arm/aarch64

OBS-URL: https://build.opensuse.org/request/show/593123
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=732
2018-04-04 12:09:38 +00:00
Dominique Leuenberger
5fd77bc21f Accepting request 591959 from X11:XOrg
- Update to 18.0.0 final
  * one-and-only change since 18.0.0-rc5: updated release notes
- Changes since 17.3  
  * The top highlights include:
    + Cannonlake support on i965 and anv
    + GL 4.3/GLES 3.1 support  on r600/evergreen with hw fp64 support
    + Meson build system
  * ANV Extensions:
    + VK_EXT_external_memory_dma_buf
  * RADV Extensions:
    + VK_ANDROID_native_buffer
    + VK_KHR_external_fence
    + VK_KHR_external_fence_capabilities
    + VK_KHR_external_fence_fd
    + VK_KHR_get_surface_capabilities2
    + VK_EXT_discard_rectangles
    + VK_EXT_external_memory_dma_buf
    + VK_AMD_shader_info
  * EGL:
    + Support for RGBA/RGBX 1010102 formats
    + EGL_EXT_pixel_format_float
    + Final planned release to ship wayland-egl. Now provided by wayland.
  * GLX:
    + Darwin/Apple fixes
  * Mesa core
    + Support 1 binary format for GL_ARB_get_program_binary on i965
    + drirc workarounds:
      (*) Unreal 4 Editor
      (*) Observer
      (*) Steamroll
      (*) Refunct
  * drirc mesa_glthread whitelists:
    + Mount and Blade Warband
- i965:
  * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false"
  * GL_EXT_disjoint_timer_query on gen6+

OBS-URL: https://build.opensuse.org/request/show/591959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=320
2018-03-30 10:01:21 +00:00
09aad86180 - Update to 18.0.0 final
* one-and-only change since 18.0.0-rc5: updated release notes
- Changes since 17.3  
  * The top highlights include:
    + Cannonlake support on i965 and anv
    + GL 4.3/GLES 3.1 support  on r600/evergreen with hw fp64 support
    + Meson build system
  * ANV Extensions:
    + VK_EXT_external_memory_dma_buf
  * RADV Extensions:
    + VK_ANDROID_native_buffer
    + VK_KHR_external_fence
    + VK_KHR_external_fence_capabilities
    + VK_KHR_external_fence_fd
    + VK_KHR_get_surface_capabilities2
    + VK_EXT_discard_rectangles
    + VK_EXT_external_memory_dma_buf
    + VK_AMD_shader_info
  * EGL:
    + Support for RGBA/RGBX 1010102 formats
    + EGL_EXT_pixel_format_float
    + Final planned release to ship wayland-egl. Now provided by wayland.
  * GLX:
    + Darwin/Apple fixes
  * Mesa core
    + Support 1 binary format for GL_ARB_get_program_binary on i965
    + drirc workarounds:
      (*) Unreal 4 Editor
      (*) Observer
      (*) Steamroll
      (*) Refunct
  * drirc mesa_glthread whitelists:
    + Mount and Blade Warband
- i965:
  * Disk shader cache when MESA_GLSL_CACHE_DISABLE is set to "false"
  * GL_EXT_disjoint_timer_query on gen6+

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=730
2018-03-28 10:14:53 +00:00
Dominique Leuenberger
ab1bb3a289 Accepting request 590319 from X11:XOrg
- Update to 18.0.0-rc5
  * The fifth and final release candidate for Mesa 18.0.0. Modulo
    serious regressions, it is anticipated that it will become
    Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT
- supersedes u_glsl-linker-error.patch

- no longer try to use non-existing python3-mako as BuildRequires
  on Leap 42.3

- u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  * Fixes laggy mouse in Wayland. (fdo#104926)

OBS-URL: https://build.opensuse.org/request/show/590319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=319
2018-03-24 15:07:01 +00:00
df91c744ba - Update to 18.0.0-rc5
* The fifth and final release candidate for Mesa 18.0.0. Modulo
    serious regressions, it is anticipated that it will become
    Mesa 18.0.0 this Friday (2018-03-23) around 16:00 GMT
- supersedes u_glsl-linker-error.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=728
2018-03-21 15:50:03 +00:00
1a30e98e74 - sync Mesa-drivers.changes with Mesa.changes
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=727
2018-03-21 14:59:14 +00:00
7cd7cdb2d7 - no longer try to use non-existing python3-mako as BuildRequires
on Leap 42.3

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=726
2018-03-19 20:00:41 +00:00
7c41b698cc Accepting request 587882 from home:michalsrb:branches:fdo104926:X11:XOrg
- u_st-dri-don-t-set-queryDmaBufFormats-queryDmaBufModif.patch
  * Fixes laggy mouse in Wayland. (fdo#104926)

OBS-URL: https://build.opensuse.org/request/show/587882
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=725
2018-03-16 13:14:29 +00:00
Dominique Leuenberger
516dc02b74 Accepting request 581791 from X11:XOrg
- replaced u_r600-egd_tables.py-added-support-for-python-3.patch
  with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch 
  and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)

- added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
  * use pregenerated egd_tables.h (via python2) instead of trying
    to generate it during buildtime with python3 using an apparently
    broken patch (boo#1082303)

OBS-URL: https://build.opensuse.org/request/show/581791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=318
2018-03-04 10:54:06 +00:00
cc08cda0fb remove no longer applied patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=723
2018-03-01 16:31:31 +00:00
9eccb494d3 - replaced u_r600-egd_tables.py-added-support-for-python-3.patch
with fixed u_r600-egd_tables.py-make-the-script-python-2-3-compat.patch 
  and enabled it again; removed again n_egd_tables_h.patch (boo#1082303)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=722
2018-03-01 16:14:54 +00:00
11fc1ebe62 no longer comment out disabled patch u_r600-egd_tables.py-added-support-for-python-3.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=721
2018-03-01 15:26:29 +00:00
74c679cef8 let patching fail once egd_tables.h is part of release tarball
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=720
2018-03-01 14:00:42 +00:00
83b6f6862c - added n_egd_tables_h.patch and disabled u_mesa-python3-only.patch
* use pregenerated egd_tables.h (via python2) instead of trying
    to generate it during buildtime with python3 using an apparently
    broken patch (boo#1082303)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=719
2018-03-01 13:51:54 +00:00
Dominique Leuenberger
d2fd33c01b Accepting request 581007 from X11:XOrg
- removed more unneeded buildrequires: libudev, openssl, bison, 
  flex (boo#1082312)

- removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
  which is no longer needed due to changed LLVM build (boo#1082307)

- merge content of new rpmlintrc into existing Mesa-rpmlintrc file

- no longer run ldconfig for the follwing backend (ICD) drivers,
  since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
  required adding a rpmlintrc file with appropriate rules
  (boo#1082316)

OBS-URL: https://build.opensuse.org/request/show/581007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=317
2018-03-01 11:02:48 +00:00
54e4ca42e2 - removed more unneeded buildrequires: libudev, openssl, bison,
flex (boo#1082312)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=717
2018-02-28 15:35:51 +00:00
df69ad9f26 - removed u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
which is no longer needed due to changed LLVM build (boo#1082307)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=716
2018-02-27 18:19:46 +00:00
37d3052c53 - merge content of new rpmlintrc into existing Mesa-rpmlintrc file
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=715
2018-02-27 09:59:23 +00:00
6a1bf12f3c marked rpmlintrc as source in specfile
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=714
2018-02-26 15:18:46 +00:00
b75f2de374 - no longer run ldconfig for the follwing backend (ICD) drivers,
since it's considered wrong: xvmc, vdpau, va, opencl, and vulkan;
  required adding a rpmlintrc file with appropriate rules
  (boo#1082316)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=713
2018-02-26 14:34:53 +00:00
Dominique Leuenberger
941658fcbe Accepting request 579528 from X11:XOrg
- removed no longer needed ncurses-devel BuildRequires (boo#1082315)

- redone u_add_llvm_codegen_dependencies.patch and renamed to
  u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
  (boo#1082307)

- removed u_mesa-8.0.1-fix-16bpp.patch and
  u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since
  about 5 years (boo#1082305)

- recreated u_mesa-python3-only.patch and renamed to
  u_r600-egd_tables.py-added-support-for-python-3.patch; also
  removed first hunk (boo#1082303)

- removed n_Define-GLAPIVAR-separate-from-GLAPI.patch 
  * bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch
    (boo#1082297)

- Mesa-gallium only exists if %{with_opencl}
- Add support for riscv64

OBS-URL: https://build.opensuse.org/request/show/579528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=316
2018-02-25 11:21:22 +00:00
c4e366ec4e removed u_mesa-8.0-llvmpipe-shmget.patch, u_mesa-8.0.1-fix-16bpp.patch
from sources

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=711
2018-02-23 14:07:05 +00:00
42d3a9c4ed - removed no longer needed ncurses-devel BuildRequires (boo#1082315)
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=710
2018-02-23 13:27:08 +00:00
f35534c2f7 - redone u_add_llvm_codegen_dependencies.patch and renamed to
u_configure.ac-Link-to-libLLVMCodegen-to-fix-cyclic-li.patch
  (boo#1082307)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=709
2018-02-23 13:24:29 +00:00
cb8b1070ee - removed u_mesa-8.0.1-fix-16bpp.patch and
u_mesa-8.0-llvmpipe-shmget.patch, which we no longer apply since
  about 5 years (boo#1082305)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=708
2018-02-23 13:05:50 +00:00
f4c3419d2a - recreated u_mesa-python3-only.patch and renamed to
u_r600-egd_tables.py-added-support-for-python-3.patch; also
  removed first hunk (boo#1082303)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=707
2018-02-23 12:59:05 +00:00
5d5a714763 - removed n_Define-GLAPIVAR-separate-from-GLAPI.patch
* bits moved to libGLw's n_Use-newly-introduced-GLAPIVAR-for-variables.patch
    (boo#1082297)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=706
2018-02-23 11:12:25 +00:00
d920707302 Accepting request 578358 from home:Andreas_Schwab:Factory
- Mesa-gallium only exists if %{with_opencl}
- Add support for riscv64

OBS-URL: https://build.opensuse.org/request/show/578358
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=705
2018-02-20 13:56:56 +00:00
Dominique Leuenberger
cc55aa88d2 Accepting request 577310 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/577310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=315
2018-02-19 11:59:37 +00:00
bfb54f85e5 Accepting request 577308 from home:mstaudt:1081210boo-mesa-dri-vc4
- Split Nouveau and VC4 from the main driver package on all systems
  Fixes (boo#1081210).

OBS-URL: https://build.opensuse.org/request/show/577308
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=703
2018-02-16 16:57:28 +00:00
85a8c9217e Accepting request 576934 from home:mimi_vx:test
- remove %{release} based dependecies
   Unfortuanetly Mesa and Mesa-drivers can have different release number
   Release is Commit_Count.Build_Count and build count can be different
   because both packages have different dependencies

- remove %{release} based dependecies
   Unfortuanetly Mesa and Mesa-drivers can have different release number
   Release is Commit_Count.Build_Count and build count can be different
   because both packages have different dependencies

OBS-URL: https://build.opensuse.org/request/show/576934
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=702
2018-02-15 09:31:00 +00:00
Michal Srb
111fa9f12e Update changelog to mention bnc#1080492.
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=701
2018-02-14 11:58:04 +00:00
Michal Srb
b1b86261ef Accepting request 576479 from home:mimi_vx:branches:X11:XOrg
- add u_glsl-linker-error.patch
  * fix fdo#104777 - Attaching multiple shader objects for the same
      stage to a GLSL program triggers a linker error

  when a package has been patched 
- add u_glsl-linker-error.patch
  * fix fdo#104777 - Attaching multiple shader objects for the same
      stage to a GLSL program triggers a linker error

OBS-URL: https://build.opensuse.org/request/show/576479
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=700
2018-02-14 10:25:18 +00:00
de9388e7e1 Accepting request 575796 from home:worldcitizen:branches:X11:XOrg
Added %{release} so the correct package release is used when a package has been patched

OBS-URL: https://build.opensuse.org/request/show/575796
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=699
2018-02-12 14:47:44 +00:00
3e3283c5b2 - Update to 18.0.0-rc4
- supersedes u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=698
2018-02-09 14:08:44 +00:00
Dominique Leuenberger
7826fc7731 Accepting request 573596 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/573596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=314
2018-02-07 08:33:25 +00:00
Michal Srb
813de84f32 Accepting request 573594 from home:michalsrb:branches:bnc1079465:X11:XOrg
- u_mesa-st-shader_cache-restore-num_tgsi_tokens-when-loading.patch
  * Fix crash when loading shader. (bnc#1079465)

OBS-URL: https://build.opensuse.org/request/show/573594
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=696
2018-02-07 08:22:29 +00:00
Dominique Leuenberger
0e3737e14d Accepting request 572112 from X11:XOrg
- Update to 18.0.0-rc3
  * includes significant improvements for OpenGL and Vulkan support
    and performance.
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch

- Remove dependency on clang-devel-static. (bnc#1065464)
  * It was removed, clang-devel now again provides everything
    necessary as shared libraries.

- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
  mirrors the requirement of the normal packages. (bnc#1078261)

- Update to 18.0.0-rc3
  * includes significant improvements for OpenGL and Vulkan support
    and performance.
- supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch

- Remove dependency on clang-devel-static. (bnc#1065464)
  * It was removed, clang-devel now again provides everything
    necessary as shared libraries.

- Require Mesa-dri-32bit and Mesa-gallium-32bit by Mesa-32bit. It
  mirrors the requirement of the normal packages. (bnc#1078261)

OBS-URL: https://build.opensuse.org/request/show/572112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=313
2018-02-03 14:40:37 +00:00
d276e8c42d - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=694
2018-02-02 18:52:59 +00:00
16c9e8f921 - supersedes U_intel-Add-more-Coffee-Lake-PCI-IDs.patch
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=693
2018-02-02 18:52:39 +00:00
3b3af5d1da - Update to 18.0.0-rc3
* includes significant improvements for OpenGL and Vulkan support
    and performance.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=692
2018-02-02 14:05:09 +00:00