summaryrefslogtreecommitdiff
path: root/uxa
AgeCommit message (Expand)Author
2010-05-15uxa: Only use 1x1R as a solid with an opaque format or SRCChris Wilson
2010-05-15uxa: Call check_solid before running the solid blitter.Chris Wilson
2010-05-14uxa: Disable compatible src xrgb and dst argbChris Wilson
2010-05-14uxa: Parse BGRA pixel formats.Chris Wilson
2010-05-14Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-14uxa: enable solid rects for backends that require pixmapsChris Wilson
2010-05-13uxa: Convert 1x1R back to solid_fillChris Wilson
2010-05-13uxa: Only use solid_fill for SRC.Chris Wilson
2010-05-13uxa: Replace source for CLEAR with a transparent solidChris Wilson
2010-05-13uxa: Fallback early if compositing with alphaMapsChris Wilson
2010-05-12uxa: Avoid glyph ping-pong with !offscreen destinationChris Wilson
2010-05-12uxa: Avoid ping-pong with !offscreen destination and trapsChris Wilson
2010-05-12uxa: Fallback when compositing to a !offscreen destinationChris Wilson
2010-05-12uxa: Use accelerated PutImage for uploading pixman images.Chris Wilson
2010-05-12uxa: solid rectsChris Wilson
2010-05-12debug: Add names for operatorsChris Wilson
2010-05-11uxa: Recheck texture after acquiring pattern.Chris Wilson
2010-05-10uxa: Protect against valid SourcePict in uxa_acquire_mask()Chris Wilson
2010-05-10uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson
2010-05-10uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-05-08uxa: Transform composites with a simple translation into a blitChris Wilson
2010-05-08uxa: Extract sub-region from in-memory buffers.Chris Wilson
2010-04-14Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson
2010-04-12Revert "uxa: Try using put_image when copying from a memory buffer."Eric Anholt
2010-04-12Revert "uxa: Add fallback warnings for PutImage."Chris Wilson
2010-04-10uxa: Try using put_image when copying from a memory buffer.Chris Wilson
2010-04-10uxa: Add fallback warnings for PutImage.Chris Wilson
2010-03-25uxa make: remove unused XORG_INCS and DIX_CFLAGS variablesGaetan Nadon
2010-03-24uxa: After filling the alpha channel xrgb src is compatible with argb dst.Chris Wilson
2010-03-24uxa: Only reduce a composite to a BLT if it is wholly containedChris Wilson
2010-03-16Fill alpha on xrgb images.Chris Wilson
2010-03-04uxa: Fix type mismatch to avoid compiler warning.Carl Worth
2010-02-20uxa: Skip adjusting mask coordinates when no mask is present.Eric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-01-27uxa: Fix compatible_formats() for OVERChris Wilson
2010-01-25Extract pixel value for all formats to avoid hitting fallbacks.Chris Wilson
2010-01-25uxa: Adjust uxa_get_color_for_pixmap to match prototypeChris Wilson
2010-01-24uxa: Protect against a potential NULL src->Drawable referenceChris Wilson
2010-01-24uxa/uxa-render: Always remove useless repeats during composite.Chris Wilson
2010-01-24uxa: Increase amount of composite fallback verbageChris Wilson
2010-01-08uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-12-10Revert "uxa-glyphs: Enable TILING_X on glyph caches."Chris Wilson
2009-12-07uxa: Cache solid fills.Chris Wilson
2009-12-02uxa_check_composite: Minor whitespace.Chris Wilson
2009-12-02uxa: Review uxa_prepare_access() to remove potential nestingChris Wilson
2009-11-30uxa-glyphs: Enable TILING_X on glyph caches.Chris Wilson
2009-11-29uxa-glyphs: Stream uploads via temporary boChris Wilson
2009-11-13i915: Derive the correct target color from the pixmap by checking its formatChris Wilson
2009-11-13uxa: Do not remove repeat from solids for 1x1 composites.Chris Wilson
2009-11-10uxa: Force alpha bits to fill remaining bitsChris Wilson