summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2012-12-20sna: Do not throttle before move-to-cpuChris Wilson
2012-12-18sna: Prefer the GPU once again for PolyPointChris Wilson
2012-12-17sna: Untangle the confusion of caching large LLC boChris Wilson
2012-12-16intel: Support debugging through AccelMethodChris Wilson
2012-12-16sna: Tweak the idle SHM CopyArea path to also replace a busy GPU boChris Wilson
2012-12-16sna: Do not force use of the GPU for a copy from a SHM pixmapChris Wilson
2012-12-10sna: Avoid reusing the same 'busy' bit for two different meanings.Chris Wilson
2012-12-10sna: Immediately flush a split batchChris Wilson
2012-12-09sna: Move source to CPU prior to referencing for inplace trapezoidsChris Wilson
2012-12-09sna: Replace remaining kgem_is_idle() with kgem_ring_is_idle()Chris Wilson
2012-12-08sna: Flush upon change of target if GPU is idleChris Wilson
2012-12-05sna: Don't disable CPU bo if supported on unknown hwChris Wilson
2012-11-30sna: Unify gen4 acceleration againChris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-30sna: Prevent gen4 from rendering to I915_TILING_YChris Wilson
2012-11-24sna: Make GPU idle more consistent during wakeupChris Wilson
2012-11-23sna/gen4: Revert changes to 965g[m]Chris Wilson
2012-11-21sna: Assert that we do not replace a GPU bo with a proxyChris Wilson
2012-11-21sna: Do not dispose of a shadow pixmapChris Wilson
2012-11-21sna: Add a few refcnt assertionsChris Wilson
2012-11-21sna: Fix bogus assertion from 03fb9ded43Chris Wilson
2012-11-21sna: Dispose of local copy for render sourcesChris Wilson
2012-11-21sna: Tighten a couple of assertions for damage with use_boChris Wilson
2012-11-20sna: Assert that we do not create a proxy with existent GPU damageChris Wilson
2012-11-05sna: Prevent use-after-free during partial move-to-gpuChris Wilson
2012-10-31sna: assert that the source is not the GTT mapping when uploadingChris Wilson
2012-10-31sna: Prefer to use the GPU for uploads if continuing on the GPUChris Wilson
2012-10-31sna: Fix a typo in a DBGChris Wilson
2012-10-31sna: Add a few DBG tracepoints to screen init/finiChris Wilson
2012-10-31sna: Clamp the drawable box to prevent int16 overflowChris Wilson
2012-10-22sna: Refactor the common code to enable a timerChris Wilson
2012-10-21sna: Only query the system time if we are processing timersChris Wilson
2012-10-21sna: Use the FLUSH_TIMER as the only wakeup timer sourceChris Wilson
2012-10-21sna: Remove the unused inactive evictionChris Wilson
2012-10-20sna: Move the source region to the CPU for a self-copy fallback CopyAreaChris Wilson
2012-10-19sna: Reorder final checks for using the BO and setting the damage pointerChris Wilson
2012-10-11sna: Correct a bogus assertion after inplace PutImageChris Wilson
2012-10-11sna: Rearrange switch to suppress a compiler warning in sna_copy_plane_blt()Chris Wilson
2012-10-10sna: Prevent sign-extension when manipulating stridesChris Wilson
2012-10-09sna: Also check the bg rrop for reads when deciding upon fallback placementChris Wilson
2012-10-09sna: Pass the region, not its pointer, when moving the GC to the CPUChris Wilson
2012-10-05sna: Refactor the fallback CopyArea to use the common region computationChris Wilson
2012-10-04sna: Remove another sna_pixmap->cpu assertion that was not trueChris Wilson
2012-10-04sna/gen2: Prevent using the GTT maps with I915_TILING_Y on 855gmChris Wilson
2012-10-04sna: Once again look into assertions around sna_pixmap->cpuChris Wilson
2012-10-04sna: Avoid using the gpu for uploads whilst wedgedChris Wilson
2012-10-03sna: Clear sna_pixmap->cpu when destroying the CPU damageChris Wilson
2012-10-03sna: Fix an instance of undamaged trackingChris Wilson
2012-10-03sna: Review sna_pixmap->cpu trackingChris Wilson
2012-10-02sna: Prevent sna_damage_contains_box__no_reduce() from a NULL derefChris Wilson