intel-gpu-tools: remove obsolete patch.
This commit is contained in:
parent
3b11e2b3ca
commit
8b4e7f1602
|
@ -1,20 +0,0 @@
|
|||
--- lib/intel_batchbuffer.c.orig 2015-03-15 09:30:52.374500012 +0100
|
||||
+++ lib/intel_batchbuffer.c 2015-03-15 09:31:04.784415162 +0100
|
||||
@@ -548,7 +548,7 @@ fill_object(struct drm_i915_gem_exec_obj
|
||||
memset(obj, 0, sizeof(*obj));
|
||||
obj->handle = gem_handle;
|
||||
obj->relocation_count = count;
|
||||
- obj->relocs_ptr = (uint64_t)relocs;
|
||||
+ obj->relocs_ptr = relocs;
|
||||
}
|
||||
|
||||
static void exec_blit(int fd,
|
||||
@@ -557,7 +557,7 @@ static void exec_blit(int fd,
|
||||
{
|
||||
struct drm_i915_gem_execbuffer2 exec;
|
||||
|
||||
- exec.buffers_ptr = (uint64_t)objs;
|
||||
+ exec.buffers_ptr = objs;
|
||||
exec.buffer_count = count;
|
||||
exec.batch_start_offset = 0;
|
||||
exec.batch_len = batch_len * 4;
|
|
@ -2,8 +2,6 @@
|
|||
pkgname=intel-gpu-tools
|
||||
version=1.11
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-tests"
|
||||
hostmakedepends="pkg-config swig"
|
||||
|
@ -15,6 +13,9 @@ homepage="http://cgit.freedesktop.org/xorg/app/intel-gpu-tools/"
|
|||
distfiles="http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${version}.tar.bz2"
|
||||
checksum=48823450452b57c52c74e00c8c763ed7cdd0c81cc877e8c2f619f7f6c45dade4
|
||||
|
||||
lib32disabled=yes
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue