summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-07sna/dri: Fix the double-buffer pageflipping pathChris Wilson
2012-09-07sna/dri: Make sure we set the SCANOUT flag when creating bo for pageflipsChris Wilson
2012-09-06sna/prime: Correct the pinning flag when importing the prime boChris Wilson
2012-09-06sna/prime: Distinguish forms of pinned pixmapChris Wilson
2012-09-06uxa: Distinguish forms of pinningChris Wilson
2012-09-06uxa/prime: Mark the pixmap as pinned once exported (similar to flink)Chris Wilson
2012-09-06sna: Add is-pinned checks to changing the pitch on an existing boChris Wilson
2012-09-06sna: Apply the minimum 256 pitch to CREATE_USAGE_SHARED pixmaps as wellChris Wilson
2012-09-06prime: Align pitch of shared untiled buffers to 256 bytesChris Wilson
2012-09-06sna: Correct assertions for adding damage that bypasses the regionChris Wilson
2012-09-05Add PlatformProbe to handle sharing of device entitiesChris Wilson
2012-09-05sna: Harden against initialisation failuresChris Wilson
2012-09-05Revert "sna: Flush the batch before a render operation if the GPU is idle"Chris Wilson
2012-09-05uxa: Fix cut'n'paste error in Option "Backlight"Chris Wilson
2012-09-05uxa: Flush batch immediately after queuing a WAIT_FOR_EVENTChris Wilson
2012-09-05sna: Initialise the empty boxes field of the region before subtracting itChris Wilson
2012-09-05sna: Drop master after discarding framebuffersChris Wilson
2012-09-05uxa: fix leakage of FB when closing the screenImre Deak
2012-09-05sna: Review validity of damage when discarding CPU boChris Wilson
2012-09-05sna/video: Use the scanout flag and FB id for sprite framebuffersChris Wilson
2012-09-05sna/gen7: Always emit a stall when flushing the texture cacheChris Wilson
2012-09-05sna: Use async upload only if the last render was not CPUChris Wilson
2012-09-05sna: Tweak upload path to remove redundant codeChris Wilson
2012-09-05sna: Don't upload ignored cpu damageChris Wilson
2012-09-05sna: Add DBG control to disable CPU boChris Wilson
2012-09-05sna: Fix comparison of memcpy overlap to include x-offsetsChris Wilson
2012-09-04sna: Rearrange use_cpu() tests for composite ops to avoid syncing CPU boChris Wilson
2012-09-04sna: Flush the batch before a render operation if the GPU is idleChris Wilson
2012-09-04sna: And remember to flush the damage to the output slaves...Chris Wilson
2012-09-04sna: Improve handling of output offloadingChris Wilson
2012-09-04sna: Fix a typo in an error messageChris Wilson
2012-09-04sna: Add some DBG to the prime pathsChris Wilson
2012-09-04sna: Fixup CREATE_USAGE_SHAREDChris Wilson
2012-09-04sna: Fix typo for detecting prime ioctlsChris Wilson
2012-09-04sna: Port prime interfacingChris Wilson
2012-09-03sna: Enable platform probingChris Wilson
2012-09-03uxa: Fix Backlight option support.Сковорода Никита Андреевич
2012-09-03sna/gen6+: Redirect fills if the destination is too large for 3DChris Wilson
2012-09-04intel: fix return value for no pEntDave Airlie
2012-09-03intel: query kernel for caps to setup scrn capabilities.Dave Airlie
2012-09-03intel: add pixmap tracking and scanout support. (v2)Dave Airlie
2012-09-03intel/uxa: add pixmap sharing support.Dave Airlie
2012-09-03intel: add platform probing support.Dave Airlie
2012-09-02sna: Cache the temporary upload buffer when copying boxesChris Wilson
2012-09-02sna: Don't retire when searching for a snoopable buffer without hw supportChris Wilson
2012-09-02sna: Tweak placement rules if we already have a CPU boChris Wilson
2012-09-01sna/dri: Remove busy-wait spin from vblank chaining of swapbuffersChris Wilson
2012-09-01sna: Nullify gpu_bo after free in case final release is deferred in destroyChris Wilson
2012-09-01sna/gen2+: Add the missing assertions in case the drawrect is invalidChris Wilson
2012-09-01sna: Discard cached CPU upload early when clearing with a solid fillChris Wilson