summaryrefslogtreecommitdiff
path: root/uxa
AgeCommit message (Expand)AuthorFilesLines
2010-05-28uxa: Make the glyph caches' fixed size explicit.Chris Wilson2-9/+6
2010-05-28uxa: Use a glyph private rather than a hash table.Chris Wilson3-196/+141
2010-05-26uxa: Perform manual damage for CompositeRectsChris Wilson1-0/+5
2010-05-26uxa: Force the alpha value to 0xffff when treating Over as SrcChris Wilson1-1/+3
2010-05-26uxa: Use Composite rather than solid blitter for PolyRectChris Wilson1-22/+105
2010-05-26uxa: Add PICT format mapping for depth 4 pixmaps.Chris Wilson1-0/+1
2010-05-25uxa: Apply the drawable offset to the solid rectsChris Wilson1-6/+9
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson4-102/+364
2010-05-24uxa: Composite glyphs directly onto dst when possible.Chris Wilson3-158/+324
2010-05-24uxa: translate the region in line for compositesChris Wilson1-19/+14
2010-05-23uxa: Spans! OMG!Chris Wilson3-27/+187
2010-05-16uxa: Replace solid planemask [0xffffffff] with FB_ALLONESChris Wilson1-4/+4
2010-05-16uxa: Tidy uxa_solid_rects()Chris Wilson1-5/+5
2010-05-16uxa: Patterns are acquired at 0,0Chris Wilson1-4/+4
2010-05-15uxa: Force an alpha channel when rendering source fallbacksChris Wilson1-0/+6
2010-05-15uxa: Apply clip for solid rectangles.Chris Wilson1-41/+118
2010-05-15uxa: Avoid using blits when with PictFilterConvolutionChris Wilson1-2/+6
2010-05-15uxa: Check the w-scaling component is 1 for an translation matrixChris Wilson1-1/+2
2010-05-15uxa: Fix order of conditionals to only run fill_region for SRC or opaqueChris Wilson1-64/+64
2010-05-15uxa: Expand the range of compatible formats to cover all bpp.Chris Wilson1-7/+9
2010-05-15uxa: Only use 1x1R as a solid with an opaque format or SRCChris Wilson1-1/+2
2010-05-15uxa: Call check_solid before running the solid blitter.Chris Wilson1-4/+8
2010-05-14uxa: Disable compatible src xrgb and dst argbChris Wilson1-1/+3
2010-05-14uxa: Parse BGRA pixel formats.Chris Wilson1-8/+45
2010-05-14Split the prepare blitter functions into check + prepare.Chris Wilson3-9/+36
2010-05-14uxa: enable solid rects for backends that require pixmapsChris Wilson1-12/+19
2010-05-13uxa: Convert 1x1R back to solid_fillChris Wilson1-76/+75
2010-05-13uxa: Only use solid_fill for SRC.Chris Wilson1-6/+10
2010-05-13uxa: Replace source for CLEAR with a transparent solidChris Wilson1-6/+29
2010-05-13uxa: Fallback early if compositing with alphaMapsChris Wilson1-12/+9
2010-05-12uxa: Avoid glyph ping-pong with !offscreen destinationChris Wilson1-0/+119
2010-05-12uxa: Avoid ping-pong with !offscreen destination and trapsChris Wilson1-18/+41
2010-05-12uxa: Fallback when compositing to a !offscreen destinationChris Wilson1-0/+3
2010-05-12uxa: Use accelerated PutImage for uploading pixman images.Chris Wilson1-47/+57
2010-05-12uxa: solid rectsChris Wilson3-0/+81
2010-05-12debug: Add names for operatorsChris Wilson1-14/+73
2010-05-11uxa: Recheck texture after acquiring pattern.Chris Wilson1-49/+57
2010-05-10uxa: Protect against valid SourcePict in uxa_acquire_mask()Chris Wilson1-2/+7
2010-05-10uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson1-14/+37
2010-05-10uxa: Rearrange checking and preparing of composite textures.Chris Wilson2-75/+68
2010-05-08uxa: Transform composites with a simple translation into a blitChris Wilson1-11/+15
2010-05-08uxa: Extract sub-region from in-memory buffers.Chris Wilson1-23/+183
2010-04-14Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson1-8/+43
2010-04-12Revert "uxa: Try using put_image when copying from a memory buffer."Eric Anholt1-43/+8
2010-04-12Revert "uxa: Add fallback warnings for PutImage."Chris Wilson1-23/+3
2010-04-10uxa: Try using put_image when copying from a memory buffer.Chris Wilson1-8/+43
2010-04-10uxa: Add fallback warnings for PutImage.Chris Wilson1-3/+23
2010-03-25uxa make: remove unused XORG_INCS and DIX_CFLAGS variablesGaetan Nadon1-4/+1
2010-03-24uxa: After filling the alpha channel xrgb src is compatible with argb dst.Chris Wilson1-0/+4
2010-03-24uxa: Only reduce a composite to a BLT if it is wholly containedChris Wilson1-1/+17