summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-06-02legacy/i810/video: Release memory after creating adaptorsChris Wilson
2012-06-02legacy/i810/dri: Propagate failure from allocating texture memoryChris Wilson
2012-06-02legacy/i810: Fix memset(sizeof(*ptr)) rather than memset(sizeof(ptr))Chris Wilson
2012-06-02uxa/i965: Make the unhandled allocation failures explicitChris Wilson
2012-06-02uxa: NameForAtom may return NULLChris Wilson
2012-06-02uxa: Use unsigned bitfields for single bitsChris Wilson
2012-06-02uxa: Intialize is_glamor_pixmapChris Wilson
2012-06-02uxa: Remove 'render_source_is_solid' dead codeChris Wilson
2012-06-02uxa: Fix reallocation of XVAdaptors arrayChris Wilson
2012-06-02sna/gradient: Reuse old gradient bo if allocation of new failsChris Wilson
2012-06-02sna: Check gradient allocations during initChris Wilson
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