summaryrefslogtreecommitdiff
path: root/src/i830_uxa.c
AgeCommit message (Expand)Author
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson
2010-06-25i810: Move into a legacy directory.Chris Wilson
2010-06-23Limit 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-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-06-06Adapt to DevPrivate API changesKeith Packard
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-01i915; Avoid the implicit flush on changing BUF_INFOChris Wilson
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-28i915: Don't re-emit vertex size unless it has changed.Chris Wilson
2010-05-26Decouple non-reusuable pixmaps from batch lists on unref.Chris Wilson
2010-05-26Add a workaround for Ironlake errata regarding blits and other engines.Eric Anholt
2010-05-26i830: Skip an empty fill.Chris Wilson
2010-05-24i915: Emit CA over using OutReverse + Add passesChris Wilson
2010-05-24uxa: Use temporary dest when target is too large for compositorChris Wilson
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-23i915: amalgamate composite into a single primitive listChris Wilson
2010-05-15i830: Remove xrgb conversion to argb, no longer required.Chris Wilson
2010-05-14Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-12dri2: Handle reference counting across page flippingChris Wilson
2010-05-12i830: Prevent allocation of bo larger than half the apertureChris 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-10Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard
2010-05-10i830: Update stride when swapping bo for PutImageChris Wilson
2010-05-10uxa: Rearrange checking and preparing of composite textures.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-15uxa: Reuse in-flight boChris Wilson
2010-04-14i830: Allocate bo's for glyphs larger than 32x32.Chris Wilson
2010-04-14i830: Use pixman_blt directly for performing the in-memory copyChris Wilson
2010-04-13render: tell the kernel explicitly when fences are neededDaniel Vetter
2010-03-25uxa: Perform the xrgb -> argb conversion not inplaceChris Wilson
2010-03-24i830: Clip solid fills to surface.Chris Wilson
2010-03-24uxa: Default to using TILING_X for pixmaps.Chris Wilson
2010-03-16Fill alpha on xrgb images.Chris Wilson
2010-03-04i830_memory: switch frontbuffer to drm_intel_boDaniel Vetter
2010-02-23Add initial defines and probing for SandybridgeEric Anholt
2010-02-20Remove dead assignments noticed by clang.Eric Anholt
2010-01-08i830: Do not use vtSema when chosing mapping type.Chris Wilson
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02uxa_prepare_access() don't force a flush.Chris Wilson