summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-11sna: Filter out the full-damage marker when undoing redirectionChris Wilson
2012-11-11sna: Fix printing of uninitialied value in DBGChris Wilson
2012-11-11sna: Flush pending rendering before enabling an outputChris Wilson
2012-11-10sna/gen2: Fix use of uninitialised redirectionChris Wilson
2012-11-10sna: Fix use of uninitialised value in DBGChris Wilson
2012-11-10sna: Specify read/write domains for no-relocation fastpathChris Wilson
2012-11-10sna: Allow snooped buffers to be retained (and reused) between batchesChris Wilson
2012-11-10sna/gen2: Add a modicum of fallback DBGChris Wilson
2012-11-09sna/gen4: Only 965gm suffers the !snoop restrictionChris Wilson
2012-11-09xvmc: Use DRMINTEL_LIBS instead of hardcoding -ldrm_intelChris Wilson
2012-11-09sna: Mark no-reloc write buffersChris Wilson
2012-11-08sna: Experiment with using reloc.handle as an index into the execbufferChris Wilson
2012-11-08sna: Set the known offset for the batch as wellChris Wilson
2012-11-08sna: Support a fast no relocation changed pathChris Wilson
2012-11-08Remove reliance on hard-coded DRI nameChris Wilson
2012-11-07sna: Abandon kernels that do not support execbuffer2Chris Wilson
2012-11-06sna/gen4: opacity spans requires the per-rectangle flush w/aChris Wilson
2012-11-06sna/gen4: Remove a couple of old, now redundant, w/a flushesChris Wilson
2012-11-06sna/gen4: Flush after pipelined pointer updates (inverted logic!)Chris Wilson
2012-11-05sna: Prevent use-after-free during partial move-to-gpuChris Wilson
2012-11-02sna: Add a small delay during startup if another master is still activeChris Wilson
2012-11-02sna/gen4+: Prefer GPU spans if the destination is activeChris Wilson
2012-11-01sna: Try to reduce ping-pong migration for intermixed render/legacy code pathsChris Wilson
2012-10-31sna: Set a valid box when checking for GPU bo for BLT composite opsChris Wilson
2012-10-31sna: Preserve mode if flushing before a scanline waitChris 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-26sna: Ensure that the trap is clipped if it ends within the boundary pixelChris Wilson
2012-10-25uxa: Drain the DRM event queue before server regenerationChris Wilson
2012-10-24sna: Add missing ValidatePicture() for flattening alphamapsChris Wilson
2012-10-24sna: Disable RandR hotplug events if Xinerama is enabledChris Wilson
2012-10-23sna: Beware 16-bit overflow when computing sample areasChris Wilson
2012-10-23sna: Only disallow hw sprite scaling on HaswellChris Wilson
2012-10-22sna: Update DRI buffer if attached to the framebuffer for TearFree flipsChris Wilson
2012-10-22sna: Tidy udev install/remove and add a couple of lines of DBGChris 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-21intel: Sanity check that the platform probes points to a i915.ko GEM deviceChris Wilson
2012-10-21sna: Mark the to-be-damaged region first, then Process afterwardsChris Wilson
2012-10-20sna: Move the source region to the CPU for a self-copy fallback CopyAreaChris Wilson
2012-10-20uxa: Fixup drm_intel_bo_disable_reuse() typoChris Wilson
2012-10-20uxa: Disable bo reuse after binding to a scanoutChris Wilson
2012-10-19sna: Clear the damage along with the BO when forcing the stall for inplace BLTChris Wilson
2012-10-19sna: Reorder final checks for using the BO and setting the damage pointerChris Wilson
2012-10-18sna/gen4: Presume we need a flush upon state change similar to gen5+Chris Wilson