summaryrefslogtreecommitdiff
path: root/src/intel_video.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-30Convert generation counter to octalChris Wilson1-24/+24
2012-09-05uxa: Flush batch immediately after queuing a WAIT_FOR_EVENTChris Wilson1-0/+5
2012-08-12intel: fix video xvPipe range checkDave Airlie1-1/+1
2012-07-15uxa: Remove Shadow hackChris Wilson1-2/+1
2012-06-19Initialise adaptors to 0 in case xf86XVListGenericAdaptors does notChris Wilson1-4/+2
2012-06-13Lots of trivial semantic fixesChris Wilson1-1/+0
2012-06-02uxa: Fix reallocation of XVAdaptors arrayChris Wilson1-6/+5
2012-05-23intel: convert to new screen conversion APIsDave Airlie1-3/+3
2012-04-17Don't issue a scanline wait while VT switchedChris Wilson1-1/+1
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson1-1/+0
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson1-0/+1
2011-10-14Remove a couple of trivial compile warnings for unused variablesChris Wilson1-6/+7
2011-09-13video: Stop advertising unsupported Xv attributesChris Wilson1-19/+3
2011-08-29video: check that the pixmap exists before useChris Wilson1-0/+3
2011-05-10video: Flush the batch on the next blockhandler after queuingChris Wilson1-0/+1
2011-04-07Revert "i965: Convert to relative relocations for state"Chris Wilson1-1/+1
2011-04-04i965: Convert to relative relocations for stateChris Wilson1-1/+1
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson1-2/+2
2011-01-21Fix an error in 4c4ad555564a80311df1a4b762eb1e119c6d95fb.Xiang, Haihao1-2/+2
2011-01-19Correct offset of planes within clipped windowXiang, Haihao1-2/+2
2011-01-03xv: Fix interlace computationAdam Jackson1-1/+1
2010-11-01Xv: don't call intel_wait_for_scanline on SandybridgeXiang, Haihao1-1/+1
2010-11-01Xv: enable TextureAdaptor for SandybridgeXiang, Haihao1-2/+6
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson1-23/+24
2010-10-01video: Disable TextureAdaptor for SandybridgeChris Wilson1-1/+1
2010-09-21Allow interlaced modes.Krzysztof Halasa1-2/+8
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-1/+3
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner1-22/+16
2010-08-01Remove the final references to the drmmode prefixChris Wilson1-13/+12
2010-08-01Rename drmmode_display to intel_displayChris Wilson1-1/+1
2010-07-26video: kill do { ... } while (ret != -EINTR) loopsDaniel Vetter1-15/+7
2010-07-26video: kernel overlay needs triple bufferingDaniel Vetter1-8/+15
2010-07-16video: Free the buffers immediately after turning off.Chris Wilson1-28/+9
2010-07-16video: Reuse the old buffers.Chris Wilson1-47/+71
2010-07-12video: Apply overlay stride errata for i830 and i845Chris Wilson1-0/+5
2010-07-12video: Copy DummyEncoding into each adapter.Chris Wilson1-6/+9
2010-07-09video: forgotten amendment to previous commit.Chris Wilson1-0/+3
2010-07-09video: apply the crtc box checks from dri.Chris Wilson1-28/+54
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-0/+1740