summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-01sna: Shut up enum warnsHEADmasterVille Syrjälä1-3/+3
2023-02-01sna: Don't redefine NV12 stuff if already definedVille Syrjälä1-1/+4
2023-02-01sna: Eliminate sna_mode_wants_tear_free()Ville Syrjälä3-67/+2
2023-02-01sna: Dump fences also on -ENOBUFSVille Syrjälä1-1/+1
2023-02-01sna: Don't emit sse2 code where not wantedVille Syrjälä1-1/+1
2023-02-01sna: Allow DRI3 on gen2/3Ville Syrjälä1-1/+2
2023-02-01sna: Fix async flipsVille Syrjälä4-48/+41
2021-01-15sna: Always validate userptr upon creationChris Wilson1-24/+34
2021-01-10sna/gen7: Avoid clear-residuals overhead on all gen7Chris Wilson1-37/+2
2020-12-15sna: Enable TearFree by default on recent HWChris Wilson3-1/+28
2020-11-26sna: Defer fbGetWindowPixmap() for sna_compositeChris Wilson1-9/+12
2020-11-16More ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson3-4/+6
2020-11-16Track ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson3-8/+14
2020-08-20sna/gen7: Prefer blitter for plain copies on HaswellChris Wilson1-0/+3
2020-05-15sna/video/overlay: Declare support for depth 8 and 30Ville Syrjälä1-0/+2
2020-05-11sna: Avoid selecting gen9 backend for future genChris Wilson1-0/+2
2020-05-06sna/dri2: Prevent copying stale buffersChris Wilson1-3/+8
2020-04-21Add description for PCI-ID 0x3E98Chris Wilson1-0/+1
2020-04-21Sync i915_pciids upto 8717c6b7414fLiwei Song3-65/+304
2020-04-17sna: Forcibly relinquish the GPU bo cache of a SHM pixmap on flushingChris Wilson1-2/+10
2020-04-17sna: fix typo for --enable-debug=fullAlexei Podtelezhnikov1-1/+1
2020-04-17sna: Restore blt fallback backendChris Wilson1-3/+0
2020-04-15sna/dri2: Interpret DRI2ATTACH_FORMAT as depth not bppChris Wilson1-1/+1
2020-03-10i810: Avoid duplicate definition of I810PatternROPHanno Böck1-1/+1
2019-12-09sna: Fix dirtyfb detectionVille Syrjälä1-2/+2
2019-12-09Revert "sna: Close each client op with an arbitrartion check"Chris Wilson3-6/+0
2019-11-27Update buglink for gitlan issuesChris Wilson1-1/+1
2019-11-17sna: Fix overflow calculation for number of boxes that fitChris Wilson1-3/+3
2019-11-15sn: fix PRIME output support since xserver 1.20Peter Wu1-3/+3
2019-11-02sna: Close each client op with an arbitrartion checkChris Wilson3-0/+6
2019-10-07sna: Scale cpp by 8 for bit depthChris Wilson1-1/+1
2019-09-27sna: Squelch compiler warning for unused varChris Wilson1-3/+1
2019-09-19sna: Fix compiler warnings due to DrawablePtr vs. PixmapPtrVille Syrjälä1-1/+19
2019-09-19tools: Get rid of -Wno-sign-compareVille Syrjälä3-12/+10
2019-09-19uxa: Get rid of -Wno-shift-negative-valueVille Syrjälä3-3/+2
2019-09-19sna: Get rid of -Wno-shift-negative-valueVille Syrjälä2-2/+1
2019-09-19sna: Use -Wno-maybe-uninitializedVille Syrjälä1-0/+1
2019-09-19sna/fb: Initialize xoff/yoffVille Syrjälä1-1/+5
2019-09-19xvmc: Eliminate strict aliasing violationsVille Syrjälä1-24/+24
2019-09-19sna/fb: Use memcpy() to avoid strict aliasing violationsVille Syrjälä1-2/+4
2019-09-19sna: Avoid strict aliasing violations with glyphinfoVille Syrjälä1-2/+5
2019-09-19sna: Use memcmp() to avoid strict aliasing warnsVille Syrjälä1-1/+1
2019-09-19sna: Increase the size of the path name buffer a bitVille Syrjälä1-1/+1
2019-09-19sna: Use named initializersVille Syrjälä7-9/+21
2019-09-19Avoid missing initializer warningVille Syrjälä2-2/+1
2019-09-19uxa: Use named initializersVille Syrjälä1-1/+1
2019-09-19sna/fb: Eliminate implicit fallthroughVille Syrjälä1-2/+4
2019-09-19sna: Add sna_br13_color_depth()Ville Syrjälä4-72/+43
2019-09-19sna: Annotate more fall throughsVille Syrjälä11-15/+52
2019-09-19sna: Replace fall through comments with standard formVille Syrjälä8-21/+21