summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sna: Scale cpp by 8 for bit depthChris Wilson2019-10-071-1/+1
* sna: Squelch compiler warning for unused varChris Wilson2019-09-271-3/+1
* sna: Fix compiler warnings due to DrawablePtr vs. PixmapPtrVille Syrjälä2019-09-191-1/+19
* uxa: Get rid of -Wno-shift-negative-valueVille Syrjälä2019-09-193-3/+2
* sna: Get rid of -Wno-shift-negative-valueVille Syrjälä2019-09-192-2/+1
* sna: Use -Wno-maybe-uninitializedVille Syrjälä2019-09-191-0/+1
* sna/fb: Initialize xoff/yoffVille Syrjälä2019-09-191-1/+5
* xvmc: Eliminate strict aliasing violationsVille Syrjälä2019-09-191-24/+24
* sna/fb: Use memcpy() to avoid strict aliasing violationsVille Syrjälä2019-09-191-2/+4
* sna: Avoid strict aliasing violations with glyphinfoVille Syrjälä2019-09-191-2/+5
* sna: Use memcmp() to avoid strict aliasing warnsVille Syrjälä2019-09-191-1/+1
* sna: Increase the size of the path name buffer a bitVille Syrjälä2019-09-191-1/+1
* sna: Use named initializersVille Syrjälä2019-09-197-9/+21
* Avoid missing initializer warningVille Syrjälä2019-09-192-2/+1
* uxa: Use named initializersVille Syrjälä2019-09-191-1/+1
* sna/fb: Eliminate implicit fallthroughVille Syrjälä2019-09-191-2/+4
* sna: Add sna_br13_color_depth()Ville Syrjälä2019-09-194-72/+43
* sna: Annotate more fall throughsVille Syrjälä2019-09-1911-15/+52
* sna: Replace fall through comments with standard formVille Syrjälä2019-09-198-21/+21
* sna: undef FontSetPrivate() before redefining itVille Syrjälä2019-09-191-0/+1
* sna: Shut up more compiler warnsVille Syrjälä2019-09-191-0/+3
* sna: Use -Wno-clobberedVille Syrjälä2019-09-191-0/+1
* sna/dri2: Relinquish back-buffer cache on change of scanout statusChris Wilson2019-07-241-3/+7
* sna/dri2: Skip asserting distinct front/back for stale swapsChris Wilson2019-07-241-4/+4
* sna/dri2: Skip stale client swap before assertingChris Wilson2019-07-241-4/+5
* sna: Rebalance prefer_blt to weight I915_TILING_Y higherChris Wilson2019-07-196-51/+59
* sna/gen4: Deactivate CONSTANT_BUFFERChris Wilson2019-07-101-0/+3
* sna: Support 10bpc gamma via the GAMMA_LUT crtc propertyVille Syrjälä2019-07-101-39/+208
* sna: Refactor property parsingVille Syrjälä2019-07-101-19/+48
* sna: Switch back to hwcursor on the next cursor updateVille Syrjälä2019-03-011-14/+6
* sna: Supply 64b reloc versions for threaded composite bltsChris Wilson2019-03-011-2/+5
* Fix build on i686Adam Jackson2019-02-211-1/+1
* sna: Repeat udev_monitor_get_device() if interruptedChris Wilson2019-02-201-1/+6
* sna/uxa: Fix colormap handling at screen depth 30. (v2)Mario Kleiner2019-01-212-4/+11
* sna: Switch off old outputs on topology changesChris Wilson2019-01-101-0/+14
* sna: fix of byteswap.h absence on bsdSergii Romantsov2019-01-101-0/+10
* sna: Skip restoring a mode for link-status=bad if the crtc was idleChris Wilson2018-12-031-0/+3
* sna: Added AYUV format support for textured and sprite video adapters.Stanislav Lisovskiy2018-11-139-5/+239
* sna/gen9+: Split out wm_kernel from the sna_composite_op flagsStanislav Lisovskiy2018-11-132-13/+23
* sna/video/textured: Disable textured Xv for depth 8Ville Syrjälä2018-10-221-0/+6
* sna/video/textured: Enable textured Xv wih depth 30Ville Syrjälä2018-10-221-1/+1
* sna/video/sprite: Allow sprite Xv with depth 8 and depth 30Ville Syrjälä2018-10-221-1/+1
* sna/video/sprite: Fix colorkey setup for depth != 24Ville Syrjälä2018-10-221-3/+49
* meson: s/debug/internal-debug/Ville Syrjälä2018-10-221-1/+1
* sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson2018-10-193-4/+7
* sna: Check for incoherent writes through the GTTChris Wilson2018-09-062-1/+18
* Sync i915_pciids upto d0e062ebb3a4Chris Wilson2018-09-051-68/+158
* Adding more Coffee Lake PCI IDsLiwei Song2018-09-052-9/+40
* sna: Disable the reduced flush optimisationChris Wilson2018-09-051-0/+4
* sna: Select the correct depth for addfb in test_has_dirtyfb()Chris Wilson2018-09-051-2/+2