i965: Add support for RGB565 __DRIimage
authorSingh, Satyeshwar <satyeshwar.singh@intel.com>
Wed, 16 Oct 2013 01:11:02 +0000 (01:11 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 16 Oct 2013 04:30:49 +0000 (21:30 -0700)
commite2620c1a745a02c75a45ebe0725c500f441f4ac4
treef7820c67726a88cc38e482002982bb6c4e7098f5
parent2efc97d51300849636b4b64ef8dfb5645e3b4e5b
i965: Add support for RGB565 __DRIimage

Add information for RGB565 to the table of image formats so that we can
create a __DRIimage for that format.  This in turn enables RGB565
wayland clients.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/intel_screen.c