summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-26Decouple non-reusuable pixmaps from batch lists on unref.Chris Wilson
2010-05-26Add vertex bo to the list of buffers to be torn down.Chris Wilson
2010-05-26i965: Remove ATOMIC_BATCH.Chris Wilson
2010-05-26Add a workaround for Ironlake errata relating to disabling the clipper.Eric Anholt
2010-05-26Add a workaround for Ironlake errata regarding blits and other engines.Eric Anholt
2010-05-26Remove remaining REG_DUMPER build stuff.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: compute normalized texcoords using a scale factor.Chris Wilson
2010-05-24i915: Add special case primitive emitters for glyphs.Chris Wilson
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson
2010-05-24Use pwrite to upload the batch bufferChris Wilson
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-24i915: Emit composite primitive with specialised functions.Chris Wilson
2010-05-23i915: amalgamate composite into a single primitive listChris Wilson
2010-05-18dri: Clean up DRI2 API #ifdefs a bitKristian Høgsberg
2010-05-17i830: Remove vestigal debugging ALWAYS_FLUSH and ALWAYS_SYNCChris Wilson
2010-05-17dri: Check error code from GetScratchGC()Chris Wilson
2010-05-16i830: Encode surface bpp into formatChris Wilson
2010-05-15i830: Remove xrgb conversion to argb, no longer required.Chris Wilson
2010-05-15i830: Remove incorrectly mapped tex formats.Chris Wilson
2010-05-15i915: Load texture into directly into OC when possible.Chris Wilson
2010-05-14i915: Remove a couple of unsupported 16bpp no-alpha tex formatsChris Wilson
2010-05-14Split the prepare blitter functions into check + prepare.Chris Wilson
2010-05-14i915: Don't force alpha=1 for RGB drawables in the shader.Chris Wilson
2010-05-14drm: Remove pin(); unpin() syncChris Wilson
2010-05-14drm: Remove unused old_front parameter from drmmode_do_pageflip.Chris Wilson
2010-05-14drm: don't overwrite the old intel->front_bufferChris Wilson
2010-05-14i830: Teardown batch entries on reset.Chris Wilson
2010-05-14dri: Hold reference to buffers across swapChris 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-12i830: Prevent allocation of bo larger than half the apertureChris 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-10Must call ValidateGC in i830_uxa_put_image for scratch GCKeith Packard
2010-05-10i915: Fix pixmap based masks.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-04-27i830: prepare the uxa pixmap for fbCopyArea.Chris Wilson
2010-04-26i830: if pixman_blt() fails fallback to fbCopyArea()Chris Wilson