Revisions of xf86-video-intel
Dominique Leuenberger (dimstar_suse)
accepted
request 394470
from
Egbert Eich (eeich)
(revision 68)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 391911
from
Stefan Dirsch (sndirsch)
(revision 67)
- replaced patches * u_sna-fix-missing-includes-for-fstat.patch * u_uxa-fix-missing-includes-for-fstat.patch with upstream ones: * U_sna-udev-integration-depends-on-fstat-and-sys-stat.h.patch * U_uxa-udev-integration-depends-on-fstat-and-sys-stat.h.patch
Dominique Leuenberger (dimstar_suse)
accepted
request 382710
from
Egbert Eich (eeich)
(revision 66)
- Populate mode list in Xserver on startup. This helps to a avoid issues with a change to a recent version of xrandr which doesn't force-scan the mode list before setting a mode any more. Backported: U_01-sna-Cache-the-output-status-and-modes-for-15s.patch U_02-sna-Add-missing-break-from-last-patch.patch U_03-sna-Improve-DBG-messages-for-MST-probing.patch U_04-Convert-from-RRSetChanged-to-RROutputChanged.patch U_05-sna-Remove-redundant-RRGetInfo-on-hotplug-discovery.patch U_06-Remove-the-driver-option-to-delete-connectors-on-unplugging.patch U_07-sna-On-hotplug-events-update-the-output-status.patch U_08-sna-Hook-up-kernel-modes-on-hotplug-notification.patch U_09-sna-Coldplug-all-outputs-on-startup.patch U_10-sna-Use-RRGetInfo-for-setting-hotplug-coldplug-information.patch (boo#971885).
Dominique Leuenberger (dimstar_suse)
accepted
request 367260
from
Factory Maintainer (factory-maintainer)
(revision 65)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 359643
from
Factory Maintainer (factory-maintainer)
(revision 64)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 320143
from
Stefan Dirsch (sndirsch)
(revision 62)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 308726
from
Stefan Dirsch (sndirsch)
(revision 61)
- U_sna-Protect-against-ABI-breakage-in-recent-versions-.patch * sna: Protect against ABI breakage in recent versions of libdrm (bnc#931917)
Dominique Leuenberger (dimstar_suse)
accepted
request 266528
from
Stefan Dirsch (sndirsch)
(revision 60)
1
Dominique Leuenberger (dimstar_suse)
accepted
request 265247
from
Stefan Dirsch (sndirsch)
(revision 59)
1
Stephan Kulow (coolo)
accepted
request 251799
from
Egbert Eich (eeich)
(revision 58)
- U_sna-Validate-framebuffer-tiling-before-creation.patch Fix regression causing tiling settings not being validated which subsequently lead to failed surface allocations (bnc#898169).
Stephan Kulow (coolo)
accepted
request 246874
from
Egbert Eich (eeich)
(revision 56)
- u_Erase-cursor-image-when-changing-rotation.patch -> U_Erase-cursor-image-when-changing-rotation.patch - u_Erase-cursor-image-when-changing-rotation.patch Erase cursor image when changing rotation: The rotated cursor image will be at a different location in the 64x64 bit block and won't overlap with the unrotated image. Therefore it will not be overwritten if the real image is smaller (bnc#893752). - u_sna_dri3_mesa_relies_upon_implicit_fences.patch -> U_sna_dri3_mesa_relies_upon_implicit_fences.patch Patches from upstream should be flagged with 'U'.
Adrian Schröter (adrianSuSE)
committed
(revision 55)
Split 13.2 from Factory
Stephan Kulow (coolo)
accepted
request 237522
from
Stefan Dirsch (sndirsch)
(revision 53)
- U_sna-Clear-our-private-hints-about-front-rendering-ex.patch * sna: Clear our private hints about front rendering exported bo (fdo#79999) - Add patch U_sna_fix_scanout_creation_routine_for_old_kernels_3_11.patch Make this driver-version usable with kernel <= 3.11 - Update to 3.0 prerelease 2.99.912: A final round of features. We have everything from support for variable cursor sizes, support for the DRI3 and Present extensions, improved DRI2 support, support for Xserver 1.16, userptr from kernel 3.16, and precursory support for DP multistream transport, * Avoid discarding dirty pixels when promoting a migration to cover the whole pixmap. Regression in 2.99.911 https://bugs.freedesktop.org/show_bug.cgi?id=77063 https://bugs.freedesktop.org/show_bug.cgi?id=77178 * Avoid overextending degenerate lines (and consequentially accessing pixels outside of our damaged area). https://bugs.freedesktop.org/show_bug.cgi?id=77074 * Fix subpixel glyph rendering on gen2 devices (830-865 chipsets) Regression in 2.99.911 https://bugs.freedesktop.org/show_bug.cgi?id=77201 * Share the global pixman glyph cache between ZaphodHeads https://bugs.freedesktop.org/show_bug.cgi?id=54707 * Light up all connected outputs, even if their status is unknown, on takeover from fbcon. This prevents loss of display after a resume on recent kernels, for example. https://bugs.freedesktop.org/show_bug.cgi?id=77768 * Show the video overlay (when supported by the hardware) across all
Stephan Kulow (coolo)
accepted
request 228760
from
Stefan Dirsch (sndirsch)
(revision 52)
- disable build of backlight-helper for now; just too much trouble with policykit; and as long as there are GPUs considered supported on our distribution without a proper KMS driver it's useless having this anyway ... - specfile: remove URL from source ... - Update to 3.0 prerelease 2.99.911: Hans de Geode has been working on making the Xserver work without privileges under the supervision of systemd/logind. This necessitated a few new features for us: server fds (where we are passed which fd to use to talk to our device by the Xserver who may in turn receive it from logind or other host) and a small backlight helper so that we can continue to provide a RandR backlight property when running without root privileges. + Flush when changing blend modes on Ironlake, or else single glyphs are sometimes rendered incorrectly Regression from 2.20.15 https://bugs.freedesktop.org/show_bug.cgi?id=74882 + Fix pixmap offsets for pixman fallbacks onto Composite redirected windows https://bugs.freedesktop.org/show_bug.cgi?id=73811 + Fix blending onto 8-bit destinations, typically used for generating masks in complex Render operations, on gen2 https://bugs.freedesktop.org/show_bug.cgi?id=75818 + Handle failure to create DRI bo more carefully. For example on gen3, the DDX supports pixmaps that are much, much larger than OpenGL can use and do not support the tiling modes that we request for OpenGL. https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1289049 + Fix a bookkeeping bug with proxy buffers that are marked active but not actually inserted into a request (so they end up permanently
Stephan Kulow (coolo)
accepted
request 221625
from
Stefan Dirsch (sndirsch)
(revision 51)
- Update to 3.0 prerelease 2.99.910 * 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
Tomáš Chvátal (scarabeus_factory)
accepted
request 221169
from
Stefan Dirsch (sndirsch)
(revision 50)
- finall remove U_sna-Process-Damage-relative-to-dst-pDrawable-not-its.patch from source package
Stephan Kulow (coolo)
accepted
request 220655
from
Stefan Dirsch (sndirsch)
(revision 49)
update to 2.99.909 (forwarded request 220581 from tobijk)
Displaying revisions 21 - 40 of 88