diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-02-14 19:38:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-02-14 19:38:41 +0000 |
commit | 78192b77bcc1631d33ceca7e29fd5555464d76b2 (patch) | |
tree | 3fb94423a0554bca9126e475097cb428c3439cfb /driver/xf86-video-intel/NEWS | |
parent | 31049b1cf3eb649d2eb3d03f85443e0b0d5ef469 (diff) |
Update to xf86-video-intel 2.99.910 (aka 3.0RC10) tested by jsg@ and me.
Diffstat (limited to 'driver/xf86-video-intel/NEWS')
-rw-r--r-- | driver/xf86-video-intel/NEWS | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/driver/xf86-video-intel/NEWS b/driver/xf86-video-intel/NEWS index 63655d39f..5700d3404 100644 --- a/driver/xf86-video-intel/NEWS +++ b/driver/xf86-video-intel/NEWS @@ -1,3 +1,28 @@ +Snapshot 2.99.910 (2013-02-10) +============================== +Another latent bug exposed by recent changes merit another snapshot for +final testing. + + * Only discard damage when overwriting the dirty CPU bo, instead + of discarding damage that will be shown! + + * Reset operation state when switching between glyph caches. + https://bugs.freedesktop.org/show_bug.cgi?id=74494 + + * Fully reinitialise pixmaps allocated from the freed cache. Fixes + a potential issue (crash or misrendering) when using some compositors. + https://bugs.freedesktop.org/show_bug.cgi?id=74550 + + * Do not expose the TexturedVideo adaptor in UXA when it is disabled + either due to a hung GPU or explicitly disabled by the user. + + * Restore the pipe stall when changing CC state on gen6, otherwise + the GPU may not flush intermediate results from all EU resulting + in render corruption (usually the occasional black box). + Regression from 2.99.906 + https://bugs.freedesktop.org/show_bug.cgi?id=7237 + + Snapshot 2.99.909 (2013-02-01) ============================== Pass the brown paper bag. Ridiculously stupid bug in last minute coding. |