intel-gpu-tools: Changes to 'debian-unstable'

2017-10-13 Thread Timo Aaltonen
 debian/changelog   |6 ++
 debian/patches/fix-i386-ftbfs.diff |   13 +
 debian/patches/series  |2 +-
 3 files changed, 20 insertions(+), 1 deletion(-)

New commits:
commit 433d12bd67885e650aa636c182b8108ad298567e
Author: Timo Aaltonen 
Date:   Fri Oct 13 16:52:26 2017 +0300

release to unstable

diff --git a/debian/changelog b/debian/changelog
index ddbf070..12942f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-intel-gpu-tools (1.20-2) UNRELEASED; urgency=medium
+intel-gpu-tools (1.20-2) unstable; urgency=medium
 
   * fix-i386-ftbfs.diff: Fix build on i386.
 
- -- Timo Aaltonen   Fri, 13 Oct 2017 16:37:55 +0300
+ -- Timo Aaltonen   Fri, 13 Oct 2017 16:52:15 +0300
 
 intel-gpu-tools (1.20-1) unstable; urgency=medium
 

commit a13b1b4619d36e6043058bb9be8a196f4209bf42
Author: Timo Aaltonen 
Date:   Fri Oct 13 16:50:32 2017 +0300

fix-i386-ftbfs.diff: Fix build on i386.

