summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-08-30sna/dri: Use common routine for testing busyness after flushChris Wilson
2012-08-30sna/dri: Hold a reference to the vsync blitChris Wilson
2012-08-29sna: Remove inconsistent assertionChris Wilson
2012-08-28sna: Align active upload buffers to the next page for reuseChris Wilson
2012-08-28sna: Discard inplace flag if we create a CPU map for the upload bufferChris Wilson
2012-08-28sna: Propagate the request to flush rather than directly submit the batchChris Wilson
2012-08-28sna: Make sure we reset the domain tracking when exporting DRI boChris Wilson
2012-08-27sna: Track outstanding requests per-ringChris Wilson
2012-08-27sna: Ensure that we create a GTT mapping for the inplace upload bufferChris Wilson
2012-08-27sna: Force the stall if using a busy ShmPixmap bo with PutImageChris Wilson