fbdev-test.git, branch master FB device test application Add alpha blending support 2012-04-24T10:49:39+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2012-04-24T10:49:39+00:00 d868b3e8b3b5bae6a4db7bab640e340a9ec8f6c7 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>
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>
Add gradient test pattern 2012-04-20T22:37:09+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2012-04-20T22:37:09+00:00 618b53d4b49febefa56e8161bececa88d3ebc630

Support NV12, NV21, NV16, NV61, NV24 and NV42 formats 2011-11-29T10:21:22+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-08-17T14:18:43+00:00 c30447f399e79a6a30d4bbfc08c72cdaba882bff Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Add support for fourcc-based format API 2011-11-29T10:21:22+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-08-17T14:17:21+00:00 fefa2bf71af1de4e9faaf9efee2c11b79c170760 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>
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>
Add red, blue and green bitfields information to device structure 2011-08-18T23:56:52+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-08-18T10:13:14+00:00 07eef40a41cc04cc1844e42641f2b67c1e0e1934 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>
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>
Update fixed screen info after changing format or resolution 2011-08-18T23:56:51+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-08-17T15:07:23+00:00 1f60ac234b20b2eb7bc2b4b2cee8519aea6297ec 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>
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>
Add .gitignore 2011-08-18T23:56:51+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-08-18T11:31:44+00:00 4b6c5d0d72be26eeb340f25d0286d5e9561f85fa Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Add support for lines test pattern 2011-08-18T23:56:51+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-07-19T12:58:27+00:00 41f62453c7d30a32d7be8c9f13376c0313a94086 Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Add support for user-selectable test patterns 2011-08-18T23:56:51+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-05-09T07:09:04+00:00 8353d25b01b31c2c3d50bb58e504370ac1fce320 The only currently supported test pattern is the SMPTE color bars. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
The only currently supported test pattern is the SMPTE color bars.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Initial commit 2011-04-30T14:39:09+00:00 Laurent Pinchart laurent.pinchart@ideasonboard.com 2011-04-29T14:31:26+00:00 d80aa5107b2ad95ba3ebd7bfa7c781b9f20064e6 Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>