File intel-gpu-tools.changes of Package intel-gpu-tools
-------------------------------------------------------------------
Mon Sep 14 10:50:03 UTC 2015 - sndirsch@suse.com
- intel-gpu-tools 1.12
- Various new tests and tools
- New statistical analysis functions. (Damien Lespiau)
- New benchmark tests. (Chris Wilson)
- Old register tools that were superseded by intel_reg have been removed.
- Various tests have been marked "basic", to indicate they are suitable for
use in basic acceptance testing. (Jesse Barnes)
- Per-ring gem_storedw_loop tests combined into a single test with subtests.
(Jesse Barnes)
- New "aubdump" tool, used to launch an application and capture rendering to
an AUB file. (Kristian Høgsberg Kristensen)
- Cherryview support added to intel_display_poller. (Ville Syrjälä)
- Skylake and Broadwell support added to gem_gpgpu_fill tests.
(Dominik Zeromski)
- Support for running core drm tests on any platform. (Micah Fedke)
- Many other bug fixes
- supersedes patch 'u_build-fixes.patch"
-------------------------------------------------------------------
Fri Jun 12 12:40:58 UTC 2015 - sndirsch@suse.com
- use correct filelist macros
-------------------------------------------------------------------
Fri Jun 12 08:44:12 UTC 2015 - sndirsch@suse.com
- Update to version 1.11
* Various new tests and tools
* Single combined test list (supported by piglit since commit 8a122bb)
* Optional dependency on libunwind to provide automatic stack traces on test
failures. (Thomas Wood)
* Add optional default debug and optimisation flags for tests to enable better
stack traces and debugging. (Thomas Wood)
* Test programs are now installed into libexec. This is useful when building a
complete software stack for a DUT from scratch. (Building and installing
tests can still be disabled by the --disable-tests configure flag.)
(Joonas Lahtinen)
* New tool to decode watermark registers (Ville Syrjälä)
* Timeout mechanism now reports test as failed
* Introduce intel_reg as the one Intel graphics register multitool to replace
intel_reg_read, intel_reg_write, intel_iosf_sb_read, intel_iosf_sb_write,
intel_vga_read, intel_vga_write, intel_reg_dumper, intel_reg_snapshot,
and quick_dump.py. (Jani Nikula)
* Add functions to manipulate i915.ko parameters and ensure features are enabled
for testing. (Paulo Zanoni)
- supersedes u_Fix-pointer-cast-in-order-to-fix-build-on-32bit-arch.patch
- added new buildrequires to gtk-doc and libunwind
- added /usr/lib/intel-gpu-tools/* and /usr/share/intel-gpu-tools/* to filelist
-------------------------------------------------------------------
Tue Mar 17 09:58:24 UTC 2015 - sndirsch@suse.com
- u_Fix-pointer-cast-in-order-to-fix-build-on-32bit-arch.patch
* fixes build on 32bit
-------------------------------------------------------------------
Mon Mar 16 11:53:56 UTC 2015 - sndirsch@suse.com
- Update to version 1.10
* New frequency manipulation tool (intel_gpu_frequency)
* Adjustments for the Solaris port (Alan Coopersmith).
* Remove tests/NAMING-CONVENTION since it's all in the docbook now,
to avoid divergent conventions.
* New CRITICAL log level for really serious stuff (Thomas Wood).
* Interactive test mode can now be enabled by the shared cmdline
option --interactive-debug=$var (Rodrigo Vivi).
* Improved logging to kmsg to better line up test runs with kernel
messages (Chris Wilson).
* Record all log levels (including disabled levels) in a ringbuffer
and dump that on test failures for quicker diagnostics of automated
test run results (Thomas Wood).
* A lot of small polish all over the test library.
* Piles of new testcases and improvements to existing ones as usual.
-------------------------------------------------------------------
Tue Jan 20 11:05:15 UTC 2015 - sndirsch@suse.com
- reenabled post build checks
- u_build-fixes.patch
* fix post build checks
-------------------------------------------------------------------
Sun Jan 18 22:10:00 UTC 2015 - sfalken@opensuse.org
- Update to version 1.9:
+ Patches refactored for new sources
+ post-build-checks disabled, due to check failure:
I: Program returns random data in a function
E: intel-gpu-tools no-return-in-nonvoid-function
intel_renderstate_gen8.c:441
+ Dropped:
- n_missing_check-ndebug.h.patch
- intel-gpu-tools-1.7.tar.bz2
+ Added:
- intel-gpu-tools-1.9.tar.bz2
+ Changes from version 1.7
- More Android porting
- Fixes to documentation warnings
- Updates to UPDATE, MAINTAINERS, and README
- lib:
- Fix out of tree build of version.h
- added function to lock memory into RAM
- add option log domain filtering
- introduce log domains
- igt_debugfs: Don't setup crc in _new
- igt_debugfs: Throw away the two first CRCs
- igt.cocci: Deal with min/max/swap
- add swap() macro
- always reset connectors after the state is forced
- remove igt_edid.h
- tests:
- gem_tiled_swapping: use igt_info logging wrapper
- replaced 3D test images
- kms_cursor_crc: Restore the valid pipe/connector combo check
- kms_mmio_vs_cs_flip: Count valid tests for all crtcs
- kms_flip:
* Target the back buffer with the dummy load
* Calibrate the dummy load delay in kms_flip
* Use fixed size (2kx2k) buffers for dummy load
* Refactor blit code
- Run lib/igt.cocci
- pm_rps: vlv:
* roundmiddle point to freq supported by HW
* load gpu for idle min/max tests\
* wait for freq to settleo
- add gem_gpgpu_fill to .gitignore
- use base edid
- tools:
- add missing copyright headers
- terminate getopt_long long option arrays properly
- drv_hangman: Remove unused function
- kms_cursor_crc: Remove value to 'return' in a void function
- igt/drm_read: Require that pipe 0 is active
- igt/drm_read: Abuse read(drm)
- intel_error_decode: Decode the ERROR register on Sandybridge
and Ivybridge
- gem_bad_reloc: Don't flip-flop between SKIP and PASS
-------------------------------------------------------------------
Mon Nov 17 10:26:21 UTC 2014 - sndirsch@suse.com
- rename intel-gpu-tools-1.7-fix-bashisms.patch to
u_intel-gpu-tools-1.7-fix-bashisms.patch according to our patch
guidelines
-------------------------------------------------------------------
Mon Nov 17 04:00:00 UTC 2014 - Led <ledest@gmail.com>
- fix bashism in intel_gpu_abrt script that uses bash-specific
constructions
- add patches:
* intel-gpu-tools-1.7-fix-bashisms.patch
-------------------------------------------------------------------
Tue Jun 10 15:38:37 UTC 2014 - sndirsch@suse.com
- update to release 1.7; Here goes a new i-g-t quarterly release
with the following changes:
* Piles of API documentation for the core i-g-t testing libraries.
* Improved igt loggin, now also with igt_vlog (for va_args printf-style
logging).
* Polish for the igt_debugfs library.
* Split out igt_fb library from igt_kms, cleanup of the igt_kms functions.
* Android porting patches (Tim Gore, Tvrtko Ursulin).
* Piles more tests as usual.
* Support for building libcairo based tests on Android. Set ANDROID_HAS_CAIRO=1
in the build enviroment when you have this (Tim Gore).
* Timeout support in igt_aux, see igt_set_timeout (Thomas).
* Documentation for the testrunner interface like exit codes, subtest
enumeration and log output. Should help other people to run the tests in their own framework.
* Make swig an optional dependency (Damien).
* Helpers for runtime pm tests in igt_aux.
- rename n_disable-build-of-pm_pc8.patch to n_disable-build-of-pm_rpm.patch,
since test has been renamed
-------------------------------------------------------------------
Tue May 6 14:56:09 UTC 2014 - sndirsch@suse.com
- update to release 1.6
* Changes to support Broadwell in the test suite. (Ben, Damien, et al.)
* Updated (now working again!) Android support from Oscar Mateo.
* Test coverage through i-g-t is now officially an integral part of any drm/i915
feature work and also for bugfixes. For more details see:
http://blog.ffwll.ch/2013/11/testing-requirements-for-drmi915.html
* Fix the gen4asm build depency handling, now that the assembler is included in
i-g-t (Ben).
* Improve the cairo object lifetime management of the kmstest helpers (Chris).
* Allow register access to succeed if i915 is loaded but debugfs isn't found
(i.e. nomodeset is used)
* New kernel modesetting helper library for simpler testcases (Damien).
* New structure logging support for tests. Message at the WARN level be
reflected in the piglit result, also included igt_warn_on macros to simplify
test asserts which should just result in warnings, but not in a test abort.
* Broadwell support for intel_audio_dump (Mengdong Lin).
* API documentation support (Thomas)
- n_missing_check-ndebug.h.patch
* added missing include file in order to fix build
- refreshed n_disable-build-of-pm_pc8.patch
-------------------------------------------------------------------
Mon Apr 28 00:52:20 UTC 2014 - sndirsch@suse.com
- added missing pkgconfig(dri2proto)
-------------------------------------------------------------------
Thu Feb 6 11:22:24 UTC 2014 - sndirsch@suse.com
- added missing LICENSE file
-------------------------------------------------------------------
Mon Dec 9 12:44:34 UTC 2013 - sndirsch@suse.com
- update to release 1.5
- n_disable-build-of-pm_pc8.patch
* disables build for pm_pc8 test app for now
- removed obsolete patches
* intel-gpu-tools-no-test.diff
* u_intel-gpu-tools-no_m4_dir.patch
-------------------------------------------------------------------
Fri May 3 06:20:46 UTC 2013 - sndirsch@suse.com
- renamed latest patch according to our policy
-------------------------------------------------------------------
Fri Apr 26 11:44:59 UTC 2013 - mmeister@suse.com
- Removed AC_CONFIG_MACRO_DIR([m4]) from configure.ac to fix
build with new automake
-------------------------------------------------------------------
Mon Aug 27 22:37:25 UTC 2012 - tobias.johannes.klausmann@mni.thm.de
- Update to version 1.3:
New intel-gpu-tools release with too much stuff changed. Biggest part is
improvements to the testsuit, but also some other neat things:
+ dpf tool for handling l3 remapping on gen7
+ robustify against wc gtt mappings
+ improvements to the reg_dumper and register read/write tools
+ haswell support
- Packaging changes:
+ Added cairo to BuildRequires (we need this now)
+ changed intel-gpu-tools-no-test.diff to speed up compilation
-------------------------------------------------------------------
Mon Jul 9 12:34:31 UTC 2012 - dmueller@suse.com
- change it to exclusivearch, as it also does not exist on ARM
-------------------------------------------------------------------
Fri Jul 6 23:03:22 UTC 2012 - dvaleev@suse.com
- exclude ppc, ppc64. There is no intel graphic
-------------------------------------------------------------------
Thu Apr 19 15:24:19 CEST 2012 - tiwai@suse.de
- updated to version 1.2:
support for recent Intel graphic chips, many fixes
See ChangeLog for details
- Don't build test directory (to simplify the packaging)
-------------------------------------------------------------------
Wed Apr 18 15:51:24 UTC 2012 - vuntz@opensuse.org
- Split intel-gpu-tools from xorg-x11-driver-video.
Initial version: 1.0.2-20101210-292ae45.