summaryrefslogtreecommitdiff
path: root/src/xvmc/i915_structs.h
AgeCommit message (Collapse)Author
2008-07-21xvmc: init dest and reference buffer onceZhenyu Wang
Init them right after context create, and only update buffer address info later. (cherry picked from commit 75e38fa8348198ba151afa37e10be3b0b0b468f8)
2008-07-21xvmc: init one-time mc context onceZhenyu Wang
Don't setup one-time mc context everytime, as the content is always unchanged. And several structs got packed layout inside to ease static state initialization. (cherry picked from commit b4d8ca8b38e495b56bb3b4143e5dfe91ee651f15)
2007-07-19add copyrightXiang, Haihao
2007-07-191. clean coderoot
2. fix an error in map_state
2007-07-19a fix for 945G/945GMroot
2007-07-191. using batch bufferroot
2. implement macroblock_ipicture instruction 3. 16bit INTRA block
2007-07-19fix some bugsXiang, Haihao
2007-07-19enable XvMC for i915Xiang, Haihao