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

2015-08-20 Thread Tapani Pälli
On 08/21/2015 02:20 AM, Anuj Phogat wrote: On Thu, Aug 20, 2015 at 12: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

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

2015-08-20 Thread Anuj Phogat
On Thu, Aug 20, 2015 at 12: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