summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-02sna: NameForAtom may return NULLChris Wilson
2012-06-01sna: Replace invalid signed value with unsigned ~0 for uint8_tChris Wilson
2012-06-01sna: Drop return value from 3D point transformChris Wilson
2012-06-01uxa: Static analysis warning fixesChris Wilson
2012-06-01sna/gen3+: Guard against a kgem_bo_destroy(NULL)Chris Wilson
2012-06-01sna: Fix potential deference of NULL cpu_bo inside assertionChris Wilson
2012-06-01sna/trapezoids: Check for malloc failureChris Wilson
2012-06-01sna/io: Free the heap clip boxes on error pathsChris Wilson
2012-06-01sna/dri: Fix typo, check for NULL after allocations to spot failure!Chris Wilson
2012-06-01sna: Fix a smattering of static analysis warningsChris Wilson
2012-06-01sna/trapezoids: Correct extents declaration for fallbackChris Wilson
2012-06-01sna: Tiny DBG message tweakChris Wilson
2012-06-01test: Add a very basic test to exercise BLT text drawingChris Wilson
2012-06-01sna: Debug XDrawRectangleChris Wilson
2012-06-01test: Exercise basic rectangle drawing codeChris 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