summaryrefslogtreecommitdiff
path: root/src/i830_uxa.c
AgeCommit message (Expand)Author
2010-06-24Limit maximum tiled stride to 8k and untiled to 32k.Chris Wilson
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-17i830: Remove domain tracking from pixmaps.Chris Wilson
2010-06-17i830: GetImage acceleration.Chris Wilson
2010-06-17i830: Tidy i830_uxa_put_image()Chris Wilson
2010-06-07Adapt to DevPrivate API changesKeith Packard
2010-06-07Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-07i915; Avoid the implicit flush on changing BUF_INFOChris Wilson
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-31Remove all code that pretends to work if we lack drm and gem.Owain G. Ainsworth
2010-05-31Stop conditionalising on kernel_exec_fencing.Owain G. Ainsworth
2010-05-30i915: Don't re-emit vertex size unless it has changed.Chris Wilson
2010-05-27Decouple non-reusuable pixmaps from batch lists on unref.Chris Wilson
2010-05-27Add a workaround for Ironlake errata regarding blits and other engines.Eric Anholt
2010-05-27i830: Skip an empty fill.Chris Wilson
2010-05-25i915: Emit CA over using OutReverse + Add passesChris Wilson
2010-05-25uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-25i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-25i915: amalgamate composite into a single primitive listChris Wilson
2010-05-17i830: Remove xrgb conversion to argb, no longer required.Chris Wilson
2010-05-17Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-17i830: Prevent allocation of bo larger than half the apertureChris Wilson
2010-05-17i830: Never create a bo for depth=1 pixmaps.Chris Wilson
2010-05-17i830: Use set_pixmap_bo() instead of open-coding.Chris Wilson
2010-05-17i830: Do not cache in-flight non-reusable buffers.Chris Wilson
2010-05-17Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard
2010-05-17i830: Update stride when swapping bo for PutImageChris Wilson
2010-05-17uxa: Rearrange checking and preparing of composite textures.Chris Wilson
2010-05-17i830: prepare the uxa pixmap for fbCopyArea.Chris Wilson
2010-05-17i830: if pixman_blt() fails fallback to fbCopyArea()Chris Wilson
2010-05-17i830: tidy in flight bo reuse.Chris Wilson
2010-05-17sync swap support. Backported from current and adapted for ums.Owain G. Ainsworth
2010-05-08Local patch that is a bit of a hack.Owain G. Ainsworth
2010-04-18uxa: Default to using TILING_X for pixmaps.Owain G. Ainsworth
2010-04-16uxa: Reuse in-flight boOwain G. Ainsworth
2010-04-16i830: Allocate bo's for glyphs larger than 32x32.Chris Wilson
2010-04-16i830: Use pixman_blt directly for performing the in-memory copyChris Wilson
2010-04-16render: tell the kernel explicitly when fences are neededOwain G. Ainsworth
2010-04-11uxa: Perform the xrgb -> argb conversion not inplaceChris Wilson
2010-04-11i830: Clip solid fills to surface.Chris Wilson
2010-04-11Fill alpha on xrgb images.Chris Wilson
2010-03-01i830: Do not use vtSema when chosing mapping type.Chris Wilson
2010-03-01batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2010-03-01Remove flush parameter from intel_batch_flush()Chris Wilson
2010-03-01uxa_prepare_access() don't force a flush.Chris Wilson
2010-03-01Review use of errno after libdrm callChris Wilson
2010-03-01uxa: Don't treat prepare_access as a flush synchronisation point.Chris Wilson
2010-03-01uxa: Limit maximum size of tiled objectsChris Wilson
2010-03-01uxa: Remove cache flush for copyChris Wilson
2010-03-01uxa: PutImage accelerationChris Wilson