summaryrefslogtreecommitdiff
path: root/src/i965_video.c
AgeCommit message (Expand)Author
2011-03-16i965: Remove broken maximum base addresses from videoChris Wilson
2011-03-16Fix textured video when destination is larger than screenSimon Farnsworth
2011-03-16Xv: setup pipeline for Xv on SandybridgeXiang, Haihao
2011-03-16Xv: set the surface state base addressXiang, Haihao
2011-03-16Include a chipset generation number to clarify device specific paths.Owain G. Ainsworth
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth
2010-09-11i810: Move into a legacy directory.Owain G. Ainsworth
2010-06-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-05-25Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-16i965 Xv: fix chroma pitchDaniel Vetter
2010-05-16Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter
2010-04-11Xv: fixup relocation in i965_video.cDaniel Vetter
2010-03-01batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2010-03-01Remove flush parameter from intel_batch_flush()Chris Wilson
2010-03-01Rename I830Sync() to intel_sync()Chris Wilson
2010-03-01Check that batch buffers are atomic.Chris Wilson
2010-03-01conf: Add debugging flush optionsOwain G. Ainsworth
2010-03-01Rename the xv pPriv to adaptor_priv to reflect whose private it is.Owain G. Ainsworth
2010-03-01Call pPixmaps plain old pixmaps.Owain G. Ainsworth
2010-03-01Rename the xf86 screen private from pScrn to scrn.Owain G. Ainsworth
2010-03-01Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Owain G. Ainsworth
2010-02-28Move to kernel coding style.Eric Anholt
2010-02-28Remove error state dumping code.Eric Anholt
2010-02-28Xv: kill hw double buffering logicDaniel Vetter
2010-02-28Xv: use is_planar_fourcc helper some moreDaniel Vetter
2009-08-07Align tiled pixmap height so we don't address beyond the end of our buffers.Eric Anholt
2009-06-30Xv: fix domain usage for binding table on i965+ chipsZhenyu Wang
2009-06-30Add XV support on IGDNGZhenyu Wang
2009-05-01Hold reference to video binding table until all rects are painted.Keith Packard
2009-05-013D_STATE_VERTEX_BUFFERS takes four 32-bit values, not three.Keith Packard
2009-05-01Don't bother to enable VF statistics during 965 video playbackKeith Packard
2009-04-27Now that video destination pixmaps are always in BOs, no more MarkSync.Eric Anholt
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt
2009-02-25XvMC: fix broken xvmc on 965Xiang, Haihao
2009-02-18Make Xv used a buffer object instead of i830_memory.Kristian Høgsberg
2009-01-20Use intel_emit_reloc from video to prettify 965 render bind_bo setup.Eric Anholt
2009-01-20Do check_aperture_space and batch_start_atomic for i965 video.Eric Anholt
2009-01-20Move 965 video setup to a separate function so we can move it around.Eric Anholt
2009-01-06Handle drm_bo_map failure in 965 video and composite paths.Keith Packard
2008-12-04Emit proper relocations to pixmaps in BOs in i965 video.Eric Anholt
2008-12-04Move i965 video surface state and binding table to BOs.Eric Anholt
2008-12-04Move i965 video vertex data to BOs.Eric Anholt
2008-12-04Move remaining i965 video programs to BOs.Eric Anholt
2008-12-04Move i965 video wm and sampler state to BOs.Eric Anholt
2008-12-04Stop allocating unused scratch space for i965 video.Eric Anholt
2008-12-04Move i965 video vs/sf state to BOs.Eric Anholt
2008-12-04Move i965 video cc state to BOs.Eric Anholt
2008-12-04Move I965DisplayVideoTextured unit state setup to separate functions.Eric Anholt
2008-12-04Move I965DisplayVideoTextured surface/sampler setup to separate functions.Eric Anholt
2008-12-04Move debug code for I965DisplayVideoTextured to separate functions.Eric Anholt