summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-11video: Apply overlay stride errata for i830 and i845Chris Wilson
2010-09-11video: Copy DummyEncoding into each adapter.Owain G. Ainsworth
2010-09-11Add support for I854.Owain G. Ainsworth
2010-09-11port and combine the following two patches by Chris Wilson:Owain G. Ainsworth
2010-09-11i830: Limit disabling acceleration following EIO to !i965Chris Wilson
2010-09-11i830: Only emit the disabling GPU error message once.Chris Wilson
2010-09-11Disable acceleration if we detect a hardware error.Chris Wilson
2010-09-11Remove the tiling parameter form the i830_memory.c allocatorOwain G. Ainsworth
2010-09-11backport the following commit by Eric anholt;Owain G. Ainsworth
2010-09-11Remove the framebuffer compression codeOwain G. Ainsworth
2010-09-11remove the {allocate,free}_xvmc_buffer: unused since the xvmc reworkOwain G. Ainsworth
2010-09-11Remove i83_{set,clear}_tiling: they're legacy functions and unused.Owain G. Ainsworth
2010-09-04i915: Remove a couple of unsupported 16bpp no-alpha tex formatsChris Wilson
2010-09-04i915: Add a2r10g10b10 format and friendsChris Wilson
2010-09-04drmmode: Reorder i830_set_pixmap_bo() so that the correct stride is used.Owain G. Ainsworth
2010-09-04i965: Add texformats mapping for additional pixman formatsChris Wilson
2010-09-03video/i915: ValidateGC after setting clip.Chris Wilson
2010-09-03intel: respect tiling disable.Dave Airlie
2010-09-03dri: Handle errors during GetBuffers() gracefully.Chris Wilson
2010-09-03Remove remaining fbOffset setting.Eric Anholt
2010-08-12Remove a piece of fbOffset cruft from non-DRM support.Eric Anholt
2010-07-18Revert 4deb8a793907015dbf821d2e343d9527a5ae2512 plus a one linerOwain G. Ainsworth
2010-07-05pull in a local commit in cvs that got lost:Owain G. Ainsworth
2010-06-30partially revert kernel commitOwain G. Ainsworth
2010-06-24Limit maximum tiled stride to 8k and untiled to 32k.Chris Wilson
2010-06-22Temporarily disable the pageflipping stuff. It isn't 100% on ironlakeOwain G. Ainsworth
2010-06-21i965: Compile fix.Chris Wilson
2010-06-21Do not clear need_mi_flush within the batch.Chris Wilson
2010-06-21i965: Mark the render target as dirty within composite_setup()Chris Wilson
2010-06-21Also submit any pending flush for *this* batch in the BlockHander.Chris Wilson
2010-06-21Only append the pixmap to the flushing list if we are writing to it.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-17i915: Force the emission of BUF_INFO on every composite_setupChris Wilson
2010-06-14i965: Sanity check ComponentAlpha status in prepare_compositeChris Wilson
2010-06-14Compile fix for alternate list.h from xserver-1.9Chris Wilson
2010-06-10implicit-flushChris Wilson
2010-06-07uxa: Setup acceleration functions prior to the damage layerChris Wilson
2010-06-07i915: Fix typo from previous commit.Chris Wilson
2010-06-07i915: Remove screen size limit from video setup.Chris Wilson
2010-06-07i915: Replace structure passing with macros for shader generation.Chris Wilson
2010-06-07Use the direct dixGevPrivate() API when availableChris Wilson
2010-06-07Adapt glyphs for changes in devPrivates APIChris 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-07dri: Protect against NULL dereference following GPU hang.Chris Wilson
2010-06-07i830: Remove unused coord-adjust.Chris Wilson
2010-06-07i915: Centre sampling.Chris Wilson