OSDN Git Service

svga: Add the ability to log messages to vmware.log on the host.
authorSinclair Yeh <syeh@vmware.com>
Tue, 23 May 2017 13:42:08 +0000 (07:42 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 24 May 2017 17:33:46 +0000 (11:33 -0600)
commit1ce3a2723f9739e3e2f0ce5df244a9e2d3bdab85
treef9d870d99822b4c363dc8afff4fe98767f06aa54
parent3ad5325da036adab2a82f4d639e65d3d96a183a7
svga: Add the ability to log messages to vmware.log on the host.

For now this capability only exists in the SVGA driver but
can be exported later if other modules, e.g. winsys, wants
to use it for logging.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/Makefile.sources
src/gallium/drivers/svga/svga_msg.c [new file with mode: 0644]
src/gallium/drivers/svga/svga_msg.h [new file with mode: 0644]
src/gallium/drivers/svga/svga_screen.c
src/gallium/drivers/svga/svga_screen.h