summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-05-02Add Coffeelake PCI IDs for U SkusLiwei Song2-0/+11
2018-05-02Add Coffeelake PCI IDs for H SkusLiwei Song2-0/+7
2018-04-24sna/video/sprite: Retry with GPU scaling if setplane failsVille Syrjälä1-6/+14
2018-04-24sna/video/sprite: Remove stale video->planeVille Syrjälä2-4/+0
2018-04-15sna/present: Only add the first element to the Timer queueChris Wilson1-33/+49
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
2018-04-04sna: Discard the per-crtc TearFree back buffer on resizeChris Wilson1-0/+5
2018-04-04sna: Always sync before using mmap pointers in memcpy_copy_boxesChris Wilson1-0/+3
2018-04-03sna: Reorder vblank/flip event handling to avoid TearFree recursionChris Wilson3-34/+10
2018-04-03sna: Skip shadow redisplay if flips still pendingChris Wilson1-17/+6
2018-04-03sna: Report the move_to_gpu failed if the allocation failedChris Wilson1-15/+10
2018-04-01sna: Defer submission of the next shadow frame until halfway throughChris Wilson1-2/+4
2018-04-01sna: Force posting of shadow updates for NotifyFdChris Wilson1-6/+13
2018-03-28sna/dri2: Clip application of damage to windowed swapbuffersChris Wilson1-1/+1
2018-03-26sna: Fixup early assert of xf86ScrnToScreenChris Wilson1-1/+1
2018-03-02sna: CustomEDID fixdom.constant@free.fr1-16/+12
2018-03-02sna: Add XV_COLORSPACE attribute support for sprite Xv adaptorsVille Syrjälä4-32/+143
2018-02-14sna/video: Actually use the NV12 shader on gen8Ville Syrjälä1-0/+3
2018-02-08intel: Only check file type bits not mode when searching for rendernodesChris Wilson1-5/+5
2018-02-07sna: Switch from ifdef PICT_ to if XORG_VERSION_CURRENTChris Wilson8-18/+18
2018-02-06meson: Add meson build systemVille Syrjälä8-0/+497
2018-02-06sna: Make DBG() and ERR() non-emptyVille Syrjälä1-2/+2
2018-02-06sna/video: Try to use hw scaling with SKL+ spritesVille Syrjälä1-3/+5
2018-01-11Add Coffeelake PCI IDs for S SkusLiwei Song3-0/+31
2017-12-20sna: Drop redundant sync of an inactive snoop cacheChris Wilson1-1/+0
2017-12-20sna: Fixup sna->scrn == scrn assert for early initialisationChris Wilson1-1/+1
2017-12-16sna: Avoid calling kgem_bo_free() on a still active boChris Wilson1-21/+16
2017-11-09sna: Assert idempotent conversions between sna <-> ScreenPtrChris Wilson1-2/+6
2017-11-09sna: Update vtSema for Leave/EnterVTChris Wilson1-3/+6
2017-11-09sna: Disable DPMS-deferred modesetting when run as a secondary screenChris Wilson1-1/+1
2017-11-08sna: Allow a PRIME pixmap to be reusedChris Wilson1-1/+16
2017-10-18sna: Implement i830 3DSTATE_BUFFER_INFO w/aVille Syrjälä2-2/+20
2017-10-12sna: Fix up assert()sChris Wilson1-2/+2
2017-10-12sna: Validate rrPrimaryOutput belongs to our ScreenChris Wilson1-5/+7
2017-10-12sna: Move the public sna_crtc fields into a named structChris Wilson2-11/+17
2017-10-08sna: Avoid fopen inside signalsafe debug pathsChris Wilson1-10/+21
2017-10-08sna/present: Queue the keepalive vblankChris Wilson3-45/+75
2017-10-07sna: Check if the kernel reports a tiling-stride less than our requestChris Wilson1-1/+1
2017-10-06sna: Skip the exact match if we can't change tilingChris Wilson1-4/+18
2017-09-27sna/video: Expose NV12 support for the textured Xv adaptor on gen4+Ville Syrjälä2-1/+36
2017-09-27sna/video: Add NV12 video copy funcsVille Syrjälä1-11/+135
2017-09-27sna/video: Add support for NV12 video in all gen4+ render pathsVille Syrjälä9-87/+183
2017-09-27sna/video: Add NV12 shader binariesVille Syrjälä6-0/+42
2017-09-27sna/video: Add NV12 shadersVille Syrjälä7-0/+151
2017-09-27sna/video: Add FOURCC_NV12Ville Syrjälä1-0/+12
2017-08-31sna: Allow reallocation of larger framebuffersChris Wilson1-2/+2
2017-08-30sna: Tweak fb size assertionChris Wilson1-1/+1
2017-08-22sna/gen8+: Discard any blt using a LINEAR buffer that is not 64byte alignedChris Wilson1-1/+1