summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-06-06Use libc instead of deprecated libc wrappers for malloc/calloc/free.Eric Anholt
2010-06-02dri: Protect against NULL dereference following GPU hang.Chris Wilson
2010-06-01i830: Remove unused coord-adjust.Chris Wilson
2010-06-01i915: Centre sampling.Chris Wilson
2010-06-01i915; Avoid the implicit flush on changing BUF_INFOChris Wilson
2010-06-01DRI2: fix new buffer exchange checkJesse Barnes
2010-05-31Disable acceleration if we detect a hardware error.Chris Wilson
2010-05-31uxa: Mega-Glyphs!Chris Wilson
2010-05-31i915: Support textured video on an extended desktop.Chris Wilson
2010-05-29dri: Compilation fix.Chris Wilson
2010-05-29dri: Only flip if the front and back pixmaps match.Chris Wilson
2010-05-29Revert "dri: Use size from backing pixmap when creating buffers."Chris Wilson
2010-05-29dri: Use size from backing pixmap when creating buffers.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 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