[Mesa-stable] Nomination for 10.6
Ian Romanick
idr at freedesktop.org
Tue Oct 13 12:37:09 PDT 2015
Emil,
Are there going to be any more 10.6 releases? I had intended to mark
the following commit for 10.6 and 11.0, but it looks like I only marked
it for 11.0. If there's going to be another 10.6, could you add this to
the list?
Thanks.
commit 767c33e88138afa64443417860b264a494eba33d
Author: Ian Romanick <ian.d.romanick at intel.com>
Date: Wed Sep 2 16:06:58 2015 -0700
meta: Always bind the texture
We may have been called from glGenerateTextureMipmap with CurrentUnit
still set to 0, so we don't know when we can skip binding the texture.
Assume that _mesa_BindTexture will be fast if we're rebinding the same
texture.
v2: Remove currentTexUnitSave because it is now unused. Suggested by
both Neil and Anuj.
Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=91847
Cc: "11.0" <mesa-stable at lists.freedesktop.org>
Reviewed-by: Neil Roberts <neil at linux.intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
More information about the mesa-stable
mailing list