summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-07-09sna: Improve the check for assertionsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-09sna: Promote large operations to use the whole GPUChris Wilson
2012-07-09sna: Only consider large clears as candidates for GPU migrationChris Wilson
2012-07-09sna: PadPixmap only writes to the out-of-bounds bitsChris Wilson
2012-07-09sna: Rename conflicting symbols with uxaChris Wilson
2012-07-09sna: Just use a linear scan to find the terminating clip boxChris Wilson
2012-07-09sna: Remove the consideration of CPU damage for overwriting FillRectChris Wilson
2012-07-08sna: Substitute the reduce clip region for fallback opsChris Wilson
2012-07-08sna: Review placement hints for fallback operationsChris Wilson
2012-07-08sna: Remove function for force-to-gpuChris Wilson
2012-07-08sna: Apply the clear color when resizing the front bufferChris Wilson
2012-07-08sna/dri: Review stale commentsChris Wilson
2012-07-08sna/dri: Fix cross-chaining of pageflip vs vblankChris Wilson
2012-07-08sna/dri: Use draw ref directlyChris Wilson
2012-07-08sna/dri: Remove dead code for 'old_fb'Chris Wilson
2012-07-08sna/dri: Attach the chain of frame events to the Window, not pixmapChris Wilson
2012-07-08sna: Tweak start/stop of the deferred flushChris Wilson
2012-07-08sna/dri: Clarify the message for one failure caseChris Wilson
2012-07-08sna/dri: Add a couple of missing VG_CLEAR on vblanksChris Wilson
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson
2012-07-08sna/dri: Replace the DRI2 drawable type with a devPrivateChris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-07sna: Add a couple of DBG flags to control upload buffersChris Wilson
2012-07-07sna: Fixup USE_INPLACE debug hintChris Wilson
2012-07-06sna: Refactor a common function: is_clipped()Chris Wilson
2012-07-06sna: Clear garbage from the new front buffer when resizingChris Wilson
2012-07-06Allow matching against any device supported by drm/i915Chris Wilson
2012-07-06Make the detection of broken pre-production hardware verboseChris Wilson
2012-07-05sna: Fix clipping of glyphs-to-dst for partially obscurred windowsChris Wilson
2012-07-05sna: Fallback to attaching a shadow fb if we fail to setup the crtcChris Wilson
2012-07-05sna: Do not force GPU allocation if CPU bo is already busyChris Wilson
2012-07-05sna: Make sure damage is flushed to the CPU bo before useChris Wilson
2012-07-05sna/dri: Assert that our pixmaps sizes are invariantChris Wilson
2012-07-04sna: drop an unused ret varChris Wilson
2012-07-04sna: Fix detection of EIO through throttleChris Wilson
2012-07-04sna: Use throttle() to confirm a GPU hangChris Wilson
2012-07-04sna: Simplify timer executionChris Wilson
2012-07-04sna: Fix leak around ENOMEM error path in sna_copy_boxesChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-07-04sna/dri: Remove broken code for buffer xchg from AsyncSwapChris Wilson
2012-07-04sna/dri: Fixup blit fallback path to use xchg when possibleChris Wilson
2012-07-04sna/dri: Select the appropriate copy engine based on the current src ringChris Wilson
2012-07-04uxa: Install the drm_wakeup_handler for vblank events in !use_page_flippingChris Wilson
2012-07-03sna: check for failure to change cache level on the boChris Wilson
2012-07-03sna: Use set-cache-level ioctl to create CPU boChris Wilson
2012-07-03sna: Guess when the client is attempting to read back the whole pixmapChris Wilson
2012-07-03sna: Fix iterator typoChris Wilson
2012-07-03sna: Also prefer to use the dst GPU bo if CopyArea reduces to an inplace uploadChris Wilson
2012-07-03sna: Attempt to reduce all-damage on the CPUChris Wilson