summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Add "none" acceleration optionkeithp-glamor-rewriteKeith Packard13-109/+508
2014-08-26Fix up a badly-written log message.Eric Anholt1-1/+1
2014-08-26uxa: Drop the dead uxa_flagsEric Anholt1-1/+0
2014-08-26Add glamor back into the driverKeith Packard11-127/+834
2014-08-26Remove glamor support from driverKeith Packard19-1046/+6
2014-08-26uxa: Move UXA-specific DRI2 buffer exchange to uxa.Keith Packard3-16/+27
2014-08-26uxa: Move scanline wait code to intel_uxa.c.Keith Packard3-75/+88
2014-08-25uxa: Fix build without XVMC.Eric Anholt1-0/+2
2014-08-25Fix missing backslash in Makefile.Eric Anholt1-1/+1
2014-08-25Use intel_uxa.h in all uxa-specific filesKeith Packard18-13/+27
2014-08-25intel_present.c does not need to include uxa.hKeith Packard1-3/+0
2014-08-25Move some UXA-specific code under #if USE_UXA.Keith Packard2-0/+8
2014-08-25Move UXA hardware initialization into intel_uxa_initKeith Packard2-5/+5
2014-08-25Add intel_flush to abstract flushing pending acceleration operationsKeith Packard3-11/+15
2014-08-25Rename uxa-specific functions and structsKeith Packard21-1670/+2002
2014-08-25Move intel_alloc_framebuffer to intel_memory.cKeith Packard3-147/+154
2014-08-25Do more checks for proposed flip pixmapsKeith Packard1-0/+10
2014-08-25Delay initial modeset until root window contents are preparedKeith Packard3-26/+48
2014-08-25Eliminate pixmap private 'stride' field, which duplicates devKindKeith Packard5-17/+12
2014-08-25Don't use GetScratchPixmapHeader for shadow pixmapsKeith Packard1-11/+30
2014-08-25Three minor warning and whitespace fixesKeith Packard1-3/+3
2014-08-25Remove redundant calls to drm_intel_bo_disable_reuseKeith Packard1-3/+0
2014-08-25Fix present debug outputKeith Packard1-1/+2
2014-08-25Correct BO allocation alignmentKeith Packard1-2/+2
2014-08-24configure: Add guards for os.h redefinesChris Wilson1-0/+3
2014-08-23sna/dri2: Unhook event from draw list upon client destructionChris Wilson1-0/+1
2014-08-23sna/dri2: Assert event is queued when marked as next pending flipChris Wilson1-0/+2
2014-08-23sna/dri2: Remove the redundant parameter passed to free eventChris Wilson1-24/+25
2014-08-22sna: DBG message fix for !xvmcChris Wilson1-1/+1
2014-08-21sna: Propagate failure from changing backlight valueChris Wilson1-3/+7
2014-08-21backlight: Move the fd out of the select rangeChris Wilson3-1/+26
2014-08-21sna: Only send the bl change notification if the randr_output existsChris Wilson1-9/+11
2014-08-18sna: Be defensive during FreeScreen()Chris Wilson1-1/+1
2014-08-18sna: Add some DBG warnings for early PreInit failuresChris Wilson1-3/+7
2014-08-18test: Make SHM tests in lowlevel-blt-bench optionalChris Wilson3-5/+10
2014-08-18test: Only compile lowlevel-blt-bench if we have shmChris Wilson2-1/+5
2014-08-18intel: Only dump debugfs on linuxChris Wilson1-0/+2
2014-08-14sna: Select appropriate tiling mode for TearFree shadow bufferChris Wilson1-1/+5
2014-08-14sna: DBG log invalid surface sizesChris Wilson1-2/+8
2014-08-14sna: DBG log all bo allocation failure pathsChris Wilson1-3/+11
2014-08-14sna: DBG Log all failure paths in allocating CRTC pixmapsChris Wilson1-7/+23
2014-08-14sna: Add error message to explain modesetting failures due to allocationChris Wilson1-7/+12
2014-08-14sna: Do not force creation of a linear GPU bo that we don't wantChris Wilson5-10/+15
2014-08-14sna: Use a shadow buffer for linear framebufferChris Wilson1-2/+11
2014-08-14sna/dri2: Fix compilation with Xorg-1.12.4Chris Wilson1-0/+5
2014-08-13sna: Relax the square cursor assumptionChris Wilson1-4/+3
2014-08-12sna: Only apply a DPMS change for an enabled CRTCChris Wilson1-0/+1
2014-08-12sna: Suppress "switch to mode" messages for internal CRTC appliesChris Wilson1-40/+46
2014-08-12sna: Separate panel checks from adding default modesChris Wilson1-3/+3
2014-08-11sna: Parse output options early during initialisationChris Wilson1-8/+10