summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-01sna: Debug XDrawRectangleChris Wilson
2012-05-31sna: Handle negative values when computing the stipple modulusChris Wilson
2012-05-31sna: Fill early break for clip process of spansChris Wilson
2012-05-31sna: Fix computation of box for clipped stippled rectanglesChris Wilson
2012-05-31sna: Add some more DBG for stippled bltsChris Wilson
2012-05-31sna: And combine the two migrate to CPU clausesChris Wilson
2012-05-31sna: If the CPU damage already contains the migration region, we are doneChris Wilson
2012-05-31sna: Prevent readback of 1x1 if it lies inside CPU damageChris Wilson
2012-05-31sna/glyphs: Clip the damage to the drawable for unclipped glyphs-to-dstChris Wilson
2012-05-31sna/composite: Add debugging modes to disable accelerationChris Wilson
2012-05-31sna/glyphs: Don't apply drawable offsets twiceChris Wilson
2012-05-31sna/trapezoids: Apply the drawable offset for the CPU migrationChris Wilson
2012-05-31sna: Suppress flushes once we have cleared the kernel dirtinessChris Wilson
2012-05-31sna/glyphs: Fix upconverting of glyphs via gpuChris Wilson
2012-05-31sna: Avoid mixing signed/unsigned int/int16 arithmetricChris Wilson
2012-05-31sna: Use full 16-bit unsigned values for absolute differencesChris Wilson
2012-05-31sna/glyphs: use add(WHITE, glyph, mask) for channel expansionChris Wilson
2012-05-30sna: Don't attempt to flush scanout if unattachedChris Wilson
2012-05-30sna: Convert remaining drmCommands to drmIoctlChris Wilson
2012-05-30sna: Replace FREELIKE_BLOCK with MAKE_MEM_NOACCESSChris Wilson
2012-05-30sna: Ensure we flush scanout even when otherwise idle.Chris Wilson
2012-05-30Mark a few more options as being UXA specificChris Wilson
2012-05-30Include config.h in intel_options.cNick Bowler
2012-05-30sna/sprite: Restore another xf86drm.hChris Wilson
2012-05-29sna/overlay: Handle return from GETPARAM query correctlyChris Wilson
2012-05-29sna: Fix chunking for large stipplesChris Wilson
2012-05-29sna/overlay: Replace drmCommand with direct invocations of drmIoctlChris Wilson
2012-05-29sna/overlay: Restore one xf86drm.h includeChris Wilson
2012-05-29sna: Also check for a free exec slot for the upload buffersChris Wilson
2012-05-29sna: Make finding DPMS property valgrind cleanChris Wilson
2012-05-29sna: Make GetEDID valgrind clean.Chris Wilson
2012-05-29sna: Make GetEncoder() valgrind cleanChris Wilson
2012-05-29sna: Trim the set of includesChris Wilson
2012-05-28sna: Bump experimental ioctl number for vmapChris Wilson
2012-05-28sna: Use the local function for turning the cursor off prior to releaseChris Wilson
2012-05-28sna/dri: Make WAIT_VBLANK valgrind cleanChris Wilson
2012-05-28sna: Make sna_copy_fbcon() valgrind cleanChris Wilson
2012-05-28sna: Just use the CRTC id from the arrayChris Wilson
2012-05-28sna: Make sna_crtc_apply() valgrind cleanChris Wilson
2012-05-28sna: Make AddFB valgrind cleanChris Wilson
2012-05-28sna: Make sna_crtc_is_bound() valgrind cleanChris Wilson
2012-05-28sna: Add a little bit more verbosity to cursor routines for valgrindChris Wilson
2012-05-28sna: Only wait if there is a suitable active bufferChris Wilson
2012-05-28uxa/dri: Enable vblank scheduling even with pageflipping disabledChris Wilson
2012-05-28uxa/dri: Fix ordering of setting vs using swap membersChris Wilson
2012-05-28Mark another couple of options as being UXA only.Chris Wilson
2012-05-28sna/dri: Tweak vblank_mode=n swapbuffers to account for throttle delayChris Wilson
2012-05-28sna/dri: Enable handling for Option "SwapBuffersWait"Chris Wilson
2012-05-28sna/dri: Requeue vblank throttling until the vsync'ed copy completesChris Wilson
2012-05-28sna: Add some debugging to show count of outstanding requests during retireChris Wilson