summaryrefslogtreecommitdiff
path: root/src/intel_video.c
AgeCommit message (Expand)Author
2012-04-17Don't issue a scanline wait while VT switchedChris Wilson
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-10-14Remove a couple of trivial compile warnings for unused variablesChris Wilson
2011-09-13video: Stop advertising unsupported Xv attributesChris Wilson
2011-08-29video: check that the pixmap exists before useChris Wilson
2011-05-10video: Flush the batch on the next blockhandler after queuingChris Wilson
2011-04-07Revert "i965: Convert to relative relocations for state"Chris Wilson
2011-04-04i965: Convert to relative relocations for stateChris Wilson
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson
2011-01-21Fix an error in 4c4ad555564a80311df1a4b762eb1e119c6d95fb.Xiang, Haihao
2011-01-19Correct offset of planes within clipped windowXiang, Haihao
2011-01-03xv: Fix interlace computationAdam Jackson
2010-11-01Xv: don't call intel_wait_for_scanline on SandybridgeXiang, Haihao
2010-11-01Xv: enable TextureAdaptor for SandybridgeXiang, Haihao
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson
2010-10-01video: Disable TextureAdaptor for SandybridgeChris Wilson
2010-09-21Allow interlaced modes.Krzysztof Halasa
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner
2010-08-01Remove the final references to the drmmode prefixChris Wilson
2010-08-01Rename drmmode_display to intel_displayChris Wilson
2010-07-26video: kill do { ... } while (ret != -EINTR) loopsDaniel Vetter
2010-07-26video: kernel overlay needs triple bufferingDaniel Vetter
2010-07-16video: Free the buffers immediately after turning off.Chris Wilson
2010-07-16video: Reuse the old buffers.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-09video: forgotten amendment to previous commit.Chris Wilson
2010-07-09video: apply the crtc box checks from dri.Chris Wilson
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson