svga: add new function svga_clear_texture()
authorNeha Bhende <bhenden@vmware.com>
Thu, 11 Aug 2016 23:37:24 +0000 (16:37 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Aug 2016 12:19:51 +0000 (06:19 -0600)
commit52d88b67be1dad07e1c5f4a6e1c5c13c70f0c937
tree1ee2388de8830e9591a588d1a052496b4e0da2f0
parent1da538f85bc327f4ae5e1a5b90c15b99f8cf48df
svga: add new function svga_clear_texture()

To clear texture this function can be used. This is part of
ARB_clear_texture extension. Basically this extension allows you to
clear texture with given color values.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/drivers/svga/svga_pipe_clear.c