summaryrefslogtreecommitdiff
path: root/src/i830_video.c
AgeCommit message (Expand)Author
2006-07-18Merge branch 'master' into textured-videoEric Anholt
2006-07-11Add support for adjusting saturation value of overlay video.Luká\u0161 Hejtmánek
2006-06-20Merge branch 'master' into exaWang Zhenyu
2006-05-29Nice texture coordinate gradient, broken slightly in yKeith his master's voice Packard
2006-05-28Ok, finally something sensible up on the screen.Keith his master's voice Packard
2006-05-28Using tiny rectangle, still locks up in pixel shader program somehowKeith his master's voice Packard
2006-05-28Lots more debug code. Appears to execute pixel shader thread now though. hurray!Keith his master's voice Packard
2006-05-28dump out piles of debug. Create VS thread just to see how it worksKeith his master's voice Packard
2006-05-27Push all of the obvious Mesa state setting into the video codeKeith his master's voice Packard
2006-05-27flesh out cc state. set cull mode to none. enable sf kernelKeith his master's voice Packard
2006-05-27Rename BRW instructions, check video instruction generation. Doesnt lock up, ...Keith his master's voice Packard
2006-05-26Use broadwater video code on broadwater hardware. Pad ring to even length. co...Keith his master's voice Packard
2006-05-26Prepare real SF kernel and fake WM kernelKeith his master's voice Packard
2006-05-25Scale video source vertices. Allocate space for kernelsKeith his master's voice Packard
2006-05-22Use RECTLIST instead of TRIFAN for video so we get horizontal shearing insteadEric Anholt
2006-05-19Put in code for idling accelerator on subsequent cliprects.Eric Anholt
2006-05-19Set up the state buffer in framebuffer.Eric Anholt
2006-05-18Checkpoint for filling out more 3D state.Eric Anholt
2006-05-18Checkpoint of BW textured video work, filling out vertex submission stuff andEric Anholt
2006-05-18Start laying out some of the bits that need to be done for BW textured video.Eric Anholt
2006-05-17Turn off overlay video on BW until we have stable PCI IDs so we can know whetherEric Anholt
2006-05-16Merge branch 'textured-video' into broadwater-videoEric Anholt
2006-05-16Flag the 3D state as dirty when we draw textured video, which should helpEric Anholt
2006-05-16Turn debugging back off.Eric Anholt
2006-05-16Use linear min/mag blending.Eric Anholt
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