summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2006-05-16For textured video, disable double buffering and sync before uploading new videoEric Anholt
2006-05-16Relax the alignment requirements for textured video.Eric Anholt
2006-05-16Enable overlay and/or textured video at runtime according to hardwareEric Anholt
2006-05-16Correct drawing issues with planar formats when top or left != 0, and Y didn'tEric Anholt
2006-05-16Fix the planar formats to display correctly in textured mode. Still has issuesEric Anholt
2006-05-16Divide width by 2 in planar-to-packed conversion loop, since each pass throughEric Anholt
2006-05-16Merge textured-video-wip to textured-video-planar-full.Eric Anholt
2006-05-16Experimental work to use a full pixel shader for planar to YUV conversion, whichEric Anholt
2006-05-16Do a separate BEGIN/ADVANCE_LP_RING set in the planar vs packed blocks, so IEric Anholt
2006-05-16Add a couple of macros to simplify writing of video pixel shaders.Eric Anholt
2006-05-16Commit a WIP implementation of the planar video shader that does theEric Anholt
2006-05-16Add initial textured XV support for i915, which can do YUY2 and UYVY, but failsEric Anholt
2006-05-12First pass of integrating the Tungsten Graphics driver for Broadwater. ThisEric Anholt
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
2006-05-09Video overlay gamma bounds checking must be done bytewise.Keith Packard
2006-04-28Commit what applied from Jesse Barnes's i830-exa-latest.patch.Eric Anholt
2006-04-12fix typoAlan Hourihane
2006-04-12fix typoAlan Hourihane
2006-04-10Add a DrawablePtr argument to the XV functions to pave the way for redirectedAaron Plattner
2006-03-22Drop libc wrapper; don't include xf86_ansic.h and add includes now missing.Kristian Høgsberg
2006-03-03Check the version of shadow being used and turn off rotation if it isn't theAlan Hourihane
2006-01-24Bump version to 1.5.0.0Alan Hourihane
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.Adam Jackson
2005-07-05Fix Xvideo when operating in one line mode and video is pushed off the top ofAlan Hourihane
2005-06-06missed a hunkAlan Hourihane
2005-06-06Bug #3436 <https://bugs.freedesktop.org/show_bug.cgi?id=3054>Alan Hourihane
2005-05-31Add Intel(R) 945G supportAlan Hourihane
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone
2005-03-15LFP's may exist on Pipe A in older i830's. Check that case so that Panel ID canAlan Hourihane
2005-03-01Fix an off by one error when scaling which caused occasionalAlan Hourihane
2005-02-10Fix unaligned YV12 videos that caused skew when playing.Alan Hourihane
2005-02-10Fix pixmap cache corruption when Xv was in use due to a memory allocatorAlan Hourihane
2005-02-08Setup the Xv atoms correctly.Alan Hourihane
2005-01-06Add:Alan Hourihane
2005-01-03Bug #1488: Fix crash on i830 during startup. (Eric Anholt)Adam Jackson
2004-12-04Encoding of numerous files changed to UTF-8Markus Kuhn
2004-08-26Fix i810 compilation without Xinerama (Bug #1180, Simon Schubert).Kevin E Martin
2004-06-22i915 supportAlan Hourihane
2004-06-16DRI XFree86-4_3_99_12-merge importEric Anholt
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich
2004-02-26readding XFree86's cvs IDsEgbert Eich
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich
2003-11-25XFree86 4.3.99.16Kaleb Keithley
2003-11-14Initial revisionKaleb Keithley