summaryrefslogtreecommitdiff
path: root/src/i915_video.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-16Compile out UXA if so desiredChris Wilson1-0/+1
2011-03-16i915/video: Clip indirect Xv outputChris Wilson1-1/+2
2010-07-22video/i915: ValidateGC after setting clip.Chris Wilson1-3/+4
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-6/+6
2010-06-09Revert "xp:trapezoids"Chris Wilson1-0/+2
2010-06-08xp:trapezoidsChris Wilson1-2/+0
2010-06-07i915: Replace structure passing with macros for shader generation.Chris Wilson1-9/+9
2010-05-31i915: Support textured video on an extended desktop.Chris Wilson1-35/+76
2010-05-24i915: Move vertices into a vertex buffer object.Chris Wilson1-1/+1
2010-05-24Kill paranoid assertions on every write into the batchbuffer.Chris Wilson1-29/+4
2010-01-07Xv: kill unnecessary parameters for hw PutImage functionsDaniel Vetter1-1/+1
2009-11-10Check that batch buffers are atomic.Chris Wilson1-5/+5
2009-10-14conf: Add debugging flush optionsChris Wilson1-0/+2
2009-10-08Rename the xv pPriv to adaptor_priv to reflect whose private it is.Eric Anholt1-23/+28
2009-10-08Call pPixmaps plain old pixmaps.Eric Anholt1-9/+9
2009-10-08Rename the xf86 screen private from pScrn to scrn.Eric Anholt1-5/+5
2009-10-08Rename the screen private from I830Ptr pI830 to intel_screen_private *intel.Eric Anholt1-6/+6
2009-10-06Move to kernel coding style.Eric Anholt1-371/+398
2009-10-05Xv: kill hw double buffering logicDaniel Vetter1-8/+8
2009-10-05Xv: use is_planar_fourcc helper some moreDaniel Vetter1-16/+1
2009-07-28h/v bias in 3DSTATE_DEST_BUFFER_VARIABLES is 4-bits wideKrzysztof Halasa1-2/+2
2009-05-18 DRI2 for XvMCXiang Hai hao1-4/+19
2009-05-01Split i915 textured video commands to fit into batch buffers.Keith Packard1-3/+15
2009-04-27Now that video destination pixmaps are always in BOs, no more MarkSync.Eric Anholt1-2/+0
2009-03-06intel: Nuke shared-entity support (zaphod mode).Eric Anholt1-1/+1
2009-02-20Fix i915 textured video to work with the i830_memory -> bo change.Kristian Høgsberg1-4/+5
2009-01-17Protect i915 textured video against batchbuffer wrapping.Eric Anholt1-4/+7
2008-08-05Use dri_bo for all object allocations, including pixmaps under uxaKeith Packard1-1/+1
2008-07-17Merge branch 'master' into drm-gemCarl Worth1-2/+8
2008-06-28xvmc: Don't copy on xvmc surface in PutImageZhenyu Wang1-2/+8
2008-06-10Change most usage of pixmap offsets to using a reloc macro.Eric Anholt1-1/+1
2008-03-14Change OUT_RING and similar calls to OUT_BATCH for batchbuffer mergeEric Anholt1-142/+144
2008-03-11Remove i830+ driver's use of CARD*/INT* types for great justice.Eric Anholt1-1/+1
2008-03-11Add support for brightness control to i915 textured video output.Eric Anholt1-5/+30
2007-09-20Fix pixmap offsetHong Liu1-2/+2
2007-08-10Attempt to fix several front buffer tiling failure cases.Eric Anholt1-12/+4
2007-07-06FBC and tiling changesJesse Barnes1-4/+4
2007-06-13Fix and enable the 915-class planar textured video path.Eric Anholt1-82/+58
2007-06-12Fix context switching between DRI and X.Eric Anholt1-7/+2
2007-06-12Clean up some nits in i915_video.c setup.Eric Anholt1-8/+3
2007-01-31Move the render code to non-EXA-specific filenames.Eric Anholt1-12/+0
2007-01-10Formalize sync interfaceWang Zhenyu1-2/+1
2006-12-28Draw textured video to the backing pixmap in the composited case.Eric Anholt1-11/+23
2006-12-19Align textured video dither matrix to windowKeith Packard1-1/+1
2006-12-19Turn on dithering for 915 textured videoKeith Packard1-3/+6
2006-11-30Merge branch 'exa' of ../xf86-video-intel into modesettingEric Anholt1-50/+3
2006-11-08Disable some debug messageAlan Hourihane1-0/+4
2006-10-26Major cleanup of 3D invariant state, fixing hangs with rotation and render.Eric Anholt1-50/+3
2006-07-24remove an extra '-'Wang Zhenyu1-1/+1
2006-07-18Re-convert i915 video to new fragment shader API.Eric Anholt1-125/+54