summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-29sna; Markup that we are ignoring errors from early ScreenCreateResourcesChris Wilson
2014-09-28sna: Use move-to-gpu for explicit handling of damage during fbcon copyChris Wilson
2014-09-27man: Mention Option "AccelMethod" "none"Chris Wilson
2014-09-27man: Document the extended values supported by Option "DRI"Chris Wilson
2014-09-26sna: Allow move-to-gpu to fail during ScreenCreateResourcesChris Wilson
2014-09-26Add Skylake PCI IDsChris Wilson
2014-09-25sna: Pass scanout hints along to move-to-gpuChris Wilson
2014-09-25sna: Check scanout Pixmaps are the correct pitch and convert if necessaryChris Wilson
2014-09-25sna: Check for scanout pitch restrictions on linear GPU boChris Wilson
2014-09-25sna: Use shadow CRTC bo if we fail to obtain an framebuffer for the PixmapChris Wilson
2014-09-24sna/gen4+: Assert that the offset coordinate is within range if negativeChris Wilson
2014-09-24sna: Relax constant numCrtcs assertion when ZaphodHeads is activeChris Wilson
2014-09-24sna: Tweak partial Picture extraction to prefer limiting to max 3D coordinatesChris Wilson
2014-09-24sna: Reuse the same buffer when panning large CRTCsChris Wilson
2014-09-24sna/trapezoids: Flesh out alternate rasterisers for tristripsChris Wilson
2014-09-24sna: Validate framebuffer tiling before creationEgbert Eich
2014-09-24uxa/video: only call intel_xvmc_adaptor_init when xvmc is enabledtobias.jakobi1@uni-bielefeld.de
2014-09-24sna: Initialise the per-CRTC shadow bo on first useChris Wilson
2014-09-24sna/present: Make DBG statements uniform before present_event_notify()Chris Wilson
2014-09-22trapsChris Wilson
2014-09-21sna: Skip present unflip if the output is rotatedChris Wilson
2014-09-21sna/dri2: Decouple the Client event link on Drawable freeChris Wilson
2014-09-21sna/trapezoids: Thread tristrip rasterisationChris Wilson
2014-09-19sna/gen8: Update DBG output of surface offsetChris Wilson
2014-09-18uxa/glamor: Silence compiler warningsChris Wilson
2014-09-16sna: Constify argument to box_from_seg()Chris Wilson
2014-09-16uxa: Fix conversion of Segments into RectanglesChris Wilson
2014-09-16test: Add DrawSegmentsChris Wilson
2014-09-15sna/io: Initialise return code to catch early segfaultsChris Wilson
2014-09-15sna: Last ditch attempt to make extra large batches fitChris Wilson
2014-09-15sna: Update the list of outputs after a failed modesetChris Wilson
2014-09-15uxa: Stub out intel_sync_init|fini when not compiled inChris Wilson
2014-09-15configure: Require the presence of xorg/glamor.h for --enable-glamorChris 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
2014-09-12Don't use GetScratchPixmapHeader for shadow pixmapsKeith Packard
2014-09-12Declare variable holding option value as 'const char *'Keith Packard
2014-09-12Remove redundant calls to drm_intel_bo_disable_reuseKeith Packard
2014-09-12Fix present debug outputKeith Packard
2014-09-12glamor: Add DRI3 support to glamor code pathsKeith Packard
2014-09-12Correct BO allocation alignmentKeith Packard
2014-09-12Do not clear pending kernel events on mode switchKeith Packard