mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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:
parent
f2f83d9a78
commit
940360a2e5
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue