summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-24Add alpha blending supportHEADmasterLaurent Pinchart
For formats that include an alpha channel, the -a/--alpha command line argument can be used to specify an alpha value for the test pattern. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2012-04-21Add gradient test patternLaurent Pinchart
2011-11-29Support NV12, NV21, NV16, NV61, NV24 and NV42 formatsLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-11-29Add support for fourcc-based format APILaurent Pinchart
Use the new API by default, and automatically fall back to the legacy RGB API when the new API isn't supported. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-08-19Add red, blue and green bitfields information to device structureLaurent Pinchart
When using the fourcc-based formats API, the fb_var_screeninfo red, green, blue and transp fields are not valid anymore. Duplicate the information in the device structure and use it to compute test pattern colors in preparation of the fourcc-based formats API implementation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-08-19Update fixed screen info after changing format or resolutionLaurent Pinchart
The line length field can change after changing the format or the resolution. Re-read fixed screen info from the device. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-08-19Add .gitignoreLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-08-19Add support for lines test patternLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-08-19Add support for user-selectable test patternsLaurent Pinchart
The only currently supported test pattern is the SMPTE color bars. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2011-04-30Initial commitLaurent Pinchart
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>