st/vega: Advertise OpenVG support.

Define st_api_OpenVG to advertise OpenVG support.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2010-01-02 21:25:34 +08:00
parent f2f83d9a78
commit 940360a2e5
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@
#include "util/u_math.h"
#include "util/u_rect.h"
/* advertise OpenVG support */
PUBLIC const int st_api_OpenVG = 1;
static struct pipe_texture *
create_texture(struct pipe_context *pipe, enum pipe_format format,
VGint width, VGint height)