summaryrefslogtreecommitdiff
path: root/src/i965_video.c
AgeCommit message (Expand)Author
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
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
2008-11-27Merge branch '965-xvmc'Zou Nan hai
2008-11-06Make IS_GM45 into IS_G4X defineZhenyu Wang
2008-10-06Fix a typo in G965 texture video codeShuang He
2008-08-11 [i965-xvmc] bypass copy when put image with xvmcroot
2008-07-03Fix official name for GM45 chipsetZhenyu Wang
2008-06-17Add support for Intel 4 series chipsets.Zhenyu Wang
2008-04-13Kludge to make planar video work - duplicate sampler stateKeith Packard
2008-04-10Remove sync after 965 video put.Keith Packard
2008-04-10Add planer video decode kernelKeith Packard
2008-04-10Use shared exa_wm code for packed yuv decodeKeith Packard
2008-03-31Fix composite with mask using new compositing thread codeKeith Packard
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt
2008-01-09Update PIPELINE_SELECT instruction and surface state format for new chipsetZhenyu Wang
2007-09-20Fix pixmap offsetHong Liu