summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-302.21.11 release2.21.11Chris 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
2013-06-27intel: #ifdef O_CLOEXEC for compilation on squeezeChris Wilson
2013-06-27sna: Enable memcpy_from_tiled for the IO pathsChris Wilson
2013-06-27uxa: fix the compilation error with xorg-xserver <= 1.10Roy.Li
2013-06-27configure: SNA supports the old XorgsChris Wilson
2013-06-27sna: Trim the large object thresholdChris Wilson
2013-06-27sna: Prefer operating inplace with a very large GPU boChris Wilson
2013-06-27sna: Add a fast path for reading back from tiled X boChris Wilson
2013-06-27sna: Implement memcpy_from_tiled functions (for X-tiling only atm)Chris Wilson
2013-06-27sna: Add the probed CRTC mode to the list of output modesChris Wilson
2013-06-27sna: Set the current mode when initialising CRTCsChris Wilson
2013-06-27sna: Fake the output physical width/height from the CRTC sizeChris Wilson
2013-06-27sna: Support operations inplace on CPU mappings of a regionChris Wilson
2013-06-27sna: We can read from cloned pixmaps inplace - so long as we don't writeChris Wilson
2013-06-27sna: Tweak ordering of userptr temporary mappings for uploadsChris Wilson
2013-06-27sna: Fix DBG printing of can_upload_tiled_x()Chris Wilson
2013-06-27sna: Refactor freeing gpu_bo in manual tiled uploadChris Wilson
2013-06-27sna: Detect and handle cloned pixels for manual tiled uploadsChris Wilson
2013-06-26sna: Se the default gamma if left uninitialized by the driverChris Wilson
2013-06-26sna: Correct typo s/\j/\n/Chris Wilson
2013-06-26sna: Explicitly initialise the probed transform for a CRTCChris Wilson
2013-06-26sna: Set RR_Rotate_0 instead of 0 as desired initial rotationChris Wilson
2013-06-26sna: Fallback to xf86InitialConfiguration if nothing is connectedChris Wilson
2013-06-26sna: Use the existing configuration for initial modesChris Wilson
2013-06-26sna/gen4+: Fix determination of intermediate extentsChris Wilson
2013-06-26sna: Avoid allocating a temporary if using rendercpy tilesChris Wilson
2013-06-26sna: Clear mapped state after performing manual tilingChris Wilson
2013-06-26sna: Do not force creation of CPU maps on !llcChris Wilson
2013-06-26sna: Free just-allocated bo if we fail to set-tiling on CREATE_EXACTChris Wilson