diff --git a/debian/changelog b/debian/changelog
index 928b7aa..ddbf070 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.20-2) UNRELEASED; urgency=medium
+
+  * fix-i386-ftbfs.diff: Fix build on i386.
+
+ -- Timo Aaltonen   Fri, 13 Oct 2017 16:37:55 +0300
+
 intel-gpu-tools (1.20-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/fix-i386-ftbfs.diff 
b/debian/patches/fix-i386-ftbfs.diff
new file mode 100644
index 000..856153c
--- /dev/null
+++ b/debian/patches/fix-i386-ftbfs.diff
@@ -0,0 +1,13 @@
+diff --git a/lib/igt_x86.h b/lib/igt_x86.h
+index d6dcfa1..27b7f0f 100644
+--- a/lib/igt_x86.h
 b/lib/igt_x86.h
+@@ -40,7 +40,7 @@
+ #define AVX   0x80
+ #define AVX2  0x100
+ 
+-#if defined(__x86_64__)
++#if defined(__x86_64__) || defined(__i386__)
+ unsigned igt_x86_features(void);
+ char *igt_x86_features_to_string(unsigned features, char *line);
+ #else
diff --git a/debian/patches/series b/debian/patches/series
index a82d1b4..57359f1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-#placeholder
+fix-i386-ftbfs.diff



intel-gpu-tools: Changes to 'debian-unstable'

2017-10-06 Thread Timo Aaltonen
 .editorconfig   |   14 
 .gitignore  |1 
 CONTRIBUTING|   13 
 Makefile.am |7 
 NEWS|   43 
 README  |   33 
 assembler/Makefile.am   |1 
 assembler/meson.build   |   86 
 assembler/test/run-test.sh  |   16 
 autogen.sh  |3 
 benchmarks/Makefile.am  |   11 
 benchmarks/ezbench.d/Makefile.am|   16 
 benchmarks/gem_busy.c   |   27 
 benchmarks/gem_exec_fault.c |   20 
 benchmarks/gem_exec_tracer.c|   12 
 benchmarks/gem_latency.c|1 
 benchmarks/gem_syslatency.c |   89 
 benchmarks/meson.build  |   36 
 benchmarks/prime_lookup.c   |2 
 benchmarks/wsim/Makefile.am |   31 
 configure.ac|   73 
 debian/changelog|7 
 demos/.gitignore|1 
 demos/Android.mk|   32 
 demos/Makefile.am   |   12 
 demos/Makefile.sources  |7 
 demos/intel_sprite_on.c |  960 
 docs/Makefile.am|5 
 docs/audio.txt  |   45 
 docs/chamelium.txt  |  159 
 docs/reference/intel-gpu-tools/Makefile.am  |   24 
 docs/reference/intel-gpu-tools/igt_test_programs.xml|  123 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |   28 
 lib/Makefile.am |   27 
 lib/Makefile.sources|1 
 lib/drmtest.c   |   27 
 lib/i915_pciids.h   |   42 
 lib/igt.h   |3 
 lib/igt_alsa.c  |  638 ++
 lib/igt_alsa.h  |   57 
 lib/igt_audio.c |  327 +
 lib/igt_audio.h |   44 
 lib/igt_aux.c   |   98 
 lib/igt_aux.h   |1 
 lib/igt_chamelium.c |  527 +-
 lib/igt_chamelium.h |   31 
 lib/igt_core.c  |  328 +
 lib/igt_core.h  |   19 
 lib/igt_debugfs.c   |  150 
 lib/igt_debugfs.h   |3 
 lib/igt_draw.c  |  205 
 lib/igt_dummyload.c |   50 
 lib/igt_dummyload.h |   10 
 lib/igt_fb.c|   99 
 lib/igt_fb.h|6 
 lib/igt_frame.c |  269 +
 lib/igt_frame.h |   42 
 lib/igt_gt.c|   32 
 lib/igt_gvt.c   |   17 
 lib/igt_kmod.c  |   54 
 lib/igt_kms.c   |  173 
 lib/igt_kms.h   |   60 
 lib/igt_primes.c|7 
 lib/igt_rand.c  |7 
 lib/igt_rand.h  |6 
 lib/igt_rc.h|   34 
 lib/igt_sysfs.c |  125 
 lib/igt_sysfs.h |8 
 lib/igt_vgem.c  |   10 
 lib/igt_vgem.h  |1 
 lib/igt_x86.c   |9 
 lib/igt_x86.h   |   12 
 lib/instdone.c  |   10 
 lib/intel_batchbuffer.c |4 
 lib/intel_chipset.h |5 
 lib/intel_device_info.c |   16 
 lib/intel_os.c 

intel-gpu-tools: Changes to 'debian-unstable'

2017-08-10 Thread Timo Aaltonen
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 2b467adc15ed5b92979ca318522b27cf552e2708
Author: Timo Aaltonen 
Date:   Thu Aug 10 13:11:32 2017 +0300

upload to unstable

diff --git a/debian/changelog b/debian/changelog
index c9d9d8d..6530769 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-intel-gpu-tools (1.19-2) UNRELEASED; urgency=medium
+intel-gpu-tools (1.19-2) unstable; urgency=medium
 
   * control: Add flex to build-depends. (Closes: #867344)
 
- -- Timo Aaltonen   Thu, 10 Aug 2017 12:59:50 +0300
+ -- Timo Aaltonen   Thu, 10 Aug 2017 13:11:22 +0300
 
 intel-gpu-tools (1.19-1) unstable; urgency=medium
 

commit 1be638b4f3a6014ffc481f3dfe50a0e00382d7ef
Author: Timo Aaltonen 
Date:   Thu Aug 10 13:11:21 2017 +0300

control: Add flex to build-depends. (Closes: #867344)

diff --git a/debian/changelog b/debian/changelog
index 32a4a86..c9d9d8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.19-2) UNRELEASED; urgency=medium
+
+  * control: Add flex to build-depends. (Closes: #867344)
+
+ -- Timo Aaltonen   Thu, 10 Aug 2017 12:59:50 +0300
+
 intel-gpu-tools (1.19-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 5f2c2e4..18d01ce 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: automake (>= 1:1.12),
bison,
debhelper (>= 10),
dh-autoreconf,
+   flex,
gtk-doc-tools,
libcairo2-dev,
libdrm-dev (>= 2.4.75),



intel-gpu-tools: Changes to 'debian-unstable'

2017-06-26 Thread Jordan Justen
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25bbd5d93e35876410235878b38628f88c3fb92b
Author: Jordan Justen 
Date:   Thu Jun 15 13:29:22 2017 -0700

debian: Upload 1.19-1 to unstable

Signed-off-by: Jordan Justen 

diff --git a/debian/changelog b/debian/changelog
index e28671f..32a4a86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-intel-gpu-tools (1.19-1) UNRELEASED; urgency=medium
+intel-gpu-tools (1.19-1) unstable; urgency=medium
 
   * New upstream release.
   * Add debian/upstream/signing-key.asc with Petri Latvala's key



intel-gpu-tools: Changes to 'debian-unstable'

2017-06-26 Thread Jordan Justen
 MAINTAINERS |1 
 NEWS|   80 
 README  |2 
 assembler/gen8_disasm.c |5 
 benchmarks/.gitignore   |3 
 benchmarks/Android.mk   |5 
 benchmarks/Makefile.am  |1 
 benchmarks/Makefile.sources |7 
 benchmarks/ewma.h   |   71 
 benchmarks/gem_busy.c   |   16 
 benchmarks/gem_exec_trace.c |  447 ++-
 benchmarks/gem_exec_tracer.c|  241 +
 benchmarks/gem_latency.c|   28 
 benchmarks/gem_wsim.c   | 2273 +++
 benchmarks/ilog2.h  |  104 
 benchmarks/wsim/README  |  112 
 benchmarks/wsim/media_17i7.wsim |7 
 benchmarks/wsim/media_19.wsim   |   10 
 benchmarks/wsim/media_1n2_480p.wsim |9 
 benchmarks/wsim/media_1n2_asy.wsim  |9 
 benchmarks/wsim/media_1n3_480p.wsim |   13 
 benchmarks/wsim/media_1n3_asy.wsim  |   13 
 benchmarks/wsim/media_1n4_480p.wsim |   17 
 benchmarks/wsim/media_1n4_asy.wsim  |   17 
 benchmarks/wsim/media_1n5_480p.wsim |   21 
 benchmarks/wsim/media_1n5_asy.wsim  |   21 
 benchmarks/wsim/media_load_balance_17i7.wsim|7 
 benchmarks/wsim/media_load_balance_19.wsim  |   10 
 benchmarks/wsim/media_load_balance_4k12u7.wsim  |4 
 benchmarks/wsim/media_load_balance_fhd26u7.wsim |   25 
 benchmarks/wsim/media_load_balance_hd01.wsim|   25 
 benchmarks/wsim/media_load_balance_hd06mp2.wsim |4 
 benchmarks/wsim/media_load_balance_hd12.wsim|4 
 benchmarks/wsim/media_load_balance_hd17i4.wsim  |7 
 benchmarks/wsim/media_mfe2_480p.wsim|9 
 benchmarks/wsim/media_mfe3_480p.wsim|   13 
 benchmarks/wsim/media_mfe4_480p.wsim|   17 
 benchmarks/wsim/media_nn_1080p.wsim |5 
 benchmarks/wsim/media_nn_1080p_s1.wsim  |8 
 benchmarks/wsim/media_nn_1080p_s2.wsim  |   10 
 benchmarks/wsim/media_nn_1080p_s3.wsim  |   11 
 benchmarks/wsim/media_nn_480p.wsim  |5 
 benchmarks/wsim/vcs1.wsim   |   26 
 benchmarks/wsim/vcs_balanced.wsim   |   26 
 configure.ac|   42 
 debian/changelog|   30 
 debian/compat   |2 
 debian/control  |   57 
 debian/gbp.conf |3 
 debian/intel-gpu-tools.install  |2 
 debian/intel-gpu-tools.lintian-overrides|6 
 debian/triggers |1 
 debian/upstream/signing-key.asc |   51 
 debian/watch|2 
 demos/Android.mk|3 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |1 
 lib/Android.mk  |7 
 lib/Makefile.am |   14 
 lib/Makefile.sources|2 
 lib/drmtest.c   |   19 
 lib/drmtest.h   |8 
 lib/i915_pciids.h   |   60 
 lib/igt.h   |3 
 lib/igt_aux.c   |  144 
 lib/igt_aux.h   |   25 
 lib/igt_chamelium.c | 1346 +
 lib/igt_chamelium.h |  106 
 lib/igt_core.c  |   29 
 lib/igt_core.h  |   39 
 lib/igt_debugfs.c   |  644 +++-
 lib/igt_debugfs.h   |   44 
 lib/igt_draw.c  |6 
 lib/igt_dummyload.c |  101 
 lib/igt_dummyload.h |4 
 lib/igt_fb.c|6 
 lib/igt_gt.c|   83 
 lib/igt_gt.h  

intel-gpu-tools: Changes to 'debian-unstable'

2016-12-03 Thread Vincent Cheng
 debian/changelog |1 +
 debian/control   |2 ++
 2 files changed, 3 insertions(+)

New commits:
commit 2ddf6d1572376ca3ee4b556e2495827ef227d268
Author: Vincent Cheng 
Date:   Sat Dec 3 16:32:38 2016 -0800

add new build-deps

diff --git a/debian/changelog b/debian/changelog
index ced8069..e8a01d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.17-1) unstable; urgency=medium
 
   * New upstream release.
+- Add build-dep on libkmod-dev, libprocps-dev.
 
  -- Vincent Cheng   Sat, 03 Dec 2016 16:20:49 -0800
 
diff --git a/debian/control b/debian/control
index 4c2f604..164b92a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Build-Depends:
  gtk-doc-tools,
  libcairo2-dev,
  libdrm-dev (>= 2.4.64),
+ libkmod-dev,
  libpciaccess-dev (>= 0.10),
+ libprocps-dev,
  libudev-dev,
  libunwind-dev,
  libxrandr-dev,



intel-gpu-tools: Changes to 'debian-unstable'

2016-12-03 Thread Vincent Cheng
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 85a18dffd734581a345b2f678eb9574999494d9f
Author: Vincent Cheng 
Date:   Sat Dec 3 16:21:06 2016 -0800

new upstream release

diff --git a/debian/changelog b/debian/changelog
index 92ef70f..ced8069 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.17-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng   Sat, 03 Dec 2016 16:20:49 -0800
+
 intel-gpu-tools (1.16-1) unstable; urgency=medium
 
   * New upstream release.



intel-gpu-tools: Changes to 'debian-unstable'

2016-12-03 Thread Vincent Cheng
 MAINTAINERS |2 
 NEWS|   54 +
 assembler/brw_eu_emit.c |4 
 assembler/gram.y|4 
 benchmarks/.gitignore   |3 
 benchmarks/Android.mk   |2 
 benchmarks/Makefile.sources |1 
 benchmarks/ezbench.d/gem_blt.test   |4 
 benchmarks/ezbench.d/gem_latency.test   |   24 
 benchmarks/ezbench.d/prime_lookup.test  |   19 
 benchmarks/gem_blt.c|   30 
 benchmarks/gem_busy.c   |   39 -
 benchmarks/gem_latency.c|   46 +
 benchmarks/gem_syslatency.c |4 
 benchmarks/prime_lookup.c   |  204 +
 configure.ac|   17 
 demos/Makefile.sources  |2 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |2 
 lib/Makefile.am |   11 
 lib/Makefile.sources|6 
 lib/drmtest.c   |   25 
 lib/igt.h   |1 
 lib/igt_aux.c   |  450 ++--
 lib/igt_aux.h   |  161 
 lib/igt_core.c  |   22 
 lib/igt_core.h  |   30 
 lib/igt_debugfs.c   |   33 
 lib/igt_debugfs.h   |   12 
 lib/igt_draw.c  |   10 
 lib/igt_dummyload.c |  293 +++
 lib/igt_dummyload.h |   48 +
 lib/igt_fb.c|   48 -
 lib/igt_fb.h|2 
 lib/igt_gt.c|  150 ++--
 lib/igt_gt.h|   21 
 lib/igt_gvt.c   |   78 --
 lib/igt_kmod.c  |  419 +++
 lib/igt_kmod.h  |   40 +
 lib/igt_kms.c   |   20 
 lib/igt_primes.c|  178 
 lib/igt_primes.h|   33 
 lib/igt_sysfs.c |  123 +++
 lib/igt_sysfs.h |3 
 lib/intel_chipset.c |3 
 lib/intel_os.c  |   16 
 lib/ioctl_wrappers.c|   74 +
 lib/ioctl_wrappers.h|7 
 lib/stubs/drm/README|6 
 lib/stubs/drm/intel_aub.h   |  153 
 overlay/igfx.c  |4 
 tests/Makefile.am   |1 
 tests/Makefile.sources  |   12 
 tests/debugfs_wedged|2 
 tests/drm_lib.sh|   64 +
 tests/drm_mm.c  |   32 
 tests/drv_hangman.c |   22 
 tests/drv_missed_irq.c  |   18 
 tests/drv_module_reload.c   |  332 
 tests/drv_module_reload_basic   |   85 --
 tests/drv_selftest.c|   32 
 tests/drv_suspend.c |   24 
 tests/eviction_common.c |2 
 tests/gem_alive.c   |   35 
 tests/gem_busy.c|  306 ++--
 tests/gem_close_race.c  |2 
 tests/gem_concurrent_all.c  |   79 --
 tests/gem_ctx_create.c  |  162 
 tests/gem_ctx_exec.c|2 
 tests/gem_ctx_param.c   |  128 +--
 tests/gem_ctx_switch.c  |   33 
 tests/gem_ctx_thrash.c  |   38 -
 tests/gem_eio.c |   68 +
 tests/gem_evict_everything.c|   16 
 tests/gem_exec_async.c  |  217 +
 tests/gem_exec_big.c|   12 
 tests/gem_exec_create.c  

intel-gpu-tools: Changes to 'debian-unstable'

2016-09-11 Thread Vincent Cheng
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit a0eb9224a05c6952cf9316c893a87e4f57f27011
Author: Vincent Cheng 
Date:   Sun Sep 11 12:34:52 2016 -0700

new upstream release

diff --git a/debian/changelog b/debian/changelog
index 6ff5337..92ef70f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-intel-gpu-tools (1.15-2) UNRELEASED; urgency=medium
+intel-gpu-tools (1.16-1) unstable; urgency=medium
 
+  * New upstream release.
   * Bump libdrm-dev build-dep version to >= 2.4.64. (Closes: #829525)
 
- -- Vincent Cheng   Sun, 03 Jul 2016 19:18:56 -0700
+ -- Vincent Cheng   Sun, 11 Sep 2016 12:34:23 -0700
 
 intel-gpu-tools (1.15-1) unstable; urgency=medium
 



intel-gpu-tools: Changes to 'debian-unstable'

2016-09-11 Thread Vincent Cheng
 Android.mk  |2 
 NEWS|   90 +
 assembler/Makefile.am   |  108 +
 assembler/gram.y|   74 -
 assembler/test/Makefile.am  |   93 -
 assembler/test/run-test.sh  |2 
 benchmarks/.gitignore   |1 
 benchmarks/Android.mk   |6 
 benchmarks/Makefile.am  |7 
 benchmarks/Makefile.sources |   17 
 benchmarks/ezbench.d/gem_busy.test  |   45 
 benchmarks/ezbench.d/gem_exec_nop.test  |   23 
 benchmarks/ezbench.d/vgem_mmap.test |   10 
 benchmarks/gem_busy.c   |  334 +
 benchmarks/gem_exec_nop.c   |   80 +
 benchmarks/vgem_mmap.c  |  143 ++
 configure.ac|   50 
 debugger/eudb.c |   14 
 demos/Android.mk|5 
 demos/Makefile.am   |   10 
 demos/Makefile.sources  |7 
 demos/intel_sprite_on.c |   11 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |3 
 lib/Android.mk  |2 
 lib/Makefile.am |   10 
 lib/Makefile.sources|   15 
 lib/drmtest.c   |   65 -
 lib/drmtest.h   |8 
 lib/i915_pciids.h   |  132 ++
 lib/igt_aux.c   |  207 +--
 lib/igt_aux.h   |   27 
 lib/igt_core.c  |  185 +++
 lib/igt_core.h  |   22 
 lib/igt_debugfs.c   |   70 -
 lib/igt_debugfs.h   |8 
 lib/igt_fb.c|6 
 lib/igt_fb.h|   41 
 lib/igt_gt.c|   30 
 lib/igt_gvt.c   |  117 ++
 lib/igt_gvt.h   |   33 
 lib/igt_kms.c   |  895 +--
 lib/igt_kms.h   |  136 ++
 lib/igt_pm.c|  129 ++
 lib/igt_pm.h|   22 
 lib/igt_rand.c  |   19 
 lib/igt_rand.h  |   39 
 lib/igt_stats.c |   54 
 lib/igt_stats.h |   44 
 lib/igt_sysfs.c |  379 ++
 lib/igt_sysfs.h |   46 
 lib/igt_vc4.c   |1 
 lib/igt_vgem.c  |  192 +++
 lib/igt_vgem.h  |   50 
 lib/igt_x86.c   |  169 ++
 lib/igt_x86.h   |   46 
 lib/intel_chipset.c |   31 
 lib/intel_chipset.h |  513 +---
 lib/intel_device_info.c |  311 +
 lib/intel_os.c  |   16 
 lib/intel_reg.h |2 
 lib/ioctl_wrappers.c|   55 
 lib/ioctl_wrappers.h|5 
 lib/stubs/drm/README|4 
 lib/stubs/drm/intel_bufmgr.c|  269 
 lib/stubs/drm/intel_bufmgr.h|  321 +
 lib/tests/Android.mk|2 
 lib/tests/Makefile.am   |5 
 lib/tests/Makefile.sources  |   10 
 lib/tests/igt_command_line.sh   |   76 -
 overlay/Makefile.am |1 
 overlay/i915_pciids.h   |  294 -
 overlay/igfx.c  |2 
 overlay/overlay.c   |2 
 tests/Makefile.am   |   12 
 tests/Makefile.sources  |   21 
 tests/core_prop_blob.c   

intel-gpu-tools: Changes to 'debian-unstable'

2016-07-03 Thread Vincent Cheng
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e1593a47cf0f8ee9d6f4e11ecfb097a1e2cd79fc
Author: Nicholas D Steeves 
Date:   Sun Jul 3 21:43:07 2016 -0400

bump required libdrm-dev. Fixes the following when backporting: configure: 
error: Package requirements (libdrm_intel >= 2.4.64 libdrm) were not met:

Requested 'libdrm_intel >= 2.4.64' but version of libdrm_intel is 2.4.58

Signed-off-by: Nicholas D Steeves 

diff --git a/debian/control b/debian/control
index 0f72c98..4c2f604 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  dh-autoreconf,
  gtk-doc-tools,
  libcairo2-dev,
- libdrm-dev (>= 2.4.38),
+ libdrm-dev (>= 2.4.64),
  libpciaccess-dev (>= 0.10),
  libudev-dev,
  libunwind-dev,



intel-gpu-tools: Changes to 'debian-unstable'

2016-07-03 Thread Vincent Cheng
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 60b0dcc2b0ef0574bb209969df7c1ee058fcfb8b
Author: Vincent Cheng 
Date:   Sun Jul 3 19:20:04 2016 -0700

close #829525 in d/changelog

diff --git a/debian/changelog b/debian/changelog
index ba9cc8d..6ff5337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.15-2) UNRELEASED; urgency=medium
+
+  * Bump libdrm-dev build-dep version to >= 2.4.64. (Closes: #829525)
+
+ -- Vincent Cheng   Sun, 03 Jul 2016 19:18:56 -0700
+
 intel-gpu-tools (1.15-1) unstable; urgency=medium
 
   * New upstream release.



intel-gpu-tools: Changes to 'debian-unstable'

2016-05-31 Thread Vincent Cheng
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 24ddabd56ce75d9616d97d8739f752963cd2de47
Author: Vincent Cheng 
Date:   Tue May 31 17:43:28 2016 -0700

finalize changelog

diff --git a/debian/changelog b/debian/changelog
index 6bffcf5..ba9cc8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-intel-gpu-tools (1.15-1) UNRELEASED; urgency=medium
+intel-gpu-tools (1.15-1) unstable; urgency=medium
 
   * New upstream release.
   * Update to Standards version 3.9.8.



intel-gpu-tools: Changes to 'debian-unstable'

2016-05-31 Thread Vincent Cheng
 debian/changelog |7 +++
 debian/control   |6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 18a66d361c8d269257ac701835c6da3a157ff5d1
Author: Vincent Cheng 
Date:   Tue May 31 17:38:06 2016 -0700

fix vcs-field-uses-insecure-uri

diff --git a/debian/control b/debian/control
index 17098de..0f72c98 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,8 @@ Build-Depends:
  xutils-dev (>= 1:7.6+6)
 Standards-Version: 3.9.8
 Homepage: https://01.org/linuxgraphics/
-Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/intel-gpu-tools.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
 Architecture: amd64 i386

commit 7f40eb4673c7d6c25fa92546aab3c64d457b5985
Author: Vincent Cheng 
Date:   Tue May 31 17:35:59 2016 -0700

stdver bump to 3.9.8

diff --git a/debian/changelog b/debian/changelog
index 685447a..6bffcf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.15-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Update to Standards version 3.9.8.
 
  -- Vincent Cheng   Tue, 31 May 2016 17:35:02 -0700
 
diff --git a/debian/control b/debian/control
index bda4490..17098de 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends:
  quilt,
  x11proto-dri2-dev,
  xutils-dev (>= 1:7.6+6)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://01.org/linuxgraphics/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/intel-gpu-tools.git

commit 8412692b5ebce9c253e54c75c7eddaea789d9d01
Author: Vincent Cheng 
Date:   Tue May 31 17:35:16 2016 -0700

new upstream release

diff --git a/debian/changelog b/debian/changelog
index 569a547..685447a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.15-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng   Tue, 31 May 2016 17:35:02 -0700
+
 intel-gpu-tools (1.14-1) unstable; urgency=medium
 
   * New upstream release.



intel-gpu-tools: Changes to 'debian-unstable'

2016-03-10 Thread Timo Aaltonen
 COPYING |   20 
 MAINTAINERS |2 
 Makefile.am |   10 
 NEWS|   42 
 README  |7 
 benchmarks/.gitignore   |2 
 benchmarks/Makefile.am  |4 
 benchmarks/Makefile.sources |2 
 benchmarks/gem_blt.c|   81 -
 benchmarks/gem_create.c |9 
 benchmarks/gem_exec_ctx.c   |  111 -
 benchmarks/gem_exec_nop.c   |   62 
 benchmarks/gem_latency.c|  613 +
 benchmarks/gem_mmap.c   |   62 
 benchmarks/gem_userptr_benchmark.c  |   55 
 benchmarks/gem_wait.c   |  303 
 configure.ac|   51 
 debian/changelog|7 
 debian/control  |2 
 docs/reference/intel-gpu-tools/Makefile.am  |6 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |1 
 lib/Makefile.am |6 
 lib/Makefile.sources|5 
 lib/drmtest.c   |   16 
 lib/drmtest.h   |1 
 lib/igt.h   |1 
 lib/igt_aux.c   |   36 
 lib/igt_aux.h   |4 
 lib/igt_core.c  |   42 
 lib/igt_core.h  |5 
 lib/igt_debugfs.c   |  207 ++-
 lib/igt_debugfs.h   |   13 
 lib/igt_draw.c  |   16 
 lib/igt_edid_template.h |   74 +
 lib/igt_fb.c|  261 +++-
 lib/igt_fb.h|   15 
 lib/igt_gt.c|  295 
 lib/igt_gt.h|   28 
 lib/igt_kms.c   |  199 +--
 lib/igt_kms.h   |4 
 lib/igt_pm.c|  233 +++
 lib/igt_pm.h|   31 
 lib/igt_vc4.c   |  129 ++
 lib/igt_vc4.h   |   31 
 lib/intel_os.c  |   81 -
 lib/ioctl_wrappers.c|  396 +-
 lib/ioctl_wrappers.h|   56 
 lib/uwildmat/uwildmat.c |  475 +++
 lib/uwildmat/uwildmat.h |   24 
 scripts/list-workarounds|   74 -
 tests/.gitignore|  172 --
 tests/Makefile.am   |   16 
 tests/Makefile.sources  |   19 
 tests/check_drm_clients |2 
 tests/debugfs_emon_crash|2 
 tests/drm_lib.sh|   29 
 tests/drv_debugfs_reader|2 
 tests/drv_hangman.c |  275 +---
 tests/drv_missed_irq_hang   |   14 
 tests/drv_module_reload_basic   |8 
 tests/eviction_common.c |   57 
 tests/gem_bad_reloc.c   |   28 
 tests/gem_busy.c|  248 +++
 tests/gem_concurrent_all.c  | 1023 +++-
 tests/gem_create.c  |  166 ++
 tests/gem_cs_prefetch.c |  178 +-
 tests/gem_cs_tlb.c  |  160 +-
 tests/gem_ctx_exec.c|6 
 tests/gem_ctx_thrash.c  |  463 ---
 tests/gem_eio.c |   41 
 tests/gem_evict_alignment.c |   31 
 tests/gem_evict_everything.c|   45 
 tests/gem_exec_alignment.c  |  149 ++
 tests/gem_exec_basic.c  |   62 
 tests/gem_exec_nop.c|  167 --
 tests/gem_exec_params.c

intel-gpu-tools: Changes to 'debian-unstable'

2015-12-23 Thread Vincent Cheng
 debian/changelog |7 +++
 debian/control   |1 -
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 7d9d178b6a3448f6bcfc1a3e3a13ec3ae77c0025
Author: Vincent Cheng 
Date:   Wed Dec 23 22:51:29 2015 -0800

finalize changelog

diff --git a/debian/changelog b/debian/changelog
index f8b8a03..61aeeba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-intel-gpu-tools (1.13-1) UNRELEASED; urgency=medium
+intel-gpu-tools (1.13-1) unstable; urgency=medium
 
   * New upstream release.
 - Drop unneeded build-dep on swig. (Closes: #803522)

commit 9b7732277c9a6f42b84f40f8ae717d8107fcb285
Author: Vincent Cheng 
Date:   Wed Dec 23 22:48:00 2015 -0800

drop build-dep on swig

diff --git a/debian/changelog b/debian/changelog
index 8e9862e..f8b8a03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.13-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+- Drop unneeded build-dep on swig. (Closes: #803522)
 
  -- Vincent Cheng   Wed, 23 Dec 2015 22:43:34 -0800
 
diff --git a/debian/control b/debian/control
index 03c3c98..f02d77e 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Build-Depends:
  libxrandr-dev,
  pkg-config,
  quilt,
- swig2.0,
  x11proto-dri2-dev,
  xutils-dev (>= 1:7.6+6)
 Standards-Version: 3.9.6

commit 723e7c8b45376274ac59f1c7ab998c7a481f2438
Author: Vincent Cheng 
Date:   Wed Dec 23 22:43:54 2015 -0800

new upstream release

diff --git a/debian/changelog b/debian/changelog
index a8e953c..8e9862e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.13-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng   Wed, 23 Dec 2015 22:43:34 -0800
+
 intel-gpu-tools (1.12-1) unstable; urgency=medium
 
   * New upstream release.



intel-gpu-tools: Changes to 'debian-unstable'

2015-12-23 Thread Vincent Cheng
 NEWS   |   22 
 README |6 
 benchmarks/.gitignore  |3 
 benchmarks/Makefile.am |5 
 benchmarks/Makefile.sources|3 
 benchmarks/README  |9 
 benchmarks/gem_blt.c   |  312 ++
 benchmarks/gem_exec_ctx.c  |   24 
 benchmarks/gem_exec_reloc.c|8 
 benchmarks/gem_set_domain.c|  119 ++
 benchmarks/gem_wait.c  |  303 ++
 benchmarks/intel_upload_blit_large.c   |7 
 benchmarks/intel_upload_blit_large_gtt.c   |8 
 benchmarks/intel_upload_blit_large_map.c   |8 
 benchmarks/intel_upload_blit_small.c   |8 
 configure.ac   |4 
 debugger/eudb.c|2 
 demos/intel_sprite_on.c|4 
 docs/reference/intel-gpu-tools/Makefile.am |7 
 lib/drmtest.c  |   46 
 lib/drmtest.h  |   18 
 lib/igt.cocci  |   30 
 lib/igt_aux.c  |8 
 lib/igt_core.c |   77 +
 lib/igt_core.h |   45 
 lib/igt_debugfs.c  |   31 
 lib/igt_debugfs.h  |   12 
 lib/igt_draw.c |3 
 lib/igt_fb.c   |   38 
 lib/igt_fb.h   |3 
 lib/igt_kms.c  |   18 
 lib/igt_kms.h  |7 
 lib/instdone.c |   10 
 lib/instdone.h |3 
 lib/intel_chipset.h|   70 +
 lib/ioctl_wrappers.c   |   95 +
 lib/ioctl_wrappers.h   |   25 
 lib/tests/.gitignore   |1 
 lib/tests/Makefile.sources |1 
 lib/tests/igt_assert.c |  173 +++
 lib/tests/igt_segfault.c   |7 
 m4/ax_pkg_swig.m4  |  135 --
 m4/ax_python_devel.m4  |  324 --
 m4/ax_swig_python.m4   |   64 -
 overlay/gem-interrupts.c   |7 
 overlay/power.c|2 
 scripts/display_debug.sh   |  172 ---
 scripts/quick-testlist.py  |   46 
 scripts/run-tests.sh   |2 
 tests/.gitignore   |6 
 tests/Makefile.am  |1 
 tests/Makefile.sources |6 
 tests/core_auth.c  |  161 +++
 tests/core_prop_blob.c |  301 ++
 tests/core_setmaster_vs_auth.c |   76 +
 tests/ddx_intel_after_fbdev|8 
 tests/drm_auth.c   |  161 ---
 tests/drm_import_export.c  |   10 
 tests/drm_read.c   |   58 +
 tests/drv_suspend.c|   10 
 tests/gem_bad_reloc.c  |8 
 tests/gem_concurrent_all.c |   94 +
 tests/gem_cs_prefetch.c|   10 
 tests/gem_ctx_exec.c   |9 
 tests/gem_ctx_param_basic.c|8 
 tests/gem_evict_everything.c   |1 
 tests/gem_exec_big.c   |4 
 tests/gem_exec_faulting_reloc.c|5 
 tests/gem_exec_lut_handle.c|6 
 tests/gem_exec_nop.c   |4 
 tests/gem_fence_thrash.c   |7 
 tests/gem_fence_upload.c   |   10 
 tests/gem_gtt_cpu_tlb.c|4 
 tests/gem_gtt_hog.c|8 
 tests/gem_gtt_speed.c  |   27 
 tests/gem_largeobject.c|3 
 tests/gem_madvise.c|8 
 tests/gem_mmap.c   |2 
 tests/gem_mmap_gtt.c   |   42 
 tests/gem_mmap_offset_exhaustion.c |3 
 tests/gem_mmap_wc.c|7 
 tests/gem_persistent_relocs.c  |6 
 tests/gem_pin.c|4 
 tests/gem_ppgtt.c  |   55 +
 tests/gem_pwrite.c |1 
 tests/gem_pwrite_pread.c   |   12 
 tests/gem_pwrite_snooped.c |   10 
 tests/gem_reg_read.c   |2 
 tests/gem_reloc_overflow.c |2 
 tests/gem_reloc_vs_gpu.c   |5 
 tests/gem_render_linear_blits.c|2 
 tests/gem_render_tiled_blits.c |2 
 tests/gem_request_retire.c |  236 
 tests/gem_set_tiling_vs_gtt.c  |3 
 tests/gem_set_tiling_vs_pwrite.c   |3 
 

intel-gpu-tools: Changes to 'debian-unstable'

2015-09-14 Thread Vincent Cheng
 Android.mk  |2 
 NEWS|   29 
 README  |   13 
 assembler/Makefile.am   |2 
 benchmarks/.gitignore   |8 
 benchmarks/Android.mk   |5 
 benchmarks/Makefile.am  |6 
 benchmarks/Makefile.sources |   15 
 benchmarks/gem_create.c |  176 
 benchmarks/gem_exec_ctx.c   |  202 +
 benchmarks/gem_exec_nop.c   |  153 
 benchmarks/gem_exec_reloc.c |  259 +
 benchmarks/gem_exec_trace.c |  252 +
 benchmarks/gem_exec_tracer.c|  288 +
 benchmarks/gem_mmap.c   |  178 
 benchmarks/gem_prw.c|  120 
 benchmarks/gem_userptr_benchmark.c  |2 
 benchmarks/intel_upload_blit_large.c|2 
 benchmarks/intel_upload_blit_large_gtt.c|2 
 benchmarks/intel_upload_blit_large_map.c|2 
 benchmarks/intel_upload_blit_small.c|2 
 benchmarks/kms_vblank.c |  181 
 configure.ac|   44 
 debugger/eudb.c |6 
 docs/reference/intel-gpu-tools/igt_test_programs.xml|   10 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |5 
 lib/Makefile.am |2 
 lib/Makefile.sources|   13 
 lib/drmtest.c   |   99 
 lib/drmtest.h   |   11 
 lib/gpgpu_fill.c|  808 
 lib/gpgpu_fill.h|   51 
 lib/igt.h   |   48 
 lib/igt_aux.c   |   23 
 lib/igt_aux.h   |   15 
 lib/igt_core.c  |   48 
 lib/igt_core.h  |   94 
 lib/igt_debugfs.c   |   45 
 lib/igt_debugfs.h   |   12 
 lib/igt_draw.c  |  191 -
 lib/igt_draw.h  |2 
 lib/igt_fb.c|   12 
 lib/igt_gt.c|   23 
 lib/igt_kms.c   |   24 
 lib/igt_stats.c |  608 +++
 lib/igt_stats.h |   83 
 lib/intel_batchbuffer.c |   13 
 lib/intel_chipset.c |6 
 lib/intel_iosf.c|2 
 lib/intel_mmio.c|9 
 lib/intel_os.c  |   12 
 lib/ioctl_wrappers.c|6 
 lib/ioctl_wrappers.h|1 
 lib/media_fill.h|7 
 lib/media_fill_gen7.c   |  151 
 lib/rendercopy_gen9.c   |   24 
 lib/tests/.gitignore|2 
 lib/tests/Android.mk|2 
 lib/tests/Makefile.am   |4 
 lib/tests/Makefile.sources  |2 
 lib/tests/igt_segfault.c|  139 
 lib/tests/igt_stats.c   |  243 +
 lib/tests/igt_timeout.c |2 
 man/Makefile.am |6 
 man/intel_aubdump.man   |   38 
 man/intel_reg.rst   |3 
 man/intel_reg_dumper.man|   33 
 man/intel_reg_read.man  |   15 
 man/intel_reg_snapshot.man  |   15 
 man/intel_reg_write.man |   16 
 overlay/gpu-freq.c  |   11 
 overlay/gpu-top.c   |   25 
 overlay/i915_pciids.h   |   87 
 overlay/igfx.c  |   24 
 overlay/overlay.c   |6 
 shaders/gpgpu/gpgpu_fill.gxa|   14 
 tests/.gitignore 

intel-gpu-tools: Changes to 'debian-unstable'

2015-09-14 Thread Vincent Cheng
 debian/changelog   |6 ++
 debian/intel-gpu-tools.install |1 +
 2 files changed, 7 insertions(+)

New commits:
commit f6b5a5e6e92898420822553b84bdd43203c25c11
Author: Vincent Cheng 
Date:   Mon Sep 14 00:20:27 2015 -0700

install register files

diff --git a/debian/intel-gpu-tools.install b/debian/intel-gpu-tools.install
index 35ed4f7..5369085 100644
--- a/debian/intel-gpu-tools.install
+++ b/debian/intel-gpu-tools.install
@@ -1,3 +1,4 @@
 usr/bin
 usr/lib
 usr/share/man
+usr/share/intel-gpu-tools

commit f019ec32ac9c08d1341b29c0373ff59787e33478
Author: Vincent Cheng 
Date:   Mon Sep 14 00:14:22 2015 -0700

new upstream release

diff --git a/debian/changelog b/debian/changelog
index f1ba1b2..a8e953c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.12-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng   Mon, 14 Sep 2015 00:14:04 -0700
+
 intel-gpu-tools (1.11-1) unstable; urgency=medium
 
   * New upstream release.



intel-gpu-tools: Changes to 'debian-unstable'

2015-06-14 Thread Vincent Cheng
 debian/changelog |7 +++
 debian/control   |2 ++
 debian/rules |3 +--
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 5c0cfaf3a08fd39d0de0524060f9145fd06e0e7e
Author: Vincent Cheng vch...@debian.org
Date:   Sun Jun 14 18:11:07 2015 -0700

new upstream release

diff --git a/debian/changelog b/debian/changelog
index ba51177..f1ba1b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+intel-gpu-tools (1.11-1) unstable; urgency=medium
+
+  * New upstream release.
+- Add new build-deps: gtk-doc-tools, libunwind-dev
+
+ -- Vincent Cheng vch...@debian.org  Sun, 14 Jun 2015 17:59:40 -0700
+
 intel-gpu-tools (1.10-2) unstable; urgency=medium
 
   * Fix FTBFS on i386.
diff --git a/debian/control b/debian/control
index 31f23da..03c3c98 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,12 @@ Build-Depends:
  bison,
  debhelper (= 9),
  dh-autoreconf,
+ gtk-doc-tools,
  libcairo2-dev,
  libdrm-dev (= 2.4.38),
  libpciaccess-dev (= 0.10),
  libudev-dev,
+ libunwind-dev,
  libxrandr-dev,
  pkg-config,
  quilt,
diff --git a/debian/rules b/debian/rules
index c92e3a6..5e95be9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,7 @@ SOURCE = intel-gpu-tools
 # FIXME: building debugger causes FTBFS
 override_dh_auto_configure:
dh_auto_configure -- --disable-shader-debugger --disable-dumper \
---disable-tests --disable-silent-rules \
---disable-selective-werror
+--disable-tests --disable-silent-rules
 
 # Disable test suite:
 override_dh_auto_test:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1z4ivq-0007sx...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2015-06-14 Thread Vincent Cheng
 NEWS|   30 
 README  |   16 
 benchmarks/Makefile.am  |4 
 benchmarks/gem_userptr_benchmark.c  |   97 
 configure.ac|   31 
 debugger/Makefile.am|3 
 debugger/eudb.c |6 
 demos/Makefile.am   |4 
 docs/reference/intel-gpu-tools/Makefile.am  |   29 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |1 
 lib/Android.mk  |6 
 lib/Makefile.am |8 
 lib/Makefile.sources|4 
 lib/drmtest.h   |2 
 lib/igt.cocci   |   30 
 lib/igt_aux.c   |  216 +
 lib/igt_aux.h   |   48 
 lib/igt_core.c  |  171 -
 lib/igt_core.h  |   58 
 lib/igt_debugfs.c   |   82 
 lib/igt_debugfs.h   |3 
 lib/igt_draw.c  |  574 +++
 lib/igt_draw.h  |   65 
 lib/igt_fb.c|   81 
 lib/igt_fb.h|4 
 lib/igt_gt.c|2 
 lib/igt_kms.c   |  220 +
 lib/igt_kms.h   |   16 
 lib/intel_batchbuffer.c |   51 
 lib/intel_batchbuffer.h |   23 
 lib/intel_chipset.h |   16 
 lib/intel_io.h  |   14 
 lib/intel_iosf.c|   10 
 lib/intel_mmio.c|  120 
 lib/intel_os.c  |2 
 lib/ioctl_wrappers.c|  166 
 lib/ioctl_wrappers.h|   13 
 lib/media_spin.c|  540 +++
 lib/media_spin.h|   39 
 lib/rendercopy_gen8.c   |2 
 lib/rendercopy_gen9.c   |2 
 lib/tests/Android.mk|   41 
 lib/tests/Makefile.am   |2 
 lib/tests/Makefile.sources  |1 
 lib/tests/igt_command_line.sh   |2 
 m4/as-compiler-flag.m4  |   62 
 man/Makefile.am |   12 
 man/intel_reg.rst   |  229 +
 overlay/.gitignore  |2 
 overlay/gem-objects.c   |   21 
 overlay/overlay.c   |2 
 scripts/list-workarounds|   10 
 scripts/run-tests.sh|   28 
 tests/.gitignore|   18 
 tests/Android.mk|   31 
 tests/Makefile.am   |   55 
 tests/Makefile.sources  |   24 
 tests/drm_auth.c|  163 
 tests/drv_getparams.c   |  165 
 tests/eviction_common.c |   67 
 tests/gem_bad_blit.c|2 
 tests/gem_concurrent_all.c  | 1100 ++
 tests/gem_concurrent_blit.c |  862 -
 tests/gem_cpu_reloc.c   |   56 
 tests/gem_cs_prefetch.c |   24 
 tests/gem_cs_tlb.c  |2 
 tests/gem_ctx_basic.c   |4 
 tests/gem_ctx_exec.c|   30 
 tests/gem_evict_everything.c|   19 
 tests/gem_exec_big.c|   81 
 tests/gem_exec_blt.c|  214 -
 tests/gem_exec_lut_handle.c |  193 -
 tests/gem_exec_nop.c|  220 -
 tests/gem_exec_parse.c  |   10 
 tests/gem_flink_race.c  |5 
 tests/gem_linear_blits.c|   64 
 tests/gem_mmap.c  

intel-gpu-tools: Changes to 'debian-unstable'

2015-04-29 Thread Vincent Cheng
 Android.mk  |2 
 CONTRIBUTING|   45 
 MAINTAINERS |2 
 Makefile.am |4 
 NEWS|   57 
 README  |   49 
 assembler/brw_defines.h |9 
 assembler/disasm-main.c |4 
 assembler/gen8_instruction.c|   20 
 assembler/gen8_instruction.h|2 
 assembler/gram.y|   78 +
 assembler/main.c|4 
 benchmarks/Android.mk   |2 
 configure.ac|   17 
 demos/Android.mk|   28 
 demos/intel_sprite_on.c |  138 +-
 docs/reference/intel-gpu-tools/.gitignore   |1 
 docs/reference/intel-gpu-tools/Makefile.am  |   91 +
 docs/reference/intel-gpu-tools/igt_test_programs.xml|  305 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |6 
 lib/Android.mk  |6 
 lib/Makefile.am |6 
 lib/Makefile.sources|   18 
 lib/drmtest.c   |   38 
 lib/drmtest.h   |2 
 lib/gen6_render.h   |5 
 lib/gen7_media.h|2 
 lib/gen8_media.h|   14 
 lib/gen8_render.h   |   24 
 lib/gen9_render.h   |   17 
 lib/igt.cocci   |   82 +
 lib/igt_aux.c   |  264 +++-
 lib/igt_aux.h   |   27 
 lib/igt_core.c  |  496 +--
 lib/igt_core.h  |  127 +
 lib/igt_debugfs.c   |  154 --
 lib/igt_debugfs.h   |   35 
 lib/igt_edid.h  |  125 -
 lib/igt_fb.c|  163 ++
 lib/igt_fb.h|   10 
 lib/igt_gt.c|  341 +
 lib/igt_gt.h|   77 +
 lib/igt_kms.c   |  278 ++--
 lib/igt_kms.h   |   30 
 lib/instdone.c  |   10 
 lib/intel_batchbuffer.c |  304 
 lib/intel_batchbuffer.h |   67 -
 lib/intel_chipset.c |   27 
 lib/intel_chipset.h |   58 
 lib/intel_mmio.c|   10 
 lib/intel_os.c  |   32 
 lib/intel_reg.h |   21 
 lib/ioctl_wrappers.c|  265 +++-
 lib/ioctl_wrappers.h|   81 +
 lib/media_fill.c|   16 
 lib/media_fill.h|   14 
 lib/media_fill_gen7.c   |  161 ++
 lib/media_fill_gen9.c   |  392 ++
 lib/rendercopy.h|5 
 lib/rendercopy_gen8.c   |  109 -
 lib/rendercopy_gen9.c   | 1032 
 lib/tests/.gitignore|   10 
 lib/tests/Makefile.am   |   19 
 lib/tests/Makefile.sources  |   31 
 lib/tests/igt_command_line.sh   |   76 +
 lib/tests/igt_fork_helper.c |   37 
 lib/tests/igt_invalid_subtest_name.c|   31 
 lib/tests/igt_list_only.c   |   43 
 lib/tests/igt_no_exit.c |   40 
 lib/tests/igt_no_exit_list_only.c   |   41 
 lib/tests/igt_no_subtest.c  |   39 
 lib/tests/igt_simple_test_subtests.c|   31 
 lib/tests/igt_simulation.c  |  169 ++
 lib/tests/igt_timeout.c |8 
 man/Makefile.am |1 
 man/intel_gpu_frequency.man  

intel-gpu-tools: Changes to 'debian-unstable'

2015-04-29 Thread Vincent Cheng
 debian/changelog |8 
 debian/control   |2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 6636e565e778b7811dcc3eb8966f4668576510de
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 16:55:07 2015 -0700

update to standards version 3.9.6

diff --git a/debian/changelog b/debian/changelog
index d2c7d2b..cbcfd2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-intel-gpu-tools (1.10-1) UNRELEASED; urgency=medium
+intel-gpu-tools (1.10-1) unstable; urgency=medium
 
   * New upstream release.
 - Fix bashism in tools/intel_gpu_abrt. (Closes: #772339)
+  * Update to Standards version 3.9.6, no changes required.
 
  -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 16:52:00 -0700
 
diff --git a/debian/control b/debian/control
index 6e3b6b8..31f23da 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  swig2.0,
  x11proto-dri2-dev,
  xutils-dev (= 1:7.6+6)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://01.org/linuxgraphics/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/intel-gpu-tools.git

commit 4f393bc86f4b412101596c9de5568db544135c55
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 16:53:36 2015 -0700

mark #772339 as fixed

diff --git a/debian/changelog b/debian/changelog
index e87f578..d2c7d2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.10-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+- Fix bashism in tools/intel_gpu_abrt. (Closes: #772339)
 
  -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 16:52:00 -0700
 

commit edc4468a23f9156d3ae4e832b4e27c1302d5e49f
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 16:52:47 2015 -0700

new upstream release

diff --git a/debian/changelog b/debian/changelog
index ea0b2cb..e87f578 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.10-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 16:52:00 -0700
+
 intel-gpu-tools (1.8-1) unstable; urgency=medium
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ynboy-0003ne...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2015-04-29 Thread Vincent Cheng
 debian/changelog  
|6 +
 debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch 
|   39 ++
 debian/patches/series 
|2 
 3 files changed, 46 insertions(+), 1 deletion(-)

New commits:
commit 10b0f6b73402abf0a4d1b63d059cf7a3eca47dc2
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 18:06:10 2015 -0700

add patch to fix FTBFS on i386

diff --git a/debian/changelog b/debian/changelog
index cbcfd2b..f31172c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.10-2) unstable; urgency=medium
+
+  * Backport upstream commit 217bd8d to fix FTBFS on i386.
+
+ -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 18:05:35 -0700
+
 intel-gpu-tools (1.10-1) unstable; urgency=medium
 
   * New upstream release.
diff --git 
a/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch 
b/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch
new file mode 100644
index 000..7b47ee6
--- /dev/null
+++ 
b/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch
@@ -0,0 +1,39 @@
+From 217bd8d55e723d8bd6911d6c2ec8a9c42bdc8272 Mon Sep 17 00:00:00 2001
+From: Chris Wilson ch...@chris-wilson.co.uk
+Date: Thu, 14 Nov 2013 09:47:47 +
+Subject: [PATCH] tests/pm_pc8: Fix invalid pointer-to-integer casting
+
+Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71592
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+---
+ tests/pm_pc8.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
+index e17be1b..bf4f19f 100644
+--- a/tests/pm_pc8.c
 b/tests/pm_pc8.c
+@@ -1015,9 +1015,9 @@ static void submit_blt_cmd(uint32_t dst_handle, uint32_t 
x, uint32_t y,
+ 
+   objs[1].handle = batch_handle;
+   objs[1].relocation_count = 1;
+-  objs[1].relocs_ptr = (uint64_t) relocs;
++  objs[1].relocs_ptr = (uintptr_t)relocs;
+ 
+-  execbuf.buffers_ptr = (uint64_t) objs;
++  execbuf.buffers_ptr = (uintptr_t)objs;
+   execbuf.buffer_count = 2;
+   execbuf.batch_len = batch_size;
+   execbuf.flags = I915_EXEC_BLT;
+@@ -1160,7 +1160,7 @@ static void gem_execbuf_stress_subtest(void)
+ 
+   objs[0].handle = handle;
+ 
+-  execbuf.buffers_ptr = (uint64_t) objs;
++  execbuf.buffers_ptr = (uintptr_t)objs;
+   execbuf.buffer_count = 1;
+   execbuf.batch_len = batch_size;
+   execbuf.flags = I915_EXEC_RENDER;
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
index a82d1b4..1f7693d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-#placeholder
+0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yncvw-0004i0...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2015-04-29 Thread Vincent Cheng
 debian/changelog  
|6 -
 debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch 
|   39 --
 debian/patches/series 
|2 
 3 files changed, 1 insertion(+), 46 deletions(-)

New commits:
commit d33c6615e9b89e1ca0b6fd032e5443562f8091c1
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 18:18:42 2015 -0700

Revert add patch to fix FTBFS on i386

This reverts commit 10b0f6b73402abf0a4d1b63d059cf7a3eca47dc2.

diff --git a/debian/changelog b/debian/changelog
index f31172c..cbcfd2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-intel-gpu-tools (1.10-2) unstable; urgency=medium
-
-  * Backport upstream commit 217bd8d to fix FTBFS on i386.
-
- -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 18:05:35 -0700
-
 intel-gpu-tools (1.10-1) unstable; urgency=medium
 
   * New upstream release.
diff --git 
a/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch 
b/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch
deleted file mode 100644
index 7b47ee6..000
--- 
a/debian/patches/0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 217bd8d55e723d8bd6911d6c2ec8a9c42bdc8272 Mon Sep 17 00:00:00 2001
-From: Chris Wilson ch...@chris-wilson.co.uk
-Date: Thu, 14 Nov 2013 09:47:47 +
-Subject: [PATCH] tests/pm_pc8: Fix invalid pointer-to-integer casting
-
-Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71592
-Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

- tests/pm_pc8.c | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/tests/pm_pc8.c b/tests/pm_pc8.c
-index e17be1b..bf4f19f 100644
 a/tests/pm_pc8.c
-+++ b/tests/pm_pc8.c
-@@ -1015,9 +1015,9 @@ static void submit_blt_cmd(uint32_t dst_handle, uint32_t 
x, uint32_t y,
- 
-   objs[1].handle = batch_handle;
-   objs[1].relocation_count = 1;
--  objs[1].relocs_ptr = (uint64_t) relocs;
-+  objs[1].relocs_ptr = (uintptr_t)relocs;
- 
--  execbuf.buffers_ptr = (uint64_t) objs;
-+  execbuf.buffers_ptr = (uintptr_t)objs;
-   execbuf.buffer_count = 2;
-   execbuf.batch_len = batch_size;
-   execbuf.flags = I915_EXEC_BLT;
-@@ -1160,7 +1160,7 @@ static void gem_execbuf_stress_subtest(void)
- 
-   objs[0].handle = handle;
- 
--  execbuf.buffers_ptr = (uint64_t) objs;
-+  execbuf.buffers_ptr = (uintptr_t)objs;
-   execbuf.buffer_count = 1;
-   execbuf.batch_len = batch_size;
-   execbuf.flags = I915_EXEC_RENDER;
--- 
-2.1.4
-
diff --git a/debian/patches/series b/debian/patches/series
index 1f7693d..a82d1b4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-0001-tests-pm_pc8-Fix-invalid-pointer-to-integer-casting.patch
+#placeholder


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1ynd7y-yo...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2015-04-29 Thread Vincent Cheng
 debian/changelog |6 ++
 debian/rules |3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 0ea3bb62d8e2421ca21f2e10a8896fccad8b102f
Author: Vincent Cheng vch...@debian.org
Date:   Wed Apr 29 18:31:45 2015 -0700

fix ftbfs on i386 by passing --disable-selective-werror

diff --git a/debian/changelog b/debian/changelog
index cbcfd2b..ba51177 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.10-2) unstable; urgency=medium
+
+  * Fix FTBFS on i386.
+
+ -- Vincent Cheng vch...@debian.org  Wed, 29 Apr 2015 18:19:48 -0700
+
 intel-gpu-tools (1.10-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 5e95be9..c92e3a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,8 @@ SOURCE = intel-gpu-tools
 # FIXME: building debugger causes FTBFS
 override_dh_auto_configure:
dh_auto_configure -- --disable-shader-debugger --disable-dumper \
---disable-tests --disable-silent-rules
+--disable-tests --disable-silent-rules \
+--disable-selective-werror
 
 # Disable test suite:
 override_dh_auto_test:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1yndkn-0007vh...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-09-14 Thread Vincent Cheng
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 7d612f0009fb2821494a90c9d662880c6f4801dd
Author: Vincent Cheng vch...@debian.org
Date:   Sun Sep 14 02:29:07 2014 -0700

new upstream release 1.8

diff --git a/debian/changelog b/debian/changelog
index 7197753..ea0b2cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.8-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng vch...@debian.org  Sun, 14 Sep 2014 02:28:45 -0700
+
 intel-gpu-tools (1.7-1) unstable; urgency=medium
 
   * New upstream release.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xt67q-0001d7...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-06-10 Thread Vincent Cheng
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 59947c73623c236d489e3ab8e53eb1f22b63a86a
Author: Vincent Cheng vch...@debian.org
Date:   Tue Jun 10 19:47:43 2014 -0700

New upstream release

diff --git a/debian/changelog b/debian/changelog
index 0a68b73..b8999e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.7-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Vincent Cheng vch...@debian.org  Tue, 10 Jun 2014 19:47:24 -0700
+
 intel-gpu-tools (1.6-2) unstable; urgency=medium
 
   * Enable build hardening (bump dh compat level to 9).


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wuyzs-00084d...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-06-10 Thread Vincent Cheng
 debian/changelog |1 +
 debian/control   |1 +
 2 files changed, 2 insertions(+)

New commits:
commit 93ab8ffc78c69ce44636192aaa066a8e9632a82d
Author: Vincent Cheng vch...@debian.org
Date:   Tue Jun 10 19:51:25 2014 -0700

Add x11proto-dri2-dev as a build dep

diff --git a/debian/changelog b/debian/changelog
index b8999e2..7197753 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.7-1) unstable; urgency=medium
 
   * New upstream release.
+  * Add x11proto-dri2-dev as a build dependency.
 
  -- Vincent Cheng vch...@debian.org  Tue, 10 Jun 2014 19:47:24 -0700
 
diff --git a/debian/control b/debian/control
index d469485..6e3b6b8 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
  pkg-config,
  quilt,
  swig2.0,
+ x11proto-dri2-dev,
  xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.5
 Homepage: https://01.org/linuxgraphics/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wuydw-0008wc...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-06-10 Thread Vincent Cheng
 debian/source/format |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7a3d9ad5455631d79691981316185e84c01d6c1f
Author: Vincent Cheng vch...@debian.org
Date:   Tue Jun 10 19:59:15 2014 -0700

Explicitly declare source format 1.0

diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wuylf-000115...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 .gitignore  |5 
 Android.mk  |  531 ---
 Makefile.am |   27 
 NEWS|   30 
 README  |   16 
 assembler/Makefile.am   |3 
 assembler/brw_compat.h  |2 
 assembler/brw_defines.h |1 
 assembler/disasm-main.c |   11 
 assembler/gen4asm.h |4 
 assembler/gen8_disasm.c |  993 +++
 assembler/gen8_instruction.c|  425 +++
 assembler/gen8_instruction.h|  360 ++
 assembler/gram.y|  473 ++-
 assembler/lex.l |1 
 assembler/main.c|   56 
 autogen.sh  |7 
 benchmarks/intel_upload_blit_large.c|7 
 benchmarks/intel_upload_blit_large_gtt.c|7 
 benchmarks/intel_upload_blit_large_map.c|7 
 benchmarks/intel_upload_blit_small.c|7 
 configure.ac|   42 
 debugger/eudb.c |   18 
 debugger/system_routine/Makefile.am |1 
 demos/intel_sprite_on.c |1 
 docs/Makefile.am|1 
 docs/reference/Makefile.am  |1 
 docs/reference/intel-gpu-tools/.gitignore   |   26 
 docs/reference/intel-gpu-tools/Makefile.am  |  105 
 docs/reference/intel-gpu-tools/intel-gpu-tools-docs.xml |   42 
 docs/reference/intel-gpu-tools/version.xml.in   |1 
 lib/Android.mk  |   64 
 lib/Makefile.am |   36 
 lib/Makefile.sources|   47 
 lib/check-ndebug.h  |3 
 lib/drmtest.c   | 2130 +---
 lib/drmtest.h   |  344 --
 lib/gen6_render.h   |2 
 lib/gen7_media.h|  323 ++
 lib/gen8_media.h|  372 ++
 lib/gen8_render.h   |  328 ++
 lib/i830_reg.h  |3 
 lib/i915_pciids.h   |  211 +
 lib/igt_core.c  | 1076 
 lib/igt_core.h  |  459 +++
 lib/igt_debugfs.c   |  294 ++
 lib/igt_debugfs.h   |   81 
 lib/igt_display.h   |   14 
 lib/igt_kms.c   | 1454 ++
 lib/igt_kms.h   |  194 +
 lib/instdone.c  |  273 ++
 lib/intel_batchbuffer.c |9 
 lib/intel_batchbuffer.h |   39 
 lib/intel_chipset.h |   40 
 lib/intel_dpio.c|   94 
 lib/intel_drm.c |4 
 lib/intel_gpu_tools.h   |   17 
 lib/intel_iosf.c|   67 
 lib/intel_mmio.c|   21 
 lib/intel_reg.h |  288 --
 lib/intel_reg_map.c |4 
 lib/ioctl_wrappers.c|  884 ++
 lib/ioctl_wrappers.h|   95 
 lib/media_fill.c|   14 
 lib/media_fill.h|   64 
 lib/media_fill_gen7.c   |  351 ++
 lib/media_fill_gen8.c   |  374 ++
 lib/rendercopy.c|   49 
 lib/rendercopy.h|   12 
 lib/rendercopy_gen6.c   |   12 
 lib/rendercopy_gen7.c   |   12 
 lib/rendercopy_gen8.c   |  997 +++
 lib/rendercopy_i830.c   |5 
 lib/rendercopy_i915.c   |1 
 scripts/list-workarounds|2 
 shaders/media/README   

intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit cf322249dc70a601e1056869d1c57c6866fe82f9
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:34:19 2014 -0700

Update changelog

diff --git a/debian/changelog b/debian/changelog
index 10782af..05d4c18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-intel-gpu-tools (1.5-1) UNRELEASED; urgency=low
+intel-gpu-tools (1.6-1) unstable; urgency=medium
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Drop patches
 - 100_drmtest_exit_not_abort.patch - upstream
@@ -18,7 +19,10 @@ intel-gpu-tools (1.5-1) UNRELEASED; urgency=low
   * control: Add swig, libxrandr-dev and python3-dev to build-depends.
   * rules: Remove .la file(s) on dh_install.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 27 Aug 2012 11:55:43 +0300
+  [ Vincent Cheng ]
+  * New upstream release. (1.6)
+
+ -- Vincent Cheng vch...@debian.org  Tue, 13 May 2014 01:33:30 -0700
 
 intel-gpu-tools (1.2-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk8ao-0001cu...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |1 +
 debian/control   |   22 --
 2 files changed, 13 insertions(+), 10 deletions(-)

New commits:
commit c542eeab6f5a461eba42fd0e687da6df7b048b79
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:35:53 2014 -0700

Add myself to uploaders

diff --git a/debian/changelog b/debian/changelog
index 05d4c18..dea385e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
 
   [ Vincent Cheng ]
   * New upstream release. (1.6)
+  * Add myself to Uploaders.
 
  -- Vincent Cheng vch...@debian.org  Tue, 13 May 2014 01:33:30 -0700
 
diff --git a/debian/control b/debian/control
index 6aca554..e6c3b7e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders:
  Eric Anholt e...@anholt.net,
  Tormod Volden debian.tor...@gmail.com,
- Cyril Brulebois k...@debian.org
+ Cyril Brulebois k...@debian.org,
+ Vincent Cheng vch...@debian.org
 Build-Depends:
  debhelper (= 8),
  dh-autoreconf,

commit 0ce848bde54e325f6fb790ff336df964cf86
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:35:10 2014 -0700

wrap-and-sort

diff --git a/debian/control b/debian/control
index 7f402cf..6aca554 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,23 @@ Source: intel-gpu-tools
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: Eric Anholt e...@anholt.net, Tormod Volden 
debian.tor...@gmail.com, Cyril Brulebois k...@debian.org
+Uploaders:
+ Eric Anholt e...@anholt.net,
+ Tormod Volden debian.tor...@gmail.com,
+ Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 8),
  dh-autoreconf,
- quilt,
- pkg-config,
- libpciaccess-dev (= 0.10),
+ libcairo2-dev,
  libdrm-dev (= 2.4.38),
+ libpciaccess-dev (= 0.10),
  libudev-dev,
- libcairo2-dev,
- xutils-dev (= 1:7.6+6),
- swig,
  libxrandr-dev,
+ pkg-config,
  python3-dev,
+ quilt,
+ swig,
+ xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.3
 Homepage: http://www.intellinuxgraphics.org/
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
@@ -23,9 +26,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
 Architecture: amd64 i386
-Depends:
- ${shlibs:Depends},
- ${misc:Depends},
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: xserver-xorg-video-intel ( 2.9.1)
 Description: tools for debugging the Intel graphics driver
  intel-gpu-tools is a package of tools for debugging the Intel graphics driver,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk8bw-000679...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog   |3 +++
 debian/control |2 +-
 debian/intel-gpu-tools.install |1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b754dd03fc7f9d4ed892c5683425901b74688349
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:41:46 2014 -0700

usr/lib added to .install file

diff --git a/debian/intel-gpu-tools.install b/debian/intel-gpu-tools.install
index a65408f..35ed4f7 100644
--- a/debian/intel-gpu-tools.install
+++ b/debian/intel-gpu-tools.install
@@ -1,2 +1,3 @@
 usr/bin
+usr/lib
 usr/share/man

commit f727037b7843d3a70900c83ad4ca8882dab132d8
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:39:38 2014 -0700

Close #715278 in d/changelog

diff --git a/debian/changelog b/debian/changelog
index fc7ba59..f8a7b80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
 
   [ Vincent Cheng ]
   * New upstream release. (1.6)
+- Fixes Couldn't map MMIO region: Resource temporarily unavailable.
+  (Closes: #715278)
   * Add myself to Uploaders.
   * Update to Standards version 3.9.5, no changes required.
 

commit 2a195942120fe1bc574903e4918ee3e9dda4992b
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:37:12 2014 -0700

Bump standards version to 3.9.5

diff --git a/debian/changelog b/debian/changelog
index dea385e..fc7ba59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
   [ Vincent Cheng ]
   * New upstream release. (1.6)
   * Add myself to Uploaders.
+  * Update to Standards version 3.9.5, no changes required.
 
  -- Vincent Cheng vch...@debian.org  Tue, 13 May 2014 01:33:30 -0700
 
diff --git a/debian/control b/debian/control
index e6c3b7e..8f365d1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
  quilt,
  swig,
  xutils-dev (= 1:7.6+6)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://www.intellinuxgraphics.org/
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk8is-0001fx...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4073751278a5e4c2bbf89a9f1c33eaad910eeb4
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:44:09 2014 -0700

s/swig/swig2.0/

diff --git a/debian/control b/debian/control
index 8f365d1..fcde409 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  pkg-config,
  python3-dev,
  quilt,
- swig,
+ swig2.0,
  xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.5
 Homepage: http://www.intellinuxgraphics.org/


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk8k2-0004he...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |1 +
 debian/control   |1 +
 debian/rules |6 +-
 3 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 1a2585ddb5b6f5d7e3066842e8a15e4d33ed6955
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:06:44 2014 -0700

do not build debugger (FTBFS)

diff --git a/debian/rules b/debian/rules
index 499a42b..4c537e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 SOURCE = intel-gpu-tools
 
+# FIXME: building debugger causes FTBFS
+override_dh_auto_configure:
+   dh_auto_configure -- --disable-shader-debugger
+
 # Disable test suite:
 override_dh_auto_test:
echo 'Test suite disabled (does not perform a build check).'

commit 744eb3e841e5f0129a833b79a7a9c999b51f98d2
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:00:54 2014 -0700

Add bison to build-deps

diff --git a/debian/changelog b/debian/changelog
index f8a7b80..0dd61e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
   * New upstream release. (1.6)
 - Fixes Couldn't map MMIO region: Resource temporarily unavailable.
   (Closes: #715278)
+  * Add bison as build-depends.
   * Add myself to Uploaders.
   * Update to Standards version 3.9.5, no changes required.
 
diff --git a/debian/control b/debian/control
index fcde409..e7be822 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders:
  Cyril Brulebois k...@debian.org,
  Vincent Cheng vch...@debian.org
 Build-Depends:
+ bison,
  debhelper (= 8),
  dh-autoreconf,
  libcairo2-dev,

commit 1255d0bc5b1d6021f8623c134b693df0680de789
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 01:58:06 2014 -0700

d/rules: remove --builddirectory=build, causes FTBFS (fixme)

diff --git a/debian/rules b/debian/rules
index 2c881a6..499a42b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_install:
dh_install --fail-missing
 
 %:
-   dh $@ --with quilt,autoreconf --builddirectory=build/
+   dh $@ --with quilt,autoreconf
 
 # For maintainer use only, generate a tarball:
 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 
's/-.*$$//')


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk8fn-0004ad...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |1 +
 debian/control   |2 +-
 debian/rules |4 ++--
 3 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit e15dcc95e5c8cb189a95593b9d145526ad7a8d4d
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:30:41 2014 -0700

Revert earlier removal of --builddirectory, pass --disable-tests to
dh_auto_configure

diff --git a/debian/rules b/debian/rules
index 4c537e0..5002dcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ SOURCE = intel-gpu-tools
 
 # FIXME: building debugger causes FTBFS
 override_dh_auto_configure:
-   dh_auto_configure -- --disable-shader-debugger
+   dh_auto_configure -- --disable-shader-debugger --disable-tests
 
 # Disable test suite:
 override_dh_auto_test:
@@ -20,7 +20,7 @@ override_dh_install:
dh_install --fail-missing
 
 %:
-   dh $@ --with quilt,autoreconf
+   dh $@ --with quilt,autoreconf --builddirectory=build/
 
 # For maintainer use only, generate a tarball:
 gentarball: UV=$(shell dpkg-parsechangelog|awk '/^Version:/ {print $$2}'|sed 
's/-.*$$//')

commit 450747d79282681151201cbd6fb33ff14ba7768c
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:13:11 2014 -0700

Update homepage

diff --git a/debian/changelog b/debian/changelog
index 0dd61e6..b410ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
 - Fixes Couldn't map MMIO region: Resource temporarily unavailable.
   (Closes: #715278)
   * Add bison as build-depends.
+  * Update homepage in debian/control.
   * Add myself to Uploaders.
   * Update to Standards version 3.9.5, no changes required.
 
diff --git a/debian/control b/debian/control
index e7be822..7dd94f6 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
  swig2.0,
  xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.5
-Homepage: http://www.intellinuxgraphics.org/
+Homepage: https://01.org/linuxgraphics/
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk93k-0001sh...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 87bb7117e3a0b4b188345abb6c32a576a3a18dc3
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:32:54 2014 -0700

Mark #714424 as fixed

diff --git a/debian/changelog b/debian/changelog
index b410ad7..0b81ef3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ intel-gpu-tools (1.6-1) unstable; urgency=medium
   * New upstream release. (1.6)
 - Fixes Couldn't map MMIO region: Resource temporarily unavailable.
   (Closes: #715278)
+- Install missing intel_lid binary. (Closes: #714424)
   * Add bison as build-depends.
   * Update homepage in debian/control.
   * Add myself to Uploaders.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk954-0003p2...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/rules |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f9211e3319aee51b7058e2cecc296d9cd9fb8e96
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:31:54 2014 -0700

Build with --disable-silent-rules

diff --git a/debian/rules b/debian/rules
index 5002dcf..1a5e59b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,8 @@ SOURCE = intel-gpu-tools
 
 # FIXME: building debugger causes FTBFS
 override_dh_auto_configure:
-   dh_auto_configure -- --disable-shader-debugger --disable-tests
+   dh_auto_configure -- --disable-shader-debugger --disable-tests \
+--disable-silent-rules
 
 # Disable test suite:
 override_dh_auto_test:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk949-0006sd...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/control |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6b81eba1c72516657a12816932b130104a243805
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:34:06 2014 -0700

Fix python-script-but-no-python-dep

diff --git a/debian/control b/debian/control
index 7dd94f6..e6d649d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
 Architecture: amd64 i386
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, python
 Conflicts: xserver-xorg-video-intel ( 2.9.1)
 Description: tools for debugging the Intel graphics driver
  intel-gpu-tools is a package of tools for debugging the Intel graphics driver,


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk96d-0005zn...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/control |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 022e59776a0824ba3ab50636aa6ae829af0769ca
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:35:16 2014 -0700

Fix vcs-field-not-canonical

diff --git a/debian/control b/debian/control
index e6d649d..2490ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,8 @@ Build-Depends:
  xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.5
 Homepage: https://01.org/linuxgraphics/
-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git
+Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
 Architecture: amd64 i386


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk97s-0007w1...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/README.source |   58 +++
 1 file changed, 58 insertions(+)

New commits:
commit 1d6a5d0c4428a493ad6f04092114be0a52fe307f
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:36:42 2014 -0700

Fix patch-system-but-no-source-readme

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..5dde0bf
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,58 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+To configure quilt to use debian/patches instead of patches, you want
+either to export QUILT_PATCHES=debian/patches in your environment
+or use this snippet in your ~/.quiltrc:
+
+for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do
+if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then
+export QUILT_PATCHES=debian/patches
+break
+fi
+done
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run:
+
+quilt push -a
+
+The last patch listed in debian/patches/series will become the current
+patch.
+
+To add a new set of changes, first run quilt push -a, and then run:
+
+quilt new patch
+
+where patch is a descriptive name for the patch, used as the filename in
+debian/patches.  Then, for every file that will be modified by this patch,
+run:
+
+quilt add file
+
+before editing those files.  You must tell quilt with quilt add what files
+will be part of the patch before making changes or quilt will not work
+properly.  After editing the files, run:
+
+quilt refresh
+
+to save the results as a patch.
+
+Alternately, if you already have an external patch and you just want to
+add it to the build system, run quilt push -a and then:
+
+quilt import -P patch /path/to/patch
+quilt push -a
+
+(add -p 0 to quilt import if needed). patch as above is the filename to
+use in debian/patches.  The last quilt push -a will apply the patch to
+make sure it works properly.
+
+To remove an existing patch from the list of patches that will be applied,
+run:
+
+quilt delete patch
+
+You may need to run quilt pop -a to unapply patches first before running
+this command.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk98j-wn...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/control |4 ++--
 debian/rules   |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 6024da8ef1206120ee7436706784744d1fea9650
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 02:45:38 2014 -0700

Disable python dumper entirely

diff --git a/debian/control b/debian/control
index 2490ecc..6c5de8d 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  libudev-dev,
  libxrandr-dev,
  pkg-config,
- python3-dev,
+# python3-dev,
  quilt,
  swig2.0,
  xutils-dev (= 1:7.6+6)
@@ -28,7 +28,7 @@ Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-xorg/app/intel-gpu-tools.gi
 
 Package: intel-gpu-tools
 Architecture: amd64 i386
-Depends: ${misc:Depends}, ${shlibs:Depends}, python
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: xserver-xorg-video-intel ( 2.9.1)
 Description: tools for debugging the Intel graphics driver
  intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
diff --git a/debian/rules b/debian/rules
index 1a5e59b..b7911a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@ SOURCE = intel-gpu-tools
 
 # FIXME: building debugger causes FTBFS
 override_dh_auto_configure:
-   dh_auto_configure -- --disable-shader-debugger --disable-tests \
---disable-silent-rules
+   dh_auto_configure -- --disable-shader-debugger --disable-dumper \
+--disable-tests --disable-silent-rules
 
 # Disable test suite:
 override_dh_auto_test:


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wk9hu-0004td...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2014-05-13 Thread Vincent Cheng
 debian/changelog |7 +++
 debian/compat|2 +-
 debian/control   |   18 --
 debian/rules |3 +++
 4 files changed, 27 insertions(+), 3 deletions(-)

New commits:
commit 4d37637a811235cb4cbeee650533757e68b72101
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 18:54:04 2014 -0700

wrap-and-sort accidentally removed some build-deps...

diff --git a/debian/control b/debian/control
index d544ef3..d469485 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,10 @@ Build-Depends:
  libpciaccess-dev (= 0.10),
  libudev-dev,
  libxrandr-dev,
- pkg-config
+ pkg-config,
+ quilt,
+ swig2.0,
+ xutils-dev (= 1:7.6+6)
 Standards-Version: 3.9.5
 Homepage: https://01.org/linuxgraphics/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git

commit e611af5b896ba3df3e0829606f72891a52c2afb1
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 18:49:51 2014 -0700

Add -dbg package for intel-gpu-tools

diff --git a/debian/changelog b/debian/changelog
index ff24084..0a68b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.6-2) unstable; urgency=medium
 
   * Enable build hardening (bump dh compat level to 9).
+  * Strip debug symbols into separate intel-gpu-tools-dbg package.
 
  -- Vincent Cheng vch...@debian.org  Tue, 13 May 2014 18:43:34 -0700
 
diff --git a/debian/control b/debian/control
index d5faf92..d544ef3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,11 +16,7 @@ Build-Depends:
  libpciaccess-dev (= 0.10),
  libudev-dev,
  libxrandr-dev,
- pkg-config,
-# python3-dev,
- quilt,
- swig2.0,
- xutils-dev (= 1:7.6+6)
+ pkg-config
 Standards-Version: 3.9.5
 Homepage: https://01.org/linuxgraphics/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/intel-gpu-tools.git
@@ -34,3 +30,18 @@ Description: tools for debugging the Intel graphics driver
  intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
  including a GPU hang dumping program, performance monitor, and performance
  microbenchmarks for regression testing the DRM.
+
+Package: intel-gpu-tools-dbg
+Section: debug
+Priority: extra
+Architecture: amd64 i386
+Depends:
+ intel-gpu-tools (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: tools for debugging the Intel graphics driver (debug)
+ intel-gpu-tools is a package of tools for debugging the Intel graphics driver,
+ including a GPU hang dumping program, performance monitor, and performance
+ microbenchmarks for regression testing the DRM.
+ .
+ This package contains debugging symbols for intel-gpu-tools.
diff --git a/debian/rules b/debian/rules
index b7911a4..5e95be9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ override_dh_install:
find debian/tmp -name '*.la' -delete
dh_install --fail-missing
 
+override_dh_strip:
+   dh_strip --dbg-package=intel-gpu-tools-dbg
+
 %:
dh $@ --with quilt,autoreconf --builddirectory=build/
 

commit a072fc4219ace0c6ebafde813ad27fd5d68cf492
Author: Vincent Cheng vch...@debian.org
Date:   Tue May 13 18:45:28 2014 -0700

Enable build hardening (dh compat 9)

diff --git a/debian/changelog b/debian/changelog
index 0b81ef3..ff24084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+intel-gpu-tools (1.6-2) unstable; urgency=medium
+
+  * Enable build hardening (bump dh compat level to 9).
+
+ -- Vincent Cheng vch...@debian.org  Tue, 13 May 2014 18:43:34 -0700
+
 intel-gpu-tools (1.6-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 6c5de8d..d5faf92 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Uploaders:
  Vincent Cheng vch...@debian.org
 Build-Depends:
  bison,
- debhelper (= 8),
+ debhelper (= 9),
  dh-autoreconf,
  libcairo2-dev,
  libdrm-dev (= 2.4.38),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wkosg-0006sa...@moszumanska.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2013-10-04 Thread Timo Aaltonen
 .gitignore   |7 
 ChangeLog|10261 +++
 Makefile.am  |   13 
 NEWS |   59 
 README   |   47 
 assembler/.gitignore |   18 
 assembler/Makefile.am|   51 
 assembler/README |9 
 assembler/TODO   |   14 
 assembler/brw_compat.h   |   67 
 assembler/brw_context.c  |   44 
 assembler/brw_context.h  |   78 
 assembler/brw_defines.h  | 1642 
 assembler/brw_disasm.c   | 1348 
 assembler/brw_eu.c   |  268 
 assembler/brw_eu.h   |  427 +
 assembler/brw_eu_compact.c   |  810 ++
 assembler/brw_eu_debug.c |   92 
 assembler/brw_eu_emit.c  | 2627 +++
 assembler/brw_eu_util.c  |  125 
 assembler/brw_reg.h  |  808 ++
 assembler/brw_structs.h  | 1493 
 assembler/disasm-main.c  |  172 
 assembler/doc/Makefile.am|3 
 assembler/doc/examples/packed_yuv_sf.g4a |   17 
 assembler/doc/examples/packed_yuv_wm.g4a |  161 
 assembler/gen4asm.h  |  227 
 assembler/gram.y | 3051 +
 assembler/intel-gen4asm.pc.in|   10 
 assembler/lex.l  |  441 +
 assembler/main.c |  520 +
 assembler/ralloc.c   |  482 +
 assembler/ralloc.h   |  407 +
 assembler/test/.gitignore|   24 
 assembler/test/Makefile.am   |   93 
 assembler/test/break.expected|1 
 assembler/test/break.g4a |6 
 assembler/test/cont.expected |1 
 assembler/test/cont.g4a  |6 
 assembler/test/declare.expected  |3 
 assembler/test/declare.g4a   |5 
 assembler/test/else.expected |1 
 assembler/test/else.g4a  |1 
 assembler/test/endif.expected|1 
 assembler/test/endif.g4a |1 
 assembler/test/frc.expected  |1 
 assembler/test/frc.g4a   |1 
 assembler/test/halt.expected |1 
 assembler/test/halt.g4a  |1 
 assembler/test/if.expected   |1 
 assembler/test/if.g4a|1 
 assembler/test/iff.expected  |1 
 assembler/test/iff.g4a   |1 
 assembler/test/immediate.expected|3 
 assembler/test/immediate.g4a |3 
 assembler/test/jmpi.expected |1 
 assembler/test/jmpi.g4a  |1 
 assembler/test/lzd.expected  |1 
 assembler/test/lzd.g4a   |1 
 assembler/test/mov.expected  |1 
 assembler/test/mov.g4a   |1 
 assembler/test/not.expected  |1 
 assembler/test/not.g4a   |1 
 assembler/test/rndd.expected |1 
 assembler/test/rndd.g4a  |1 
 assembler/test/rnde-intsrc.expected  |1 
 assembler/test/rnde-intsrc.g4a   |2 
 assembler/test/rnde.expected |1 
 assembler/test/rnde.g4a  |1 
 assembler/test/rndu.expected |1 
 assembler/test/rndu.g4a  |1 
 assembler/test/rndz.expected |1 
 assembler/test/rndz.g4a  |1 
 assembler/test/run-test.sh   |   11 
 assembler/test/wait.expected |1 
 assembler/test/wait.g4a  |1 
 assembler/test/while.expected|1 
 assembler/test/while.g4a |1 
 autogen.sh   |2 
 configure.ac |  189 
 debian/changelog |4 
 debian/control   |6 
 debian/rules |3 
 debugger/Makefile.am |1 
 debugger/system_routine/Makefile.am  |4 
 demos/intel_sprite_on.c  | 1395 +---
 lib/Makefile.am  |1 
 lib/drmtest.c| 1890 -
 lib/drmtest.h|  295 
 lib/gen7_render.h| 1496 +++-
 lib/i830_reg.h   |3 
 lib/intel_batchbuffer.c  |   62 
 lib/intel_batchbuffer.h  |7 
 lib/intel_chipset.h  |  374 -
 lib/intel_drm.c  |   16 
 lib/intel_gpu_tools.h|   11 
 lib/intel_iosf.c |   85 
 lib/intel_mmio.c |   54 
 lib/intel_pci.c 

intel-gpu-tools: Changes to 'debian-unstable'

2013-01-29 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/watch |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 20225e72d6f28c72519246379ad2c82d75b1f59d
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Tue Jan 29 12:11:44 2013 +0200

watch: fix the remote url.

diff --git a/debian/changelog b/debian/changelog
index 6eff9e7..ac443e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ intel-gpu-tools (1.3-1) UNRELEASED; urgency=low
   * rules: Stop renaming forcewaked.
   * control: Bump standards-version to 3.9.3, no changes.
   * control: Limit the architectures to amd64, i386.
+  * watch: fix the remote url.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 27 Aug 2012 11:55:43 +0300
 
diff --git a/debian/watch b/debian/watch
index d45f6a0..9379317 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-#git=git://anongit.freedesktop.org/app/intel-gpu-tools
+#git=git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
 version=3
 
http://xorg.freedesktop.org/archive/individual/app/intel-gpu-tools-(.*)\.tar\.gz


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1u08am-0005c4...@vasks.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2012-09-12 Thread Timo Aaltonen
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 0483fc47dca4f9fb9179408b9dbfb6ff3a975691
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Wed Sep 12 18:50:35 2012 +0300

control: Limit the architectures to amd64, i386.

diff --git a/debian/changelog b/debian/changelog
index 02850da..6eff9e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ intel-gpu-tools (1.3-1) UNRELEASED; urgency=low
   * control: Add libcairo2-dev to build-depends.
   * rules: Stop renaming forcewaked.
   * control: Bump standards-version to 3.9.3, no changes.
+  * control: Limit the architectures to amd64, i386.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 27 Aug 2012 11:55:43 +0300
 
diff --git a/debian/control b/debian/control
index 03be4aa..601d68d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Vcs-Git: 
git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
-Architecture: any
+Architecture: amd64 i386
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1tbpkz-0002vh...@vasks.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2012-02-12 Thread Tormod Volden
 .gitignore |  154 -
 COPYING|  108 +
 ChangeLog  | 1253 ++
 Makefile.am|   20 
 autogen.sh |   14 
 benchmarks/.gitignore  |5 
 benchmarks/Makefile.am |   29 
 configure.ac   |  130 -
 debian/changelog   |7 
 debian/control |3 
 debugger/.gitignore|2 
 debugger/Makefile.am   |   27 
 debugger/system_routine/.gitignore |   10 
 debugger/system_routine/GNUmakefile.in |3 
 debugger/system_routine/Makefile   |   84 
 debugger/system_routine/Makefile.am|   42 
 demos/.gitignore   |1 
 demos/Makefile.am  |7 
 demos/sprite_on.c  | 1222 +
 lib/Makefile.am|   51 
 lib/drmtest.c  |  306 +++
 lib/drmtest.h  |   31 
 lib/gen6_render.h  | 1553 +
 lib/intel_batchbuffer.h|1 
 lib/intel_drm.c|   99 +
 lib/intel_gpu_tools.h  |1 
 lib/intel_mmio.c   |   32 
 lib/intel_pci.c|   14 
 lib/intel_reg.h|   17 
 lib/intel_reg_map.c|5 
 lib/rendercopy.h   |   72 
 lib/rendercopy_gen6.c  |  599 ++
 lib/rendercopy_i830.c  |  344 +++
 lib/rendercopy_i915.c  |  180 ++
 m4/.gitignore  |5 
 man/Makefile.am|   44 
 man/intel_audio_dump.1 |   11 
 man/intel_audio_dump.man   |   11 
 man/intel_bios_dumper.1|   14 
 man/intel_bios_dumper.man  |   14 
 man/intel_bios_reader.1|   15 
 man/intel_bios_reader.man  |   15 
 man/intel_error_decode.1   |   20 
 man/intel_error_decode.man |   20 
 man/intel_gpu_top.1|   41 
 man/intel_gpu_top.man  |   41 
 man/intel_gtt.1|   14 
 man/intel_gtt.man  |   14 
 man/intel_lid.1|   12 
 man/intel_lid.man  |   12 
 man/intel_reg_dumper.1 |   24 
 man/intel_reg_dumper.man   |   24 
 man/intel_reg_read.1   |   15 
 man/intel_reg_read.man |   15 
 man/intel_reg_snapshot.1   |   15 
 man/intel_reg_snapshot.man |   15 
 man/intel_reg_write.1  |   16 
 man/intel_reg_write.man|   16 
 man/intel_stepping.1   |   15 
 man/intel_stepping.man |   15 
 man/intel_upload_blit_large.1  |   18 
 man/intel_upload_blit_large.man|   18 
 man/intel_upload_blit_large_gtt.1  |   18 
 man/intel_upload_blit_large_gtt.man|   18 
 man/intel_upload_blit_large_map.1  |   18 
 man/intel_upload_blit_large_map.man|   18 
 man/intel_upload_blit_small.1  |   18 
 man/intel_upload_blit_small.man|   18 
 scripts/Makefile.am|7 
 tests/.gitignore   |   57 
 tests/Makefile.am  |   34 
 tests/ZZ_check_dmesg   |   11 
 tests/ZZ_hangman   |   62 
 tests/drm_vma_limiter.c|  110 +
 tests/drm_vma_limiter_cached.c |  138 +
 tests/drm_vma_limiter_cpu.c|  100 +
 tests/drm_vma_limiter_gtt.c|  101 +
 tests/gem_bad_length.c |   32 
 tests/gem_basic.c  |   10 
 tests/gem_cs_prefetch.c|  169 +
 tests/gem_exec_bad_domains.c   |   10 
 tests/gem_exec_blt.c   |   43 
 tests/gem_exec_faulting_reloc.c|   59 
 tests/gem_exec_nop.c   |   63 
 tests/gem_fence_thrash.c   |   12 
 tests/gem_fenced_exec_thrash.c |   44 
 tests/gem_flink.c  |   14 
 tests/gem_gtt_speed.c  |  104 -
 tests/gem_largeobject.c|   23 
 tests/gem_linear_blits.c   |   66 
 tests/gem_mmap.c   |   39 
 tests/gem_mmap_gtt.c   |   76 
 tests/gem_partial_pwrite_pread.c   |   53 
 tests/gem_pwrite.c |   32 
 tests/gem_reloc_vs_gpu.c   |1 
 tests/gem_ring_sync_loop.c |4 
 tests/gem_stress.c |  181 --
 tests/gem_stress.h |  100 -
 tests/gem_stress_gen6.c|  595 --
 tests/gem_stress_i830.c|  354 ---
 tests/gem_stress_i915.c|  190 --
 tests/gem_tiled_blits.c|   10 
 

intel-gpu-tools: Changes to 'debian-unstable'

2012-02-11 Thread Cyril Brulebois
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 608bf30420ef62b175841db2b2f5d1ecf911bcc2
Author: Cyril Brulebois k...@debian.org
Date:   Sat Feb 11 18:09:39 2012 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5036258..8cca6db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
+intel-gpu-tools (1.1-1) unstable; urgency=low
 
   [ Cyril Brulebois ]
   * New upstream release. (Closes: #621721)
@@ -30,7 +30,7 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
   * control: Add Vcs links
   * Bump Standards-Version to 3.9.2 (no changes needed)
 
- -- Cyril Brulebois k...@debian.org  Sun, 25 Dec 2011 18:16:47 +0100
+ -- Cyril Brulebois k...@debian.org  Sat, 11 Feb 2012 18:09:34 +0100
 
 intel-gpu-tools (1.0.2-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rwgez-vd...@vasks.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2012-02-10 Thread Tormod Volden
 debian/changelog|   15 +++-
 debian/control  |4 ++
 debian/patches/100_drmtest_exit_not_abort.patch |   43 
 debian/patches/series   |1 
 debian/rules|5 ++
 5 files changed, 67 insertions(+), 1 deletion(-)

New commits:
commit 48fbf939b52594799433f6fa6469dbd08c559f18
Author: Tormod Volden debian.tor...@gmail.com
Date:   Fri Feb 10 22:33:43 2012 +0100

Add Vcs links to debian/control

diff --git a/debian/changelog b/debian/changelog
index e954603..5036258 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
 Tormod, and myself as Uploaders.
   * Wrap Build-Depends/Depends.
   * Bump libdrm-intel1 build-dep.
-  * Bump Standards-Version to 3.9.2 (no changes needed)
   * Update watch file:
 - Add a reference to upstream git repository.
 - Switch from tar.bz2 to tar.gz, the former isn't supported by the 1.0
@@ -27,6 +26,10 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
   * Add 100_drmtest_exit_not_abort.patch to avoid SIGABRT when running
 benchmarks as non-root.
 
+  [ Tormod Volden ]
+  * control: Add Vcs links
+  * Bump Standards-Version to 3.9.2 (no changes needed)
+
  -- Cyril Brulebois k...@debian.org  Sun, 25 Dec 2011 18:16:47 +0100
 
 intel-gpu-tools (1.0.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ab4d94c..3c8111b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,8 @@ Build-Depends:
  xutils-dev (= 1:7.6+6),
 Standards-Version: 3.9.2
 Homepage: http://www.intellinuxgraphics.org/
+Vcs-Git: git://git.debian.org/git/pkg-xorg/app/intel-gpu-tools.git
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/intel-gpu-tools.git
 
 Package: intel-gpu-tools
 Architecture: any

commit bb2be94945e8365cf3ca0c3fc290f7f5f15eecc3
Author: Tormod Volden debian.tor...@gmail.com
Date:   Fri Feb 10 22:23:08 2012 +0100

Add patch to avoid SIGABRT when running non-root

Picked from Bryce's ubuntu branch, thanks.

diff --git a/debian/changelog b/debian/changelog
index d6e40e0..e954603 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
   * Add build dependency on xutils-dev to fix FTBFS.
   * rules: Add gentarball target to make it easier to update to new git
 snapshots when needed.
+  * Add 100_drmtest_exit_not_abort.patch to avoid SIGABRT when running
+benchmarks as non-root.
 
  -- Cyril Brulebois k...@debian.org  Sun, 25 Dec 2011 18:16:47 +0100
 
diff --git a/debian/patches/100_drmtest_exit_not_abort.patch 
b/debian/patches/100_drmtest_exit_not_abort.patch
new file mode 100644
index 000..d539393
--- /dev/null
+++ b/debian/patches/100_drmtest_exit_not_abort.patch
@@ -0,0 +1,43 @@
+From 73af5dcd1d361543a79189456e66b951bc4c9cb3 Mon Sep 17 00:00:00 2001
+From: Bryce Harrington br...@canonical.com
+Date: Tue, 24 Jan 2012 19:35:28 -0800
+Subject: [PATCH intel-gpu-tools 1/1] drmtest:  exit() rather than abort() for 
simple usage errors.
+
+When the benchmarks are run as non-root, they terminate since they can't
+read the drm files.  However, by terminating with abort(), this raises
+SIGABRT which has the side effect of triggering crash reporting
+utilities (e.g. apport).  As a result we've been accumulating bug
+reports about it.
+
+As the code is displaying a unique error message prior to termination,
+it should be discoverable enough where in the code the failure occurs,
+so an exit(1) should be sufficient for termination.
+
+Signed-off-by: Bryce Harrington br...@canonical.com
+---
+ lib/drmtest.c |4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/lib/drmtest.c b/lib/drmtest.c
+index fc40ad1..5ebd6d6 100644
+--- a/lib/drmtest.c
 b/lib/drmtest.c
+@@ -65,7 +65,7 @@ int drm_open_any(void)
+   close(fd);
+   }
+   fprintf(stderr, failed to open any drm device. retry as root?\n);
+-  abort();
++  exit(1);
+ }
+ 
+ 
+@@ -108,5 +108,5 @@ int drm_open_any_master(void)
+   return fd;
+   }
+   fprintf(stderr, Couldn't find an un-controlled DRM device\n);
+-  abort();
++  exit(1);
+ }
+-- 
+1.7.4.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..069dcea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+100_drmtest_exit_not_abort.patch

commit 7db0f8ba9ee8ac5ab5ddc3cbb12cbbdde0d45500
Author: Tormod Volden debian.tor...@gmail.com
Date:   Fri Feb 10 22:08:13 2012 +0100

Add gentarball rule (for future convenience)

Picked from Bryce's ubuntu branch, thanks.

diff --git a/debian/changelog b/debian/changelog
index 7da57a4..d6e40e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,8 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
   * control: Add Conflicts with xserver-xorg-video-intel  

intel-gpu-tools: Changes to 'debian-unstable'

2012-01-17 Thread Tormod Volden
 debian/changelog   |2 +-
 debian/intel-gpu-tools.install |2 ++
 debian/rules   |2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 5033a0ac38e80f1343c523c35e294a4d83210678
Author: Tormod Volden debian.tor...@gmail.com
Date:   Mon Jan 16 23:39:09 2012 +0100

Clarify why the test suite is disabled.

diff --git a/debian/changelog b/debian/changelog
index a5bb1a4..06ead44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,7 +15,7 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
 - Switch debhelper build-dep and compat to 8.
 - Use dh-autoreconf and quilt as in other X packages.
 - Use --fail-missing and .install accordingly.
-  * Disable test suite: it needs to be run as root.
+  * Disable test suite, make test checks GPU/drm, not the build
 
  -- Cyril Brulebois k...@debian.org  Sun, 25 Dec 2011 18:16:47 +0100
 
diff --git a/debian/rules b/debian/rules
index 30b44fb..6d954b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # Disable test suite:
 override_dh_auto_test:
-   echo 'Test suite disabled: it needs to be run as root, with no X 
running.'
+   echo 'Test suite disabled (does not perform a build check).'
 
 # Install in debian/tmp to retain control through dh_install:
 override_dh_auto_install:

commit 20276c99aca771645ce0195812971e10218aa408
Author: Tormod Volden debian.tor...@gmail.com
Date:   Mon Jan 16 23:33:29 2012 +0100

Add missing debian/intel-gpu-tools.install

diff --git a/debian/intel-gpu-tools.install b/debian/intel-gpu-tools.install
new file mode 100644
index 000..a65408f
--- /dev/null
+++ b/debian/intel-gpu-tools.install
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/man


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rngqn-0004jm...@vasks.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2012-01-16 Thread Tormod Volden
 debian/changelog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 6c6614394b414035583c5015a96cc9914bee6344
Author: Tormod Volden debian.tor...@gmail.com
Date:   Mon Jan 16 19:05:12 2012 +0100

Add bug closers.

diff --git a/debian/changelog b/debian/changelog
index d22be96..fa1a81d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
 
-  * New upstream release.
+  * New upstream release. (Closes: #621721)
+- Fixes intel_gpu_top MMIO issue. (Closes: #655672)
   * Make the Debian X Strike Force maintain the package; keeping Eric,
 Tormod, and myself as Uploaders.
   * Wrap Build-Depends/Depends.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rmr5q-0005fq...@vasks.debian.org



Re: intel-gpu-tools: Changes to 'debian-unstable'

2012-01-16 Thread Julien Cristau
On Mon, Jan 16, 2012 at 18:15:42 +, Tormod Volden wrote:

  intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
  
Do you need a sponsor for this btw?

Cheers,
Julien


signature.asc
Description: Digital signature


intel-gpu-tools: Changes to 'debian-unstable'

2012-01-16 Thread Tormod Volden
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c30aa3cfc0b6005ce71a774bba02051da16518be
Author: Tormod Volden debian.tor...@gmail.com
Date:   Mon Jan 16 20:56:23 2012 +0100

Bump standards-version to 3.9.2

diff --git a/debian/changelog b/debian/changelog
index fa1a81d..a5bb1a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ intel-gpu-tools (1.1-1) UNRELEASED; urgency=low
 Tormod, and myself as Uploaders.
   * Wrap Build-Depends/Depends.
   * Bump libdrm-intel1 build-dep.
+  * Bump Standards-Version to 3.9.2 (no changes needed)
   * Update watch file:
 - Add a reference to upstream git repository.
 - Switch from tar.bz2 to tar.gz, the former isn't supported by the 1.0
diff --git a/debian/control b/debian/control
index 9ffc643..44c3950 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  libpciaccess-dev (= 0.10),
  libdrm-dev,
  libdrm-intel1 (= 2.4.23),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Homepage: http://www.intellinuxgraphics.org/
 
 Package: intel-gpu-tools


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rmsfy-00039i...@vasks.debian.org



intel-gpu-tools: Changes to 'debian-unstable'

2011-12-25 Thread Cyril Brulebois
New branch 'debian-unstable' available with the following commits:
commit 7039f7565973172d13181c3656a84e3209d5eba1
Author: Tormod Volden debian.tor...@gmail.com
Date:   Thu Nov 19 19:04:26 2009 +0100

Release 1.0.2-1

commit bc72a6f281bf255ae7a16ea9b5f03038b884fb98
Author: Tormod Volden debian.tor...@gmail.com
Date:   Wed Nov 18 20:18:05 2009 +0100

Add myself as uploader

commit 0e5b850c879834fab075b14e890814fe89d13f50
Author: Tormod Volden debian.tor...@gmail.com
Date:   Wed Nov 18 20:15:40 2009 +0100

Add build-dep on libdrm-intel1 2.4.6

As required by configure.ac. This will also prevent building on
non-supported architectures.

commit 5e0c553e3ec3dfc932b952ff27322c3bba97987a
Author: Tormod Volden debian.tor...@gmail.com
Date:   Wed Nov 18 20:12:48 2009 +0100

Bump standard-version to 3.8.3

commit cb686a34b14addd909de2c6566a559db9c201c96
Author: Tormod Volden debian.tor...@gmail.com
Date:   Wed Nov 18 20:11:02 2009 +0100

Start new release

commit 47663254d272b6f9d142fa43314923da849d4140
Merge: ce9ffa6 d48fc14
Author: Cyril Brulebois k...@debian.org
Date:   Sun Dec 25 18:04:18 2011 +0100

Merge branch 'upstream-unstable' into debian-unstable

commit ce9ffa6409210080052874112dc1976647e6178f
Author: Cyril Brulebois k...@debian.org
Date:   Sun Dec 25 17:53:34 2011 +0100

Import 1.0.1-1 packaging from Eric's repository.

commit d48fc144cab31b0a776992b2a8eba30b101a21f4
Author: Eric Anholt e...@anholt.net
Date:   Mon Sep 21 15:00:56 2009 -0700

Bump to 1.0.2 for release.

commit 15ba3a5fc6556ce408723e4a9f05b1830316115b
Author: Carl Worth cwo...@cworth.org
Date:   Thu Sep 17 15:05:24 2009 -0700

Print unmatched opcode value for all 3D UNKNOWN messages

This just simplifies one step for fixing up an incompletely-parsed
dump.

commit bbebf6b1c90b5c777e1a155818e3194e1c3889bc
Author: Xiang, Haihao haihao.xi...@intel.com
Date:   Thu Sep 3 09:50:00 2009 +0800

Add support for new chips

Signed-off-by: Xiang, Haihao haihao.xi...@intel.com

commit b20efcf585af65b1cff8b76b8bac5af9252d9391
Author: Xiang, Haihao haihao.xi...@intel.com
Date:   Thu Sep 3 09:35:50 2009 +0800

CS FENCE in URB_FENCE is 11-bits wide

Signed-off-by: Xiang, Haihao haihao.xi...@intel.com

commit 84a877511f2a85274ef0f22ea01249b1440e95c5
Author: Xiang, Haihao haihao.xi...@intel.com
Date:   Thu Sep 3 09:33:36 2009 +0800

Fix the length of CONSTANT_BUFFER

Signed-off-by: Xiang, Haihao haihao.xi...@intel.com

commit 61237b98bb02479bfa9eefe5e6bf62a3ce9468f7
Author: Eric Anholt e...@anholt.net
Date:   Mon Jul 20 11:46:11 2009 -0700

intel_gpu_dump: Don't pretend we understand vertex formats on 8xx.

commit b66d2feb6981c41fae9eea003e7e55ff531d1317
Author: Eric Anholt e...@anholt.net
Date:   Mon Jul 20 11:44:56 2009 -0700

intel_gpu_dump: Parse LOAD_STATE_IMMEDIATE_2 for 830.

commit 7bc13bc00c028162dbf402a8ebda6203c50c3179
Author: Eric Anholt e...@anholt.net
Date:   Mon Jul 20 09:14:43 2009 -0700

intel_gpu_dump: Add IPEIR and PGTBL_ER to output.

commit 56bdcd1d6b434cd37bfc47d295abaf37f0093c84
Author: Eric Anholt e...@anholt.net
Date:   Mon Jul 20 09:07:16 2009 -0700

Add INSTDONE bits for 830-865.

commit 1cbfe0ea6aea4a1bef6528cb72308c9571636c62
Author: Eric Anholt e...@anholt.net
Date:   Thu Jul 16 14:15:47 2009 -0700

intel_gpu_dump: Fix decode for LOAD_STATE_IMMEDIATE_1 with S8 set.

commit d9e28e63e5a11f0707516b2eff648b1c2c99598a
Author: Eric Anholt e...@anholt.net
Date:   Mon Jul 13 10:03:17 2009 -0700

Add a manpage for intel_reg_write

commit d83a417c0158b5385835d520c1ed46fd6e5fd683
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Thu Sep 3 10:58:59 2009 +0100

dump: Minor typo

commit 8f3f862b961c5b28ccdb42faff7b279aafcec652
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Tue Sep 1 10:09:55 2009 +0100

Add gem_fence_thrash test

This is a test case that overcommits fence registers between threads, which
are copying from one fenced bo to another. In earlier versions of the driver
this would cause excessive spinning as the first inactive (i.e. not in use
by the GPU) would be used to service the next page. After all the fence
registers had been allocated, in effect only the very first fence would then
be used for all subsequent faults.

commit 4839ee97875d07a27c28f39021178d2cf4b5d4b8
Author: Ben Gamari bgamari.f...@gmail.com
Date:   Wed Jul 1 16:52:20 2009 -0400

Add CS_USB_STATE decoding

commit 147f07b5c2248f57c75961b80e717bd83fcaa44b
Author: Ben Gamari bgamari.f...@gmail.com
Date:   Wed Jul 1 16:52:19 2009 -0400

Add CONSTANT_BUFFER decoding

commit 357e43a4f1e1e4561fa1ced59c47e1b489b21b2b
Author: Ben Gamari bgamari.f...@gmail.com
Date:   Wed Jul 1 16:52:18 2009 -0400

Fix gs_fence output in URB_FENCE output

commit e302d0fe89596ff5a12ae6b098ec5094154f9a4e
Author: Ben Gamari bgamari.f...@gmail.com
Date:   Wed Jul 1 16:52:17 2009 -0400

add realloc bits to 

intel-gpu-tools: Changes to 'debian-unstable'

2011-12-25 Thread Cyril Brulebois
 .gitignore   |   54 
 ChangeLog| 3939 +++
 Makefile.am  |   15 
 README   |   35 
 autogen.sh   |   14 
 benchmarks/Makefile.am   |   15 
 benchmarks/intel_upload_blit_large.c |3 
 benchmarks/intel_upload_blit_large_gtt.c |3 
 benchmarks/intel_upload_blit_large_map.c |3 
 benchmarks/intel_upload_blit_small.c |3 
 configure.ac |   77 
 debian/changelog |   19 
 debian/compat|2 
 debian/control   |   17 
 debian/rules |   93 
 debian/watch |5 
 debugger/Makefile.am |   19 
 debugger/debug_rdata.c   |  141 +
 debugger/eudb.c  |  606 
 debugger/system_routine/GNUmakefile.in   |3 
 debugger/system_routine/Makefile |   84 
 debugger/system_routine/eviction_macro.c |   48 
 debugger/system_routine/pre_cpp.py   |  123 
 debugger/system_routine/sr.g4a   |  277 ++
 debugger/system_routine/test.g4a |   64 
 lib/Makefile.am  |   22 
 lib/debug.h  |   92 
 lib/drmtest.c|   30 
 lib/i830_reg.h   |  805 ++
 lib/i915_3d.h|  619 
 lib/i915_reg.h   |  844 ++
 lib/instdone.c   |  211 +
 lib/instdone.h   |4 
 lib/intel_batchbuffer.c  |  124 
 lib/intel_batchbuffer.h  |   60 
 lib/intel_chipset.h  |   88 
 lib/intel_drm.c  |   92 
 lib/intel_gpu_tools.c|  154 -
 lib/intel_gpu_tools.h|   65 
 lib/intel_mmio.c |  251 +
 lib/intel_pci.c  |   89 
 lib/intel_reg.h  | 1068 ++--
 lib/intel_reg_map.c  |  178 +
 m4/.gitignore|5 
 m4/dolt.m4   |  178 -
 m4/shave.m4  |   73 
 man/Makefile.am  |9 
 man/intel_audio_dump.1   |   11 
 man/intel_bios_dumper.1  |   14 
 man/intel_bios_reader.1  |   15 
 man/intel_error_decode.1 |   20 
 man/intel_gpu_dump.1 |   22 
 man/intel_gpu_top.1  |   23 
 man/intel_gtt.1  |   14 
 man/intel_lid.1  |   12 
 man/intel_reg_dumper.1   |   24 
 man/intel_reg_read.1 |   15 
 man/intel_reg_snapshot.1 |   15 
 man/intel_reg_write.1|2 
 scripts/Makefile.am  |6 
 scripts/throttle.py  |   67 
 scripts/who.sh   |   13 
 shave-libtool.in |   69 
 shave.in |   76 
 tests/Makefile.am|   89 
 tests/check_drm_clients  |   30 
 tests/debugfs_emon_crash |   34 
 tests/debugfs_reader |   27 
 tests/gem_bad_address.c  |3 
 tests/gem_bad_batch.c|3 
 tests/gem_bad_blit.c |7 
 tests/gem_bad_length.c   |  158 +
 tests/gem_double_irq_loop.c  |  147 +
 tests/gem_dummy_reloc_loop.c |  194 +
 tests/gem_exec_bad_domains.c |  145 +
 tests/gem_exec_blt.c |  306 ++
 tests/gem_exec_faulting_reloc.c  |  289 ++
 tests/gem_exec_nop.c |  162 +
 tests/gem_fence_thrash.c |   10 
 tests/gem_fenced_exec_thrash.c   |  184 +
 tests/gem_flink.c|2 
 tests/gem_gtt_speed.c|  311 ++
 tests/gem_hang.c |5 
 tests/gem_hangcheck_forcewake.c  |  127 
 tests/gem_largeobject.c  |   25 
 tests/gem_linear_blits.c |  310 ++
 tests/gem_mmap.c |2 
 tests/gem_mmap_gtt.c |  233 +
 tests/gem_partial_pwrite_pread.c |  284 ++
 tests/gem_pipe_control_store_loop.c  |  184 +
 tests/gem_pread_after_blit.c |3 
 tests/gem_pwrite.c   |  154 +
 tests/gem_readwrite.c|4 
 tests/gem_reloc_vs_gpu.c |  207 +
 tests/gem_ring_sync_loop.c   |  139 +
 tests/gem_ringfill.c |3 
 tests/gem_storedw_batches_loop.c |  168 +
 tests/gem_storedw_loop_blt.c |  146 +