summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-162.20.18 release2.20.18Chris Wilson
2013-01-16sna: Restrict upload buffers to reduce sampler TLB missesChris Wilson
2013-01-16sna: Correct DBG to refer to the actual tiling mode forcedChris Wilson
2013-01-16sna: Discard the batch if we are discarding the only buffer in itChris Wilson
2013-01-16sna: Fix computation of large object sizes to prevent overflowChris Wilson
2013-01-16sna: Add DBG for when we add the inplace hintChris Wilson
2013-01-16sna: Revert use of a separate CAN_CREATE_SMALL flagChris Wilson
2013-01-15sna: Avoid serialising on an move-to-cpu for an async operationChris Wilson
2013-01-15sna: Assert that we never try to mix INPLACE / ASYNC hints for move-to-cpuChris Wilson
2013-01-15sna: Specialise sna_get_image_blt for clears to avoid sync readbackChris Wilson
2013-01-15sna/trapezoids: Avoid the multiply for an opaque sourceChris Wilson
2013-01-15sna: Add DBG to use_shm_bo()Chris Wilson
2013-01-15sna: Hint that a copy from a SHM bo will likely be the last in a batchChris Wilson
2013-01-15sna: Pass the async hint for the upload into the GPUChris Wilson
2013-01-15sna: Free the SHM pixmaps after b266ae6f6fChris Wilson
2013-01-15sna: Mark uploads with async hints when appropriateChris Wilson
2013-01-15sna: Avoid allocating an active CPU bo unnecessarilyChris Wilson
2013-01-14sna: Tweak considering of last-cpu placement for inplace regionsChris Wilson
2013-01-14sna: Limit temporary userptr uploads to large busy targets or LLC machinesChris Wilson
2013-01-14sna: Apply PutImage optimisations to move-to-cpuChris Wilson
2013-01-14sna: Use userptr to accelerate GetImageChris Wilson
2013-01-13sna: Initialize src_bo to detect allocation failureChris Wilson
2013-01-13sna: Check size against aperture before attempting to perform the GTT mappingChris Wilson
2013-01-13sna: Add a compile flag for measuring impact of userptr uploadsChris Wilson
2013-01-13sna: Use the pixmap size (not drawable) to determine replacementChris Wilson
2013-01-13sna: Allow large image uploads to utilize temporary mappingsChris Wilson
2013-01-13sna: Allow creation of a CPU map for pixmaps if neededChris Wilson
2013-01-13sna: Relax limitation on not mapping GPU bo with shadow pointersChris Wilson
2013-01-13sna: Correct a few assertions after enabling read-only mappingsChris Wilson
2013-01-12sna: Experiment with a CPU mapping for certain fallbacksChris Wilson
2013-01-12sna: Tweak max object sizes to take account of aperture restrictionsChris Wilson
2013-01-12sna: After a size check, double check the batch before flushingChris Wilson
2013-01-11sna/dri: Prefer to preserve the ring of the destination boChris Wilson
2013-01-11sna: Reorder struct kgem_bo to move related data into the same cachelineChris Wilson
2013-01-11sna: Disable memcpy_to_tiled_x() uploads on 32-bit systemsChris Wilson
2013-01-11sna: Also prefer to use the GPU for uploads into a tiled boChris Wilson
2013-01-11sna: Prefer userptr if copying to a tiled boChris Wilson
2013-01-11intel: Throttle harderChris Wilson
2013-01-10sna: Use some surplus bits to back our temporary pixman_image_tChris Wilson
2013-01-10sna: Prefer to use the GPU for copies from SHM onto tiled destinationsChris Wilson
2013-01-10sna: Allow CPU bo to copy to GPU bo if the device is idle.Chris Wilson
2013-01-10sna: Ignore the last pixmap cpu setting if overwritting all damageChris Wilson
2013-01-10sna: With a GPU bo and a shm source, do not fall all the way backChris Wilson
2013-01-10sna: Make sure all outputs are disabled if no CompatOutput is definedChris Wilson
2013-01-10sna: Open-code xf86CompatOutput() to avoid invalid pointersChris Wilson
2013-01-07Set initial value for backlight_active_levelMickaƫl THOMAS
2013-01-07sna: fixup damage posting to be done correctly around slave pixmapChris Wilson
2013-01-07intel: fixup damage posting to be done correctly around slave pixmapDave Airlie
2013-01-07intel: drop pointless error printf in the slave pixmap sync code.Dave Airlie
2013-01-06sna/dri: Transfer the DRI2 reference to the new TearFree pixmapChris Wilson