From: Chia-I Wu Date: Sat, 2 Jan 2010 13:25:34 +0000 (+0800) Subject: st/vega: Advertise OpenVG support. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=940360a2e545ea69a9da547f6e1bf2c919d14205;p=mesa.git st/vega: Advertise OpenVG support. Define st_api_OpenVG to advertise OpenVG support. Signed-off-by: Chia-I Wu --- diff --git a/src/gallium/state_trackers/vega/vg_tracker.c b/src/gallium/state_trackers/vega/vg_tracker.c index e5039132758..d63abe6a421 100644 --- a/src/gallium/state_trackers/vega/vg_tracker.c +++ b/src/gallium/state_trackers/vega/vg_tracker.c @@ -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)