summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-07-13Teardown the bufmgr on shutdown as well.Chris Wilson
2010-07-13Remove the duplicate drmmode prototypes.Chris Wilson
2010-07-13modes: There may be more than one crtc and output... DESTROY THEM ALL!Chris Wilson
2010-07-12video: Apply overlay stride errata for i830 and i845Chris Wilson
2010-07-12video: Copy DummyEncoding into each adapter.Chris Wilson
2010-07-09drmmode: Destroy the output on shutdownChris Wilson
2010-07-09drmmode: Destroy Crtc on screen shutdownChris Wilson
2010-07-09Add support for I854.Chris Wilson
2010-07-09video: forgotten amendment to previous commit.Chris Wilson
2010-07-09video: apply the crtc box checks from dri.Chris Wilson
2010-07-05Add mbp_backlight support.Evan McClain
2010-07-01Reduce front buffer stride prior to rejectionChris Wilson
2010-07-01drmmode: Add missing newlines at the end of log messages.Chris Wilson
2010-07-01drmmode: Use a copy of the converted mode on resizeChris Wilson
2010-06-30dri: Handle errors during GetBuffers() gracefully.Chris Wilson
2010-06-28Repair the damage to 'make distcheck' after splitting out i810Chris Wilson
2010-06-25Remove unused inclusion of <sys/mman.h>Chris Wilson
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-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-15drmmode: Use the tiled stride for the rotated pixmap.Chris 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-10i830: Limit disabling acceleration following EIO to !i965Chris Wilson
2010-06-10i830: Only emit the disabling GPU error message once.Chris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-06-08implicit-flushChris Wilson
2010-06-07Allocate rotate shadow buffers using the usual framebuffer allocator.Eric Anholt
2010-06-07Allocate a correctly sized framebuffer when tiling by using libdrm's support.Eric Anholt
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-06Adapt to DevPrivate API changesKeith Packard
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