Re: [PATCH 5/7] glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2

2015-01-12 Thread Eric Anholt
Maarten Lankhorst writes: > Signed-off-by: Maarten Lankhorst I'd rather just delete the MAX_LEVEL setting, since it's unnecessary, and setting the filtering is a sufficient hint to the driver about texture mipmap allocation. signature.asc Description: PGP signature ___

[PATCH 5/7] glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2

2015-01-12 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- glamor/glamor_fbo.c| 3 ++- glamor/glamor_font.c | 3 ++- glamor/glamor_pixmap.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/glamor/glamor_fbo.c b/glamor/glamor_fbo.c index d2aabb2..30f8342 100644 --- a/glamor/glamor_fbo.c +++