summaryrefslogtreecommitdiff
path: root/uxa/uxa-render.c
AgeCommit message (Expand)Author
2011-03-16uxa: Fallback if the temporary is too largeChris Wilson
2011-03-16Check return value of uxa_acquire_solid() since it can return NULLBryce Harrington
2011-03-16uxa: Undo damage translation before appendingChris Wilson
2011-03-16uxa: Emit the damage after the render for the workaround in uxa_solid_rectsChris Wilson
2011-03-16uxa: Fix crash after allocation failureChris Wilson
2010-09-11Fallback implementation for trapezoids for hung GPUs.Chris Wilson
2010-09-11Disable acceleration if we detect a hardware error.Chris Wilson
2010-09-04uxa: Parse BGRA pixel formats.Chris Wilson
2010-09-03uxa: Check for failed pixmap allocationChris Wilson
2010-06-24uxa: Fallback to pixman if source is out-of-boundsChris Wilson
2010-06-21uxa: Check for allocation failure.Chris Wilson
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-05-27uxa: Perform manual damage for CompositeRectsChris Wilson
2010-05-27uxa: Force the alpha value to 0xffff when treating Over as SrcChris Wilson
2010-05-25uxa: Apply the drawable offset to the solid rectsChris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25uxa: Composite glyphs directly onto dst when possible.Chris Wilson
2010-05-25uxa: translate the region in line for compositesChris Wilson
2010-05-25uxa: Spans! OMG!Chris Wilson
2010-05-17uxa: Replace solid planemask [0xffffffff] with FB_ALLONESChris Wilson
2010-05-17uxa: Tidy uxa_solid_rects()Chris Wilson
2010-05-17uxa: Patterns are acquired at 0,0Chris Wilson
2010-05-17uxa: Force an alpha channel when rendering source fallbacksChris Wilson
2010-05-17uxa: Apply clip for solid rectangles.Chris Wilson
2010-05-17uxa: Avoid using blits when with PictFilterConvolutionChris Wilson
2010-05-17uxa: Check the w-scaling component is 1 for an translation matrixChris Wilson
2010-05-17uxa: Fix order of conditionals to only run fill_region for SRC or opaqueChris Wilson
2010-05-17uxa: Expand the range of compatible formats to cover all bpp.Chris Wilson
2010-05-17uxa: Only use 1x1R as a solid with an opaque format or SRCChris Wilson
2010-05-17uxa: Disable compatible src xrgb and dst argbChris Wilson
2010-05-17Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-17uxa: enable solid rects for backends that require pixmapsChris Wilson
2010-05-17uxa: Convert 1x1R back to solid_fillChris Wilson
2010-05-17uxa: Only use solid_fill for SRC.Chris Wilson
2010-05-17uxa: Replace source for CLEAR with a transparent solidChris Wilson
2010-05-17uxa: Fallback early if compositing with alphaMapsChris Wilson
2010-05-17uxa: Avoid ping-pong with !offscreen destination and trapsChris Wilson
2010-05-17uxa: Fallback when compositing to a !offscreen destinationChris Wilson
2010-05-17uxa: Use accelerated PutImage for uploading pixman images.Chris Wilson
2010-05-17uxa: solid rectsChris Wilson
2010-05-17debug: Add names for operatorsChris Wilson
2010-05-17uxa: Recheck texture after acquiring pattern.Chris Wilson
2010-05-17uxa: Protect against valid SourcePict in uxa_acquire_mask()Chris Wilson
2010-05-17uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson
2010-05-17uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-05-17uxa: Transform composites with a simple translation into a blitChris Wilson
2010-05-17uxa: Extract sub-region from in-memory buffers.Chris Wilson
2010-04-11uxa: After filling the alpha channel xrgb src is compatible with argb dst.Chris Wilson
2010-04-11uxa: Only reduce a composite to a BLT if it is wholly containedChris Wilson
2010-04-11Fill alpha on xrgb images.Chris Wilson