From d20a50e17657f864aaf5178be3f1451c0b16995f Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Fri, 9 Mar 2018 14:31:38 +0200 Subject: Update NEWS, bump version to 1.22. Signed-off-by: Petri Latvala Acked-by: Arkadiusz Hiler --- NEWS | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9d303a50..c542c60b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,53 @@ +Release 1.22 (2018-03-09) +------------------------- + +General changes: + +- Libudev has been made a mandatory dependency. (Antonio Argenziano) + +- Documentation changed to refer to the new igt-dev mailing + list. (Rhys Kidd) + +Library changes: + +- Refactored timer usage for smaller code size. (Chris Wilson) + +- Various fixes to support planar framebuffers. (Maarten Lankhorst) + +- Added support for fetching the most recent CRC without waiting for a + vblank, along with flushing the queue of already collected + CRCs. (Maarten Lankhorst) + +- Added a helper to mark BOs purgeable on vc4. (Boris Brezillon) + +- Moved handling of a "cork" BO into lib from various tests. + (Daniele Ceraolo Spurio) + +- Added support for looping over physical i915 engines, as opposed to + uABI engines that can alias. (Chris Wilson) + +- Added an accelerated method for reading from WC buffers. + (Chris Wilson) + +Tools changes: + +- Improved intel_vbt_decode output, updated the data from current + kernel. (Jani Nikula) + +- intel_reg can now read/write registers using a given engine. + (Mika Kuoppala) + +- Aubdump can now simulate enhanced execlist submission, for + gen11+. (Scott D Phillips) + + + + + +And many other bug fixes, improvements, cleanups and new tests. + Release 1.21 (2018-01-16) ------------- +------------------------- Library changes: -- cgit v1.2.3