summaryrefslogtreecommitdiff
path: root/src/xvmc/intel_xvmc_dump.c
AgeCommit message (Collapse)Author
2011-01-31xvmc: Silence gcc, add parentheses around assignment.Cyril Brulebois
Get rid of the following with CFLAGS="-Wall -Werror": | CC intel_xvmc_dump.lo | cc1: warnings being treated as errors | intel_xvmc_dump.c: In function ‘intel_xvmc_dump_open’: | intel_xvmc_dump.c:41: error: suggest parentheses around assignment used as truth value Signed-off-by: Cyril Brulebois <kibi@debian.org> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2009-10-19Fix 64-bit compiler warnings in intel_xvmc_dump_render().Thomas Arnhold
Bug #24396.
2009-10-06Move to kernel coding style.Eric Anholt
We've talked about doing this since the start of the project, putting it off until "some convenient time". Just after removing a third of the driver seems like a convenient time, when backporting's probably not happening much anyway.
2008-06-28xvmc: fix motion_type dump for frame/field pictureZhenyu Wang
2008-06-04xvmc: add render dump functionZhenyu Wang