Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits: 0b288343 by Andrew Cook at 2018-09-17T22:46:39Z Build and package d3dadapter9-mesa The Gallium3D state tracker implements the Direct3D9 API. Combined with the gallium-nine branch of Wine, programs using D3D9 can achieve native (or better) graphics performance. This is a modified version of a patch originally by Andrew Cook <[email protected]>. Signed-off-by: Antonio Russo <[email protected]> - - - - - 4 changed files: - debian/control - + debian/libd3dadapter9-mesa-dev.install - + debian/libd3dadapter9-mesa.install - debian/rules Changes: ===================================== debian/control ===================================== @@ -81,6 +81,36 @@ Description: X acceleration library -- development files This package provides the development environment for compiling programs against the xatracker library. +Package: libd3dadapter9-mesa +Section: libs +Architecture: linux-any kfreebsd-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libudev1 [linux-any], +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Description: state-tracker for Direct3D9 + This package contains a Gallium3D state tracker that implements the Direct3D9 + API. Combined with the gallium-nine branch of Wine, programs using D3D9 can + achieve native (or better) graphics performance. + +Package: libd3dadapter9-mesa-dev +Section: libs +Architecture: linux-any kfreebsd-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + libudev1 [linux-any], +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Description: state-tracker for Direct3D9 -- development files + This package contains a Gallium3D state tracker that implements the Direct3D9 + API. Combined with the gallium-nine branch of Wine, programs using D3D9 can + achieve native (or better) graphics performance. + . + Development files + Package: libgbm1 Section: libs Architecture: linux-any kfreebsd-any ===================================== debian/libd3dadapter9-mesa-dev.install ===================================== @@ -0,0 +1,5 @@ +usr/lib/*/pkgconfig/d3d.pc +usr/include/d3dadapter/d3dadapter9.h +usr/include/d3dadapter/drm.h +usr/include/d3dadapter/present.h + ===================================== debian/libd3dadapter9-mesa.install ===================================== @@ -0,0 +1 @@ +usr/lib/*/d3d/d3dadapter9.so* ===================================== debian/rules ===================================== @@ -139,6 +139,7 @@ confflags += \ --with-vulkan-drivers="$(VULKAN_DRIVERS)" \ --enable-libglvnd \ --enable-osmesa \ + --enable-nine \ --enable-glx-tls \ --enable-shared-glapi \ --enable-texture-float \ View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/0b28834349273350ca941460234565f64b8f6f64 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/mesa/commit/0b28834349273350ca941460234565f64b8f6f64 You're receiving this email because of your account on salsa.debian.org.

