summaryrefslogtreecommitdiff
path: root/src/uxa
AgeCommit message (Expand)AuthorFilesLines
2020-11-16More ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson1-3/+3
2020-11-16Track ABI changes for ABI_VIDEODRV_VERSION 25.2Chris Wilson1-5/+5
2019-09-19uxa: Get rid of -Wno-shift-negative-valueVille Syrjälä3-3/+2
2019-09-19uxa: Use named initializersVille Syrjälä1-1/+1
2019-09-19sna: Annotate more fall throughsVille Syrjälä1-0/+1
2019-01-21sna/uxa: Fix colormap handling at screen depth 30. (v2)Mario Kleiner1-1/+5
2018-05-31Rename current yuv->rgb shader sources to exa_wm_yuv_rgb_bt601Ville Syrjälä1-8/+8
2018-02-06meson: Add meson build systemVille Syrjälä1-0/+65
2016-07-20Update to ABI 22 and NotifyFdChris Wilson3-4/+40
2016-07-14uxa: Don't bother with xf86GARTCloseScreenAdam Jackson1-2/+0
2016-07-02DRI3 is not supported by mesa/i915Chris Wilson1-1/+1
2016-04-22uxa: Enable Y-tiling BLT supportChris Wilson6-3/+70
2016-03-24uxa: Restore old bo on failureLyude1-1/+5
2016-02-15display: prevent a NULL pointer dereference in intel_set_scanout_pixmapMartin Peres1-3/+5
2015-11-19Re-enable acceleration!Chris Wilson1-1/+1
2015-11-19Rename Option "NoAccel" to "Accel"Chris Wilson1-1/+1
2015-10-02uxa: Add missing const to string to stop compiler warningRobert Ancell1-1/+1
2015-06-17backlight: Factor known names into preferred interfacesChris Wilson1-1/+1
2015-06-09Fix typos found with codespell v1.7Sedat Dilek1-1/+1
2015-05-04Remove the driver option to delete connectors on unpluggingChris Wilson1-13/+1
2015-04-24uxa: Fix compilation for boolChris Wilson1-1/+1
2015-04-09uxa: Do not register hotplug without RandROlivier Fourdan1-0/+13
2015-03-31Add TILE property support (for MST tiled monitors)Chris Wilson1-0/+43
2015-03-03Convert from RRSetChanged() to RROutputChanged()Chris Wilson1-3/+3
2015-02-25uxa: udev integration depends on fstat and sys/stat.hChris Wilson1-0/+2
2015-02-18uxa/dri: Drop dependency on stdboolChris Wilson1-11/+11
2015-02-13uxa: Remove the filtering of bogus Present MSC valuesChris Wilson1-30/+1
2015-02-07uxa/present: Fix flip_count for aborting on failed flip requestChris Wilson1-10/+9
2015-02-06uxa/present: Do flip returns 0 on failureChris Wilson1-3/+3
2015-02-05uxa/present: Do not allow the unflip to failChris Wilson1-10/+14
2015-02-04Allow runtime selection between DRI levelsChris Wilson1-1/+1
2015-02-02uxa/dri2: Recreate the triple buffer across a mode changeChris Wilson2-1/+17
2015-01-31Unify Option "DRI" parsingChris Wilson2-26/+90
2015-01-31uxa/dri2: Reimplement triple buffer supportChris Wilson3-190/+173
2015-01-30uxa: Fix error handling for failed pageflipsChris Wilson1-27/+33
2015-01-30uxa/dri2: Make vblank/flip handlers staticChris Wilson2-8/+13
2015-01-30uxa/dri2: Reset swap_info->type after a failed flip submissionChris Wilson1-11/+11
2015-01-26uxa: fix XVMC = no buildPatrick Welche1-1/+0
2015-01-19Set the vdpau driver to va_glAdel Gadllah1-1/+1
2014-12-09uxa/dri: Remove defunct intel->back_pixmapChris Wilson3-11/+0
2014-12-09uxa/dri: Fix triple buffer swappingChris Wilson1-2/+2
2014-11-06Remove defunct glamor supportChris Wilson17-1070/+6
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson5-23/+27
2014-09-24uxa/video: only call intel_xvmc_adaptor_init when xvmc is enabledtobias.jakobi1@uni-bielefeld.de1-0/+2
2014-09-18uxa/glamor: Silence compiler warningsChris Wilson1-1/+1
2014-09-16uxa: Fix conversion of Segments into RectanglesChris Wilson1-22/+42
2014-09-15uxa: Stub out intel_sync_init|fini when not compiled inChris Wilson1-0/+3
2014-09-13glamor: Do version check for fd <-> pixmap functionsKeith Packard1-0/+4
2014-09-12Use intel_uxa.h in all uxa-specific filesKeith Packard18-13/+27
2014-09-12intel_present.c does not need to include uxa.hKeith Packard1-3/+0