svga: add missing cases for PIPE_CAP_x queries
authorBrian Paul <brianp@vmware.com>
Thu, 5 Apr 2012 21:28:09 +0000 (15:28 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 6 Apr 2012 20:10:50 +0000 (14:10 -0600)
commitecc480524bf56076e05291529f65dc996114aa90
tree6cf2d3cb5592e4a8b1e726c54fecc62d1a352376
parentd7707ef5a554ca0a1ec17b9491055e8c8db570c4
svga: add missing cases for PIPE_CAP_x queries

Return 0 for features we don't support.  Added debug_printf()
warnings when we fail to handle a new PIPE_CAP_x case.  That will
alert us to interfaces changes in the future.  We don't want to
just ignore new PIPE_CAPs and possibly miss something important.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/gallium/drivers/svga/svga_screen.c