summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* sna/gen7: Avoid clear-residuals overhead on all gen7Chris Wilson2021-01-101-37/+2
* sna: Enable TearFree by default on recent HWChris Wilson2020-12-153-1/+28
* sna: Defer fbGetWindowPixmap() for sna_compositeChris Wilson2020-11-261-9/+12
* More ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson2020-11-163-4/+6
* Track ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson2020-11-163-8/+14
* sna/gen7: Prefer blitter for plain copies on HaswellChris Wilson2020-08-201-0/+3
* sna/video/overlay: Declare support for depth 8 and 30Ville Syrjälä2020-05-151-0/+2
* sna: Avoid selecting gen9 backend for future genChris Wilson2020-05-111-0/+2
* sna/dri2: Prevent copying stale buffersChris Wilson2020-05-061-3/+8
* Add description for PCI-ID 0x3E98Chris Wilson2020-04-211-0/+1
* Sync i915_pciids upto 8717c6b7414fLiwei Song2020-04-212-64/+302
* sna: Forcibly relinquish the GPU bo cache of a SHM pixmap on flushingChris Wilson2020-04-171-2/+10
* sna: fix typo for --enable-debug=fullAlexei Podtelezhnikov2020-04-171-1/+1
* sna: Restore blt fallback backendChris Wilson2020-04-171-3/+0
* sna/dri2: Interpret DRI2ATTACH_FORMAT as depth not bppChris Wilson2020-04-151-1/+1
* i810: Avoid duplicate definition of I810PatternROPHanno Böck2020-03-101-1/+1
* sna: Fix dirtyfb detectionVille Syrjälä2019-12-091-2/+2
* Revert "sna: Close each client op with an arbitrartion check"Chris Wilson2019-12-093-6/+0
* sna: Fix overflow calculation for number of boxes that fitChris Wilson2019-11-171-3/+3
* sn: fix PRIME output support since xserver 1.20Peter Wu2019-11-151-3/+3
* sna: Close each client op with an arbitrartion checkChris Wilson2019-11-023-0/+6
* 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