Re: [Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture
_dri2.c | 85 > +++ > 2 files changed, 98 insertions(+), 1 deletion(-) > for Android it burps a linker error: [Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture Configurations: android linux == Tested the patch(es) on t
[Mesa-dev] [PATCH V7 1/8] dri2: Create image from texture
Add create image from texture extension and bump version. Signed-off-by: Abdiel Janulgue --- include/GL/internal/dri_interface.h | 14 +- src/egl/drivers/dri2/egl_dri2.c | 85 +++ 2 files changed, 98 insertions(+), 1 deletion(-) diff --git a/include/G