Re: [Mesa-dev] [PATCH] mesa: allow mutable buffer textures to back GL ES images

2016-03-29 Thread Samuel Pitoiset
Thanks! Reviewed-by: Samuel Pitoiset On 03/29/2016 09:31 PM, Ilia Mirkin wrote: Since there is no way to create immutable texture buffers in GL ES, mutable buffer textures are allowed to back images. See issue 7 of the GL_OES_texture_buffer specification. Signed-off-by: Ilia Mirkin --- src

[Mesa-dev] [PATCH] mesa: allow mutable buffer textures to back GL ES images

2016-03-29 Thread Ilia Mirkin
Since there is no way to create immutable texture buffers in GL ES, mutable buffer textures are allowed to back images. See issue 7 of the GL_OES_texture_buffer specification. Signed-off-by: Ilia Mirkin --- src/mesa/main/shaderimage.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)