summaryrefslogtreecommitdiff
path: root/src/uxa
AgeCommit message (Expand)Author
2018-02-06meson: Add meson build systemVille Syrjälä
2016-07-20Update to ABI 22 and NotifyFdChris Wilson
2016-07-14uxa: Don't bother with xf86GARTCloseScreenAdam Jackson
2016-07-02DRI3 is not supported by mesa/i915Chris Wilson
2016-04-22uxa: Enable Y-tiling BLT supportChris Wilson
2016-03-24uxa: Restore old bo on failureLyude
2016-02-15display: prevent a NULL pointer dereference in intel_set_scanout_pixmapMartin Peres
2015-11-19Re-enable acceleration!Chris Wilson
2015-11-19Rename Option "NoAccel" to "Accel"Chris Wilson
2015-10-02uxa: Add missing const to string to stop compiler warningRobert Ancell
2015-06-17backlight: Factor known names into preferred interfacesChris Wilson
2015-06-09Fix typos found with codespell v1.7Sedat Dilek
2015-05-04Remove the driver option to delete connectors on unpluggingChris Wilson
2015-04-24uxa: Fix compilation for boolChris Wilson
2015-04-09uxa: Do not register hotplug without RandROlivier Fourdan
2015-03-31Add TILE property support (for MST tiled monitors)Chris Wilson
2015-03-03Convert from RRSetChanged() to RROutputChanged()Chris Wilson
2015-02-25uxa: udev integration depends on fstat and sys/stat.hChris Wilson
2015-02-18uxa/dri: Drop dependency on stdboolChris Wilson
2015-02-13uxa: Remove the filtering of bogus Present MSC valuesChris Wilson
2015-02-07uxa/present: Fix flip_count for aborting on failed flip requestChris Wilson
2015-02-06uxa/present: Do flip returns 0 on failureChris Wilson
2015-02-05uxa/present: Do not allow the unflip to failChris Wilson
2015-02-04Allow runtime selection between DRI levelsChris Wilson
2015-02-02uxa/dri2: Recreate the triple buffer across a mode changeChris Wilson
2015-01-31Unify Option "DRI" parsingChris Wilson
2015-01-31uxa/dri2: Reimplement triple buffer supportChris Wilson
2015-01-30uxa: Fix error handling for failed pageflipsChris Wilson
2015-01-30uxa/dri2: Make vblank/flip handlers staticChris Wilson
2015-01-30uxa/dri2: Reset swap_info->type after a failed flip submissionChris Wilson
2015-01-26uxa: fix XVMC = no buildPatrick Welche
2015-01-19Set the vdpau driver to va_glAdel Gadllah
2014-12-09uxa/dri: Remove defunct intel->back_pixmapChris Wilson
2014-12-09uxa/dri: Fix triple buffer swappingChris Wilson
2014-11-06Remove defunct glamor supportChris Wilson
2014-10-08intel: Store pointer to struct intel_deviceChris Wilson
2014-09-24uxa/video: only call intel_xvmc_adaptor_init when xvmc is enabledtobias.jakobi1@uni-bielefeld.de
2014-09-18uxa/glamor: Silence compiler warningsChris Wilson
2014-09-16uxa: Fix conversion of Segments into RectanglesChris Wilson
2014-09-15uxa: Stub out intel_sync_init|fini when not compiled inChris Wilson
2014-09-13glamor: Do version check for fd <-> pixmap functionsKeith Packard
2014-09-12Use intel_uxa.h in all uxa-specific filesKeith Packard
2014-09-12intel_present.c does not need to include uxa.hKeith Packard
2014-09-12Move some UXA-specific code under #if USE_UXA.Keith Packard
2014-09-12Move UXA hardware initialization into intel_uxa_initKeith Packard
2014-09-12Add intel_flush to abstract flushing pending acceleration operationsKeith Packard
2014-09-12Rename uxa-specific functions and structsKeith Packard
2014-09-12Move intel_alloc_framebuffer to intel_memory.cKeith Packard
2014-09-12Do more checks for proposed flip pixmapsKeith Packard
2014-09-12Eliminate pixmap private 'stride' field, which duplicates devKindKeith Packard