summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sna: Shut up enum warnsHEADmasterVille Syrjälä2023-02-011-3/+3
* sna: Don't redefine NV12 stuff if already definedVille Syrjälä2023-02-011-1/+4
* sna: Eliminate sna_mode_wants_tear_free()Ville Syrjälä2023-02-013-67/+2
* sna: Dump fences also on -ENOBUFSVille Syrjälä2023-02-011-1/+1
* sna: Don't emit sse2 code where not wantedVille Syrjälä2023-02-011-1/+1
* sna: Allow DRI3 on gen2/3Ville Syrjälä2023-02-011-1/+2
* sna: Fix async flipsVille Syrjälä2023-02-014-48/+41
* sna: Always validate userptr upon creationChris Wilson2021-01-151-24/+34
* 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-213-65/+304
* 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
* Update buglink for gitlan issuesChris Wilson2019-11-271-1/+1
* 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
* tools: Get rid of -Wno-sign-compareVille Syrjälä2019-09-193-12/+10
* 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