Alex Deucher (2): radeon: add berlin pci ids radeon: pad CS to 8 DW
Ben Widawsky (1): libdrm: bump to 2.4.47
Chia-I Wu (1): intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3): drm: Synchronize the stereo 3D mode flags from the kernel headers drm: Sync the DRM_SET_CLIENT_CAP ioctl definition drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1): libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6): tests/*version: add missing string.h header tests/modetest: silence compiler warning about uninitialised variables freedreno: use local drm.h over the system one freedreno: set automake options to include subdir-objects intel: Update package name and description in libdrm_intel.pc configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2): modetest: add a -D option to specify a device to be used modetest: allow setting a scaling factor when showing plane
Imre Deak (1): libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1): intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23): modetest: Fix warnings modetest: Remove extern declarations of opt(arg|ind|err|opt) modetest: Sort command line arguments modetest: Add a command line parameter to select the driver modetest: Add a command line parameter to drop master after mode set modetest: Retrieve all resources in one go modetest: Don't limit mode set and planes to two instances modetest: Add a command line parameter to set properties modetest: Allow specifying plane position modetest: Print the plane ID when setting up a plane modetest: Remove the -m argument modetest: Create a device structure modetest: Compute CRTC pipe number as needed modetest: Remove the struct connector_arg encoder field modetest: Store the crtc in the connector_arg structure modetest: Store the mode in the crtc structure modetest: Give the CRTC ID to the -P option modetest: Split mode setting and plane setup modetest: Rename struct connector_arg to struct pipe_arg modetest: Support pipes with multiple connectors modetest: Try all possible encoders for a connector modetest: Fix line stride in SMPTE YUV packet pattern generator modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1): radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1): radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5): tests: add tilcdc to modetest/vbltest freedreno: support either kgsl or msm freedreno: add support for msm drm tests: add msm freedreno: add missing NOSYNC flag
git tag: libdrm-2.4.47
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.bz2 MD5: e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 SHA1: d9775b71c681c67a53794a72785a45846a17578c libdrm-2.4.47.tar.bz2 SHA256: a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074 libdrm-2.4.47.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.gz MD5: 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz SHA1: 31f5541cb381543f56a70e092f78153e32e237dc libdrm-2.4.47.tar.gz SHA256: 33e9e3f9bceb8f93a14d4a4aacd85f1a04c21265f033da51fff5b253a1c8e981 libdrm-2.4.47.tar.gz
Le vendredi 11 octobre 2013 10:11:18 Ben Widawsky a écrit :
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.bz2 MD5: e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 SHA1: d9775b71c681c67a53794a72785a45846a17578c libdrm-2.4.47.tar.bz2 SHA256: a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074 libdrm-2.4.47.tar.bz2
Am i alone ? $ md5sum libdrm-2.4.47.tar.bz2 8d780e74df730d94887d2b86f04e15a9 libdrm-2.4.47.tar.bz2 $ sha1sum libdrm-2.4.47.tar.bz2 2e3015d9af4ac5a8bf7b17235fc3a97ad6c4f979 libdrm-2.4.47.tar.bz2 $ sha256sum libdrm-2.4.47.tar.bz2 c2dac2250adbcea23efb18fa8cf484c0f43c8ffbf5064ec82678bc410084f8e7 libdrm-2.4.47.tar.bz2
Am Fri, 11 Oct 2013 23:04:02 -0700 (PDT) schrieb Laurent Carlier lordheavym@gmail.com:
Am i alone ?
c2dac2250adbcea23efb18fa8cf484c0f43c8ffbf5064ec82678bc410084f8e7 libdrm-2.4.47.tar.bz2
The same here.
-Andy ArchLinux
Are you sure about those checksums?
sha256sum -b libdrm-2.4.47.tar.gz 7980f80ed634b1489ef3276b7aa267c46172c160 *libdrm-2.4.47.tar.gz
md5sum -b libdrm-2.4.47.tar.gz f1deddfa214dae295d20d041cadc1e79 *libdrm-2.4.47.tar.gz
sha256sum -b libdrm-2.4.47.tar.gz a8756a55b131893320dc2193d18ca6013ec6e11bbe24599312a291eaf61e9919 *libdrm-2.4.47.tar.gz
On 10/12/13, Ben Widawsky benjamin.widawsky@intel.com wrote:
Alex Deucher (2): radeon: add berlin pci ids radeon: pad CS to 8 DW
Ben Widawsky (1): libdrm: bump to 2.4.47
Chia-I Wu (1): intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3): drm: Synchronize the stereo 3D mode flags from the kernel headers drm: Sync the DRM_SET_CLIENT_CAP ioctl definition drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1): libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6): tests/*version: add missing string.h header tests/modetest: silence compiler warning about uninitialised variables freedreno: use local drm.h over the system one freedreno: set automake options to include subdir-objects intel: Update package name and description in libdrm_intel.pc configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2): modetest: add a -D option to specify a device to be used modetest: allow setting a scaling factor when showing plane
Imre Deak (1): libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1): intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23): modetest: Fix warnings modetest: Remove extern declarations of opt(arg|ind|err|opt) modetest: Sort command line arguments modetest: Add a command line parameter to select the driver modetest: Add a command line parameter to drop master after mode set modetest: Retrieve all resources in one go modetest: Don't limit mode set and planes to two instances modetest: Add a command line parameter to set properties modetest: Allow specifying plane position modetest: Print the plane ID when setting up a plane modetest: Remove the -m argument modetest: Create a device structure modetest: Compute CRTC pipe number as needed modetest: Remove the struct connector_arg encoder field modetest: Store the crtc in the connector_arg structure modetest: Store the mode in the crtc structure modetest: Give the CRTC ID to the -P option modetest: Split mode setting and plane setup modetest: Rename struct connector_arg to struct pipe_arg modetest: Support pipes with multiple connectors modetest: Try all possible encoders for a connector modetest: Fix line stride in SMPTE YUV packet pattern generator modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1): radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1): radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5): tests: add tilcdc to modetest/vbltest freedreno: support either kgsl or msm freedreno: add support for msm drm tests: add msm freedreno: add missing NOSYNC flag
git tag: libdrm-2.4.47
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.bz2 MD5: e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 SHA1: d9775b71c681c67a53794a72785a45846a17578c libdrm-2.4.47.tar.bz2 SHA256: a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074 libdrm-2.4.47.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.gz MD5: 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz SHA1: 31f5541cb381543f56a70e092f78153e32e237dc libdrm-2.4.47.tar.gz SHA256: 33e9e3f9bceb8f93a14d4a4aacd85f1a04c21265f033da51fff5b253a1c8e981 libdrm-2.4.47.tar.gz
xorg-announce mailing list xorg-announce@lists.x.org http://lists.x.org/mailman/listinfo/xorg-announce
Regarding the checksums...
The release script in xorg/util/modular failed for me during the release. As a result, I had to munge the script to generate the announce without rerunning the script (which the script advises when it fails). Apparently my munging was flawed, and I honestly have no clue which md5sums it spit out in the mail since I only have these two packages on my machine.
If someone else would like to re-release .48, be my guest.
bwidawsk@bolo_yeung ~/intel-gfx/libdrm (master)$ md5sum libdrm-2.4.47.tar.bz2 e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 bwidawsk@bolo_yeung ~/intel-gfx/libdrm (master)$ md5sum libdrm-2.4.47.tar.gz 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz
Sorry everyone for the confusion. I've PGP signed the mail in the hopes that we avoid needing to release for my blunder.
On Fri, Oct 11, 2013 at 10:11:18AM -0700, Ben Widawsky wrote:
Alex Deucher (2): radeon: add berlin pci ids radeon: pad CS to 8 DW
Ben Widawsky (1): libdrm: bump to 2.4.47
Chia-I Wu (1): intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3): drm: Synchronize the stereo 3D mode flags from the kernel headers drm: Sync the DRM_SET_CLIENT_CAP ioctl definition drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1): libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6): tests/*version: add missing string.h header tests/modetest: silence compiler warning about uninitialised variables freedreno: use local drm.h over the system one freedreno: set automake options to include subdir-objects intel: Update package name and description in libdrm_intel.pc configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2): modetest: add a -D option to specify a device to be used modetest: allow setting a scaling factor when showing plane
Imre Deak (1): libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1): intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23): modetest: Fix warnings modetest: Remove extern declarations of opt(arg|ind|err|opt) modetest: Sort command line arguments modetest: Add a command line parameter to select the driver modetest: Add a command line parameter to drop master after mode set modetest: Retrieve all resources in one go modetest: Don't limit mode set and planes to two instances modetest: Add a command line parameter to set properties modetest: Allow specifying plane position modetest: Print the plane ID when setting up a plane modetest: Remove the -m argument modetest: Create a device structure modetest: Compute CRTC pipe number as needed modetest: Remove the struct connector_arg encoder field modetest: Store the crtc in the connector_arg structure modetest: Store the mode in the crtc structure modetest: Give the CRTC ID to the -P option modetest: Split mode setting and plane setup modetest: Rename struct connector_arg to struct pipe_arg modetest: Support pipes with multiple connectors modetest: Try all possible encoders for a connector modetest: Fix line stride in SMPTE YUV packet pattern generator modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1): radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1): radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5): tests: add tilcdc to modetest/vbltest freedreno: support either kgsl or msm freedreno: add support for msm drm tests: add msm freedreno: add missing NOSYNC flag
git tag: libdrm-2.4.47
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.bz2 MD5: e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 SHA1: d9775b71c681c67a53794a72785a45846a17578c libdrm-2.4.47.tar.bz2 SHA256: a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074 libdrm-2.4.47.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.gz MD5: 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz SHA1: 31f5541cb381543f56a70e092f78153e32e237dc libdrm-2.4.47.tar.gz SHA256: 33e9e3f9bceb8f93a14d4a4aacd85f1a04c21265f033da51fff5b253a1c8e981 libdrm-2.4.47.tar.gz
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
On Sat, Oct 12, 2013 at 12:32:59PM -0700, Ben Widawsky wrote:
Regarding the checksums...
The release script in xorg/util/modular failed for me during the release. As a result, I had to munge the script to generate the announce without rerunning the script (which the script advises when it fails). Apparently my munging was flawed, and I honestly have no clue which md5sums it spit out in the mail since I only have these two packages on my machine.
If someone else would like to re-release .48, be my guest.
bwidawsk@bolo_yeung ~/intel-gfx/libdrm (master)$ md5sum libdrm-2.4.47.tar.bz2 e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 bwidawsk@bolo_yeung ~/intel-gfx/libdrm (master)$ md5sum libdrm-2.4.47.tar.gz 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz
Sorry everyone for the confusion. I've PGP signed the mail in the hopes that we avoid needing to release for my blunder.
Total fail. With the signature this time.
On Fri, Oct 11, 2013 at 10:11:18AM -0700, Ben Widawsky wrote:
Alex Deucher (2): radeon: add berlin pci ids radeon: pad CS to 8 DW
Ben Widawsky (1): libdrm: bump to 2.4.47
Chia-I Wu (1): intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3): drm: Synchronize the stereo 3D mode flags from the kernel headers drm: Sync the DRM_SET_CLIENT_CAP ioctl definition drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1): libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6): tests/*version: add missing string.h header tests/modetest: silence compiler warning about uninitialised variables freedreno: use local drm.h over the system one freedreno: set automake options to include subdir-objects intel: Update package name and description in libdrm_intel.pc configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2): modetest: add a -D option to specify a device to be used modetest: allow setting a scaling factor when showing plane
Imre Deak (1): libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1): intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23): modetest: Fix warnings modetest: Remove extern declarations of opt(arg|ind|err|opt) modetest: Sort command line arguments modetest: Add a command line parameter to select the driver modetest: Add a command line parameter to drop master after mode set modetest: Retrieve all resources in one go modetest: Don't limit mode set and planes to two instances modetest: Add a command line parameter to set properties modetest: Allow specifying plane position modetest: Print the plane ID when setting up a plane modetest: Remove the -m argument modetest: Create a device structure modetest: Compute CRTC pipe number as needed modetest: Remove the struct connector_arg encoder field modetest: Store the crtc in the connector_arg structure modetest: Store the mode in the crtc structure modetest: Give the CRTC ID to the -P option modetest: Split mode setting and plane setup modetest: Rename struct connector_arg to struct pipe_arg modetest: Support pipes with multiple connectors modetest: Try all possible encoders for a connector modetest: Fix line stride in SMPTE YUV packet pattern generator modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1): radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1): radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5): tests: add tilcdc to modetest/vbltest freedreno: support either kgsl or msm freedreno: add support for msm drm tests: add msm freedreno: add missing NOSYNC flag
git tag: libdrm-2.4.47
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.bz2 MD5: e043d6d59328887b9e434f4d27aacc09 libdrm-2.4.47.tar.bz2 SHA1: d9775b71c681c67a53794a72785a45846a17578c libdrm-2.4.47.tar.bz2 SHA256: a98809a55ede4dac17416cac41f1f017114a97a7b6c2574f96a225ab1bd06074 libdrm-2.4.47.tar.bz2
http://dri.freedesktop.org/libdrm/libdrm-2.4.47.tar.gz MD5: 3ec2d63dbbbd357d386e39587e0d332f libdrm-2.4.47.tar.gz SHA1: 31f5541cb381543f56a70e092f78153e32e237dc libdrm-2.4.47.tar.gz SHA256: 33e9e3f9bceb8f93a14d4a4aacd85f1a04c21265f033da51fff5b253a1c8e981 libdrm-2.4.47.tar.gz
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
-- Ben Widawsky, Intel Open Source Technology Center _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org