summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-09-12sna: Remvoe unused codeChris Wilson
2014-09-12sna: Fix include guardChris Wilson
2014-09-12intel-virtual-output: Initialise width/height for a disabled outputChris Wilson
2014-09-12sna: Mark the CRTC as disabled when hiding the planeChris Wilson
2014-09-12sna: Avoid stalls when promoting to the GPU before an operationChris Wilson
2014-09-12sna: Initialise remaining batch spaceChris Wilson
2014-09-12sna/blt: Fix computation of remainaing boxes on gen8+Chris Wilson
2014-09-12sna: DBG compile fixChris Wilson
2014-09-12sna: Use default monitor options on the first outputChris Wilson
2014-09-11sna/gen8: Re-enable userptrChris Wilson
2014-09-11sna: Do not mark the pixmap as cleared in the middle of a miSpans decompositionChris Wilson
2014-09-11sna: Request the backlight to be disabled along with DPMS offChris Wilson
2014-09-11backlight: Expose interface to switch backlight on/off entirelyChris Wilson
2014-09-10sna: Prune damage that covers the entire target PixmapChris Wilson
2014-09-10sna: Do apply damage twice for miSpans.PolyFillRectChris Wilson
2014-09-10sna: Emit assertions with FatalErrorChris Wilson