[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/lib/mesa][debian-experimental] 5 commits: rules: Update list of archs without rustc.



Title: GitLab

Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa

Commits:

  • d5269011
    by Timo Aaltonen at 2022-11-08T15:04:06+02:00
    rules: Update list of archs without rustc.
    
  • 20409964
    by Timo Aaltonen at 2022-11-08T15:18:22+02:00
    libegl1-mesa-dev.install: Updated.
    
  • 02f63fcf
    by Timo Aaltonen at 2022-11-08T15:42:29+02:00
    fix-symbols.diff: Fix a typo in glx symbols.
    
  • f5d8da3e
    by Timo Aaltonen at 2022-11-08T15:46:41+02:00
    libglx-mesa0.symbols: Updated.
    
  • 8f20e611
    by Timo Aaltonen at 2022-11-08T15:47:24+02:00
    release to experimental
    

6 changed files:

Changes:

  • debian/changelog
    1
    +mesa (22.3.0~rc1-2) experimental; urgency=medium
    
    2
    +
    
    3
    +  * rules: Update list of archs without rustc.
    
    4
    +  * libegl1-mesa-dev.install: Updated.
    
    5
    +  * fix-symbols.diff: Fix a typo in glx symbols.
    
    6
    +  * libglx-mesa0.symbols: Updated.
    
    7
    +
    
    8
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 08 Nov 2022 15:47:05 +0200
    
    9
    +
    
    1 10
     mesa (22.3.0~rc1-1) experimental; urgency=medium
    
    2 11
     
    
    3 12
       [ Timo Aaltonen ]
    

  • debian/libegl1-mesa-dev.install
    1 1
     usr/include/EGL/eglmesaext.h
    
    2
    -usr/include/EGL/eglextchromium.h
    2
    +usr/include/EGL/eglext_angle.h

  • debian/libglx-mesa0.symbols
    ... ... @@ -420,6 +420,7 @@ libGLX_mesa.so.0 libglx-mesa0
    420 420
      glGetMinmaxParameteriv@Base 0
    
    421 421
      glGetMultisamplefv@Base 0
    
    422 422
      glGetObjectLabel@Base 0
    
    423
    + glGetObjectLabelEXT@Base 22.3.0~rc1
    
    423 424
      glGetObjectParameterfvARB@Base 0
    
    424 425
      glGetObjectParameterivARB@Base 0
    
    425 426
      glGetObjectPtrLabel@Base 0
    
    ... ... @@ -572,6 +573,7 @@ libGLX_mesa.so.0 libglx-mesa0
    572 573
      glIsTextureEXT@Base 0
    
    573 574
      glIsTransformFeedback@Base 0
    
    574 575
      glIsVertexArray@Base 0
    
    576
    + glLabelObjectEXT@Base 22.3.0~rc1
    
    575 577
      glLightModelf@Base 0
    
    576 578
      glLightModelfv@Base 0
    
    577 579
      glLightModeli@Base 0
    

  • debian/patches/fix-symbols.diff
    1
    +--- a/src/mapi/glapi/gen/static_data.py
    
    2
    ++++ b/src/mapi/glapi/gen/static_data.py
    
    3
    +@@ -2145,7 +2145,7 @@ functions = [
    
    4
    +     "GetnUniformuiv",
    
    5
    +     "GetnUniformuivARB",
    
    6
    +     "GetObjectLabel",
    
    7
    +-    "GetObjectLabelEXT"
    
    8
    ++    "GetObjectLabelEXT",
    
    9
    +     "GetObjectParameterfvARB",
    
    10
    +     "GetObjectParameterivARB",
    
    11
    +     "GetObjectPtrLabel",

  • debian/patches/series
    1 1
     07_gallium-fix-build-failure-on-powerpcspe.diff
    
    2 2
     path_max.diff
    
    3 3
     src_glx_dri_common.h.diff
    
    4
    +fix-symbols.diff

  • debian/rules
    ... ... @@ -47,7 +47,7 @@ confflags_DRI3 = -Ddri3=disabled
    47 47
     confflags_OSMESA =  -Dosmesa=true
    
    48 48
     confflags_SSE2 = -Dsse2=true
    
    49 49
     
    
    50
    -NO_RUSTC_ARCHS = powerpc ppc64 riscv64 sparc64
    
    50
    +NO_RUSTC_ARCHS = alpha arc hppa hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k powerpc ppc64 riscv64 sh4 sparc64 x32
    
    51 51
     
    
    52 52
     # hurd doesn't do direct rendering
    
    53 53
     ifeq ($(DEB_HOST_ARCH_OS), hurd)
    


  • Reply to: