summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-302.21.11 release2.21.11Chris Wilson2-1/+53
2013-06-30intel: Fix failure code for reporting !drmCheckModesetingSupportedChris Wilson1-1/+1
2013-06-30intel: replace direct ioctl use with drm{Set, Drop}MasterJonathan Gray1-3/+3
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson4-9/+29
2013-06-30sna: Replace conflicting drmDropMasterChris Wilson1-3/+6
2013-06-29sna: Allow tiled memcpy on i386Chris Wilson1-9/+0
2013-06-29sna: Add the Ofast option to the critical memcpy routinesChris Wilson1-1/+1
2013-06-29sna: Fix get_image_inplace to use the pixmap offsetChris Wilson1-41/+38
2013-06-29sna: Move the clone discard into free-gpuChris Wilson1-17/+9
2013-06-29sna: Improve checks for coherent access through CPU mappingsChris Wilson3-35/+40
2013-06-29sna: Inspect the dirty boxes when querying whether damage contains a rectangleChris Wilson1-4/+45
2013-06-29sna: Promote assert(!priv->mapped) along migration pathsChris Wilson1-7/+10
2013-06-29sna: Add asserts around applying clearsChris Wilson1-3/+24
2013-06-29sna: Use inplace CPU mapping readback for GetImage on linear buffersChris Wilson1-23/+37
2013-06-28sna: Add debug control for disabling accelerated GetImageChris Wilson1-4/+10
2013-06-28sna: Assert that the kernel tiling mode matches our boChris Wilson2-1/+52
2013-06-28sna/gen2+: Consider precision in render operation placementChris Wilson6-33/+64
2013-06-28sna: Markup when a gradient is opaqueChris Wilson3-2/+23
2013-06-28sna/blt: Remove a pair of leftover assertsChris Wilson1-3/+0
2013-06-28sna: Compensate redirect drawing subrectangle inside an offset pixmapChris Wilson1-4/+9
2013-06-28sna/blt: Refine op placement logic for handling current source locationChris Wilson2-67/+68
2013-06-27intel: Use fcntl to try and set CLOEXEC if the open(O_CLOEXEC) failsChris Wilson1-4/+22
2013-06-27intel: #ifdef O_CLOEXEC for compilation on squeezeChris Wilson1-2/+9
2013-06-27sna: Enable memcpy_from_tiled for the IO pathsChris Wilson1-9/+60
2013-06-27uxa: fix the compilation error with xorg-xserver <= 1.10Roy.Li1-0/+2
2013-06-27configure: SNA supports the old XorgsChris Wilson1-3/+0
2013-06-27sna: Trim the large object thresholdChris Wilson1-2/+2
2013-06-27sna: Prefer operating inplace with a very large GPU boChris Wilson1-6/+21
2013-06-27sna: Add a fast path for reading back from tiled X boChris Wilson1-2/+60
2013-06-27sna: Implement memcpy_from_tiled functions (for X-tiling only atm)Chris Wilson3-3/+297
2013-06-27sna: Add the probed CRTC mode to the list of output modesChris Wilson1-0/+10
2013-06-27sna: Set the current mode when initialising CRTCsChris Wilson1-0/+7
2013-06-27sna: Fake the output physical width/height from the CRTC sizeChris Wilson1-0/+10
2013-06-27sna: Support operations inplace on CPU mappings of a regionChris Wilson1-0/+50
2013-06-27sna: We can read from cloned pixmaps inplace - so long as we don't writeChris Wilson1-5/+5
2013-06-27sna: Tweak ordering of userptr temporary mappings for uploadsChris Wilson1-19/+19
2013-06-27sna: Fix DBG printing of can_upload_tiled_x()Chris Wilson1-1/+1
2013-06-27sna: Refactor freeing gpu_bo in manual tiled uploadChris Wilson1-4/+4
2013-06-27sna: Detect and handle cloned pixels for manual tiled uploadsChris Wilson1-15/+25
2013-06-26sna: Se the default gamma if left uninitialized by the driverChris Wilson1-5/+19
2013-06-26sna: Correct typo s/\j/\n/Chris Wilson1-1/+1
2013-06-26sna: Explicitly initialise the probed transform for a CRTCChris Wilson1-0/+1
2013-06-26sna: Set RR_Rotate_0 instead of 0 as desired initial rotationChris Wilson1-1/+1
2013-06-26sna: Fallback to xf86InitialConfiguration if nothing is connectedChris Wilson1-1/+4
2013-06-26sna: Use the existing configuration for initial modesChris Wilson1-1/+155
2013-06-26sna/gen4+: Fix determination of intermediate extentsChris Wilson5-18/+19
2013-06-26sna: Avoid allocating a temporary if using rendercpy tilesChris Wilson1-28/+43
2013-06-26sna: Clear mapped state after performing manual tilingChris Wilson1-0/+6
2013-06-26sna: Do not force creation of CPU maps on !llcChris Wilson2-2/+12
2013-06-26sna: Free just-allocated bo if we fail to set-tiling on CREATE_EXACTChris Wilson1-6/+17