summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-02sna: Check gradient allocations during initChris Wilson1-2/+7
2012-06-02sna: NameForAtom may return NULLChris Wilson2-1/+3
2012-06-01sna: Replace invalid signed value with unsigned ~0 for uint8_tChris Wilson4-8/+8
2012-06-01sna: Drop return value from 3D point transformChris Wilson4-102/+83
2012-06-01uxa: Static analysis warning fixesChris Wilson2-5/+2
2012-06-01sna/gen3+: Guard against a kgem_bo_destroy(NULL)Chris Wilson5-5/+10
2012-06-01sna: Fix potential deference of NULL cpu_bo inside assertionChris Wilson1-1/+1
2012-06-01sna/trapezoids: Check for malloc failureChris Wilson1-1/+4
2012-06-01sna/io: Free the heap clip boxes on error pathsChris Wilson1-1/+6
2012-06-01sna/dri: Fix typo, check for NULL after allocations to spot failure!Chris Wilson1-2/+2
2012-06-01sna: Fix a smattering of static analysis warningsChris Wilson3-12/+10
2012-06-01sna/trapezoids: Correct extents declaration for fallbackChris Wilson1-1/+1
2012-06-01sna: Tiny DBG message tweakChris Wilson1-1/+1
2012-06-01test: Add a very basic test to exercise BLT text drawingChris Wilson2-0/+103
2012-06-01sna: Debug XDrawRectangleChris Wilson1-37/+83
2012-06-01test: Exercise basic rectangle drawing codeChris Wilson2-0/+224
2012-05-31sna: Handle negative values when computing the stipple modulusChris Wilson1-0/+4
2012-05-31sna: Fill early break for clip process of spansChris Wilson1-22/+28
2012-05-31sna: Fix computation of box for clipped stippled rectanglesChris Wilson1-5/+19
2012-05-31sna: Add some more DBG for stippled bltsChris Wilson1-6/+11
2012-05-31sna: And combine the two migrate to CPU clausesChris Wilson1-14/+15
2012-05-31sna: If the CPU damage already contains the migration region, we are doneChris Wilson1-0/+5
2012-05-31sna: Prevent readback of 1x1 if it lies inside CPU damageChris Wilson1-2/+15
2012-05-31sna/glyphs: Clip the damage to the drawable for unclipped glyphs-to-dstChris Wilson1-1/+31
2012-05-31sna/composite: Add debugging modes to disable accelerationChris Wilson1-8/+19
2012-05-31sna/glyphs: Don't apply drawable offsets twiceChris Wilson1-4/+2
2012-05-31sna/trapezoids: Apply the drawable offset for the CPU migrationChris Wilson1-4/+4
2012-05-31sna: Suppress flushes once we have cleared the kernel dirtinessChris Wilson1-1/+5
2012-05-31sna/glyphs: Fix upconverting of glyphs via gpuChris Wilson1-1/+8
2012-05-31sna: Avoid mixing signed/unsigned int/int16 arithmetricChris Wilson1-2/+2
2012-05-31sna: Use full 16-bit unsigned values for absolute differencesChris Wilson1-6/+4
2012-05-31sna/glyphs: use add(WHITE, glyph, mask) for channel expansionChris Wilson2-31/+80
2012-05-30sna: Don't attempt to flush scanout if unattachedChris Wilson1-1/+1
2012-05-30sna: Convert remaining drmCommands to drmIoctlChris Wilson2-6/+9
2012-05-30sna: Replace FREELIKE_BLOCK with MAKE_MEM_NOACCESSChris Wilson1-3/+3
2012-05-30sna: Ensure we flush scanout even when otherwise idle.Chris Wilson1-2/+3
2012-05-30Mark a few more options as being UXA specificChris Wilson1-6/+6
2012-05-30Include config.h in intel_options.cNick Bowler1-0/+4
2012-05-30sna/sprite: Restore another xf86drm.hChris Wilson1-3/+4
2012-05-29sna/overlay: Handle return from GETPARAM query correctlyChris Wilson1-1/+1
2012-05-29sna: Fix chunking for large stipplesChris Wilson1-6/+5
2012-05-29sna/overlay: Replace drmCommand with direct invocations of drmIoctlChris Wilson1-12/+5
2012-05-29sna/overlay: Restore one xf86drm.h includeChris Wilson1-0/+1
2012-05-29sna: Also check for a free exec slot for the upload buffersChris Wilson4-15/+15
2012-05-29sna: Make finding DPMS property valgrind cleanChris Wilson1-31/+30
2012-05-29sna: Make GetEDID valgrind clean.Chris Wilson1-13/+11
2012-05-29sna: Make GetEncoder() valgrind cleanChris Wilson1-11/+8
2012-05-29sna: Trim the set of includesChris Wilson12-22/+15
2012-05-28sna: Bump experimental ioctl number for vmapChris Wilson1-1/+1
2012-05-28sna: Use the local function for turning the cursor off prior to releaseChris Wilson1-1/+1