summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-04sna: Set 1024x768 fb in absence of any connected devicesChris Wilson
2013-07-04sna: Fix gamma query to not request uninitialized valuesChris Wilson
2013-07-04sna: Set the initial gamma from the attached monitor configurationChris Wilson
2013-07-03sna: Always read back the gamma, even for a inactive CRTCChris Wilson
2013-07-03sna: Tidy up the user override enumsChris Wilson
2013-07-03sna: Fix configuration user overrides on xorg-server < 1.14.99.1Chris Wilson
2013-07-03intel: Add an option for forced rediscovery of output status on startupChris Wilson
2013-07-03intel: Retire Option "RelaxedFencing"Chris Wilson
2013-07-02sna: Try harder to do the BLT upload along the fallback pathChris Wilson
2013-07-02sna/gen2: Fix alpha replication in the copy pipelineChris Wilson
2013-07-02sna: Assorted DBGChris Wilson
2013-07-02sna: Add the condition that 855gm cannot GTT map Y-tiled surfacesChris Wilson
2013-07-02sna: Only preserve the real fbcon upon first starting XChris Wilson
2013-07-02sna: Simplify validation of active CRTCsChris Wilson
2013-07-02sna: Hook into crtc_notify rather than ModeSetChris Wilson
2013-07-02sna: Include connector status in the initial probeChris Wilson
2013-07-02intel: Move the validation of the KMS device into the open routineChris Wilson
2013-07-01sna: Minor tweaks to make DBG compile againChris Wilson
2013-07-01sna: Fix checking the dirty boxesChris Wilson
2013-07-01sna: Allow scanouts to be untiled if need beChris Wilson
2013-07-01sna: Always create the clear PictureChris Wilson
2013-07-01sna: Make sure we are consistent in applying USE_INPLACE debug optionChris Wilson
2013-07-01sna: Debug options for forcing mmap syncsChris Wilson
2013-07-01sna: Improve the message about where to find the hang stateChris Wilson
2013-07-01sna: Mark an inplace getimage as preferring the CPU mapping afterwardsChris Wilson
2013-07-01sna: Assert that we do not have overlapping damageChris Wilson
2013-07-01sna: Check whether the query box is contained within the damageChris Wilson
2013-07-01sna: Experiment with cpu mappings for migrationChris Wilson
2013-07-01sna: Do not use userptr for GetImage on unsupported architecturesChris Wilson
2013-06-30intel: Fix failure code for reporting !drmCheckModesetingSupportedChris Wilson
2013-06-30intel: replace direct ioctl use with drm{Set, Drop}MasterJonathan Gray
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson
2013-06-30sna: Replace conflicting drmDropMasterChris Wilson
2013-06-29sna: Allow tiled memcpy on i386Chris Wilson
2013-06-29sna: Add the Ofast option to the critical memcpy routinesChris Wilson
2013-06-29sna: Fix get_image_inplace to use the pixmap offsetChris Wilson
2013-06-29sna: Move the clone discard into free-gpuChris Wilson
2013-06-29sna: Improve checks for coherent access through CPU mappingsChris Wilson
2013-06-29sna: Inspect the dirty boxes when querying whether damage contains a rectangleChris Wilson
2013-06-29sna: Promote assert(!priv->mapped) along migration pathsChris Wilson
2013-06-29sna: Add asserts around applying clearsChris Wilson
2013-06-29sna: Use inplace CPU mapping readback for GetImage on linear buffersChris Wilson
2013-06-28sna: Add debug control for disabling accelerated GetImageChris Wilson
2013-06-28sna: Assert that the kernel tiling mode matches our boChris Wilson
2013-06-28sna/gen2+: Consider precision in render operation placementChris Wilson
2013-06-28sna: Markup when a gradient is opaqueChris Wilson
2013-06-28sna/blt: Remove a pair of leftover assertsChris Wilson
2013-06-28sna: Compensate redirect drawing subrectangle inside an offset pixmapChris Wilson
2013-06-28sna/blt: Refine op placement logic for handling current source locationChris Wilson
2013-06-27intel: Use fcntl to try and set CLOEXEC if the open(O_CLOEXEC) failsChris Wilson