Re: [Mesa-dev] [PATCH] mesa: update fbo state in glTexStorage

2015-08-21 Thread Brian Paul
On Thu, Aug 20, 2015 at 1:52 AM, Tapani Pälli wrote: > We have to re-validate FBOs rendering to the texture like is done > with TexImage and CopyTexImage. > > Signed-off-by: Tapani Pälli > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91673 > Cc: "10.6" > --- > src/mesa/main/texstorag

[Mesa-dev] [PATCH] mesa: update fbo state in glTexStorage

2015-08-20 Thread Tapani Pälli
We have to re-validate FBOs rendering to the texture like is done with TexImage and CopyTexImage. Signed-off-by: Tapani Pälli Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91673 Cc: "10.6" --- src/mesa/main/texstorage.c | 15 +++ 1 file changed, 15 insertions(+) diff --git