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
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-05-11sna: Avoid selecting gen9 backend for future genChris Wilson1-0/+2
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
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-17sna: Fix overflow calculation for number of boxes that fitChris Wilson1-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-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: 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-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
2019-09-19sna: undef FontSetPrivate() before redefining itVille Syrjälä1-0/+1
2019-09-19sna: Shut up more compiler warnsVille Syrjälä1-0/+3
2019-09-19sna: Use -Wno-clobberedVille Syrjälä1-0/+1
2019-07-19sna: Rebalance prefer_blt to weight I915_TILING_Y higherChris Wilson6-51/+59
2019-07-10sna: Support 10bpc gamma via the GAMMA_LUT crtc propertyVille Syrjälä1-39/+208
2019-07-10sna: Refactor property parsingVille Syrjälä1-19/+48
2019-03-01sna: Switch back to hwcursor on the next cursor updateVille Syrjälä1-14/+6
2019-03-01sna: Supply 64b reloc versions for threaded composite bltsChris Wilson1-2/+5
2019-02-20sna: Repeat udev_monitor_get_device() if interruptedChris Wilson1-1/+6
2019-01-10sna: Switch off old outputs on topology changesChris Wilson1-0/+14
2019-01-10sna: fix of byteswap.h absence on bsdSergii Romantsov1-0/+10
2018-12-03sna: Skip restoring a mode for link-status=bad if the crtc was idleChris Wilson1-0/+3
2018-11-13sna: Added AYUV format support for textured and sprite video adapters.Stanislav Lisovskiy9-5/+239
2018-10-19sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson3-4/+7
2018-09-06sna: Check for incoherent writes through the GTTChris Wilson2-1/+18
2018-09-05sna: Disable the reduced flush optimisationChris Wilson1-0/+4
2018-09-05sna: Select the correct depth for addfb in test_has_dirtyfb()Chris Wilson1-2/+2
2018-04-13sna: Handle wedged devices during sna_crtc_redisplayChris Wilson1-4/+8
2018-04-06sna: Add some debug output for clipping in stippled_1_bltChris Wilson1-4/+10
2018-04-06sna: Fix the relocation dword for stippled_1_bltChris Wilson1-1/+1