summaryrefslogtreecommitdiff
path: root/src/i965_video.c
AgeCommit message (Expand)Author
2011-04-17i965/video: We need 150 dwords of space for video state emissionChris Wilson
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-02-17Fix IGD and IGDNG constants to be comprehensibleAdam Jackson
2011-02-12i965: Remove broken maximum base addresses from videoChris Wilson
2011-01-17Fix textured video when destination is larger than screenSimon Farnsworth
2010-11-01Xv: setup pipeline for Xv on SandybridgeXiang, Haihao
2010-11-01Xv: set the surface state base addressXiang, Haihao
2010-10-07Include a chipset generation number to clarify device specific paths.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-21Emit the flush after a potential draw from the BlockHandler.Chris Wilson
2010-06-09Revert "xp:trapezoids"Chris Wilson
2010-06-08xp:trapezoidsChris Wilson
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson
2010-05-17i830: Remove vestigal debugging ALWAYS_FLUSH and ALWAYS_SYNCChris Wilson
2010-04-08i965 Xv: fix chroma pitchDaniel Vetter
2010-03-04Xv: fixup relocation in i965_video.cDaniel Vetter
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter
2009-12-07batch: Ensure we send a MI_FLUSH in the block handler for TFPChris Wilson
2009-12-02Remove flush parameter from intel_batch_flush()Chris Wilson
2009-12-02Rename I830Sync() to intel_sync()Chris Wilson
2009-11-10Check that batch buffers are atomic.Chris Wilson
2009-10-14conf: Add debugging flush optionsChris Wilson
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt
2009-10-06Move to kernel coding style.Eric Anholt
2009-10-05Remove error state dumping code.Eric Anholt
2009-10-05Xv: kill hw double buffering logicDaniel Vetter
2009-10-05Xv: 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