On Tue 28 Jul 2015, Nanley Chery wrote: > From: Nanley Chery <nanley.g.ch...@intel.com> > > According to the spec, Tex*Storage* commands are supported if the GL > implementation has support for immutable textures. > > Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com> > --- > src/mesa/main/texformat.c | 56 > +++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 56 insertions(+)
This patch's code looks correct to me, but I'm confused by the commit message. The commit message specifically calls out the glTexStorage* functions, but _mesa_choose_tex_format() is also used by many other non-storage glTex* functions. Why specifically mention the glTexStorage* function? Is there some larger context I'm missing? _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev