summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13i915: Force output alpha to 1. if dst has no alpha channel.Chris Wilson
2010-05-13i915: Add a2r10g10b10 format and friendsChris Wilson
2010-05-12dri2: Handle reference counting across page flippingChris 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-12i830: Prevent allocation of bo larger than half the apertureChris 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-11xvmc: Build fix with -pedanticChris Wilson
2010-05-11drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.Chris Wilson
2010-05-11i830: Never create a bo for depth=1 pixmaps.Chris Wilson
2010-05-11i830: Use set_pixmap_bo() instead of open-coding.Chris Wilson
2010-05-11i830: Do not cache in-flight non-reusable buffers.Chris Wilson
2010-05-11i965: Add texformats mapping for additional pixman formatsChris Wilson
2010-05-11uxa: Recheck texture after acquiring pattern.Chris Wilson
2010-05-10Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard
2010-05-10i915: Fix pixmap based masks.Chris Wilson
2010-05-10uxa: Protect against valid SourcePict in uxa_acquire_mask()Chris Wilson
2010-05-10i830: Minor cleanupChris Wilson
2010-05-10i830: Update stride when swapping bo for PutImageChris Wilson
2010-05-10uxa,i915: Handle SourcePict through uxa_composite()Chris Wilson
2010-05-10i915: Use 1x1R pixmap for solid drawablesChris 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-27i830: prepare the uxa pixmap for fbCopyArea.Chris Wilson
2010-04-26i830: if pixman_blt() fails fallback to fbCopyArea()Chris Wilson
2010-04-26i830: tidy in flight bo reuse.Chris Wilson
2010-04-19Fix "make dist"Daniel Vetter
2010-04-16i810: adjust the pitch for DRI renderingDaniel Vetter
2010-04-15uxa: Reuse in-flight boChris Wilson
2010-04-14i830: Allocate bo's for glyphs larger than 32x32.Chris Wilson
2010-04-14Revert "Revert "uxa: Try using put_image when copying from a memory buffer.""Chris Wilson
2010-04-14i830: Use pixman_blt directly for performing the in-memory copyChris Wilson
2010-04-13i830 render: check aperture space requirementsDaniel Vetter
2010-04-13render: tell the kernel explicitly when fences are neededDaniel Vetter
2010-04-13i915 render: use tiling bits where possibleDaniel Vetter
2010-04-13i830 render: use tiling bits where possibleDaniel Vetter
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-10Review i830_pad_drawable_width()Chris Wilson
2010-04-10uxa: Add fallback warnings for PutImage.Chris Wilson
2010-04-08XvMC: fix memory overflowDaniel Vetter
2010-04-08Xv: fixup overlay stride confusionDaniel Vetter