summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-19sna: Fix compiler warnings due to DrawablePtr vs. PixmapPtrVille Syrjälä1-1/+19
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
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-24sna/dri2: Relinquish back-buffer cache on change of scanout statusChris Wilson1-3/+7
2019-07-24sna/dri2: Skip asserting distinct front/back for stale swapsChris Wilson1-4/+4
2019-07-24sna/dri2: Skip stale client swap before assertingChris Wilson1-4/+5
2019-07-19sna: Rebalance prefer_blt to weight I915_TILING_Y higherChris Wilson6-51/+59
2019-07-10sna/gen4: Deactivate CONSTANT_BUFFERChris Wilson1-0/+3
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-21Fix build on i686Adam Jackson1-1/+1
2019-02-20sna: Repeat udev_monitor_get_device() if interruptedChris Wilson1-1/+6
2019-01-21sna/uxa: Fix colormap handling at screen depth 30. (v2)Mario Kleiner2-4/+11
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-11-13sna/gen9+: Split out wm_kernel from the sna_composite_op flagsStanislav Lisovskiy2-13/+23
2018-10-22sna/video/textured: Disable textured Xv for depth 8Ville Syrjälä1-0/+6
2018-10-22sna/video/textured: Enable textured Xv wih depth 30Ville Syrjälä1-1/+1
2018-10-22sna/video/sprite: Allow sprite Xv with depth 8 and depth 30Ville Syrjälä1-1/+1
2018-10-22sna/video/sprite: Fix colorkey setup for depth != 24Ville Syrjälä1-3/+49
2018-10-22meson: s/debug/internal-debug/Ville Syrjälä1-1/+1
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-05Sync i915_pciids upto d0e062ebb3a4Chris Wilson1-68/+158
2018-09-05Adding more Coffee Lake PCI IDsLiwei Song2-9/+40
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-06-09meson: Add libdrm dependency for intel_drvVille Syrjälä1-0/+1
2018-06-09sna/video/sprite: Remove the XV_ALWAYS_ON_TOP restriction for SKL+ scalingVille Syrjälä1-1/+1