mesa/teximage: use correct extension for accept stencil texture.
authorDave Airlie <airlied@gmail.com>
Sun, 5 Apr 2015 06:48:47 +0000 (16:48 +1000)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 8 Jun 2015 22:47:09 +0000 (15:47 -0700)
commitf7aad9da20b13c98f77d6a690b327716f39c0a47
tree0324ce22b13ee80ed2265fcf2ce924332834538b
parent556b2fbd240bff5d20c5137827757e053c00c3a8
mesa/teximage: use correct extension for accept stencil texture.

This was using the wrong extension, ARB_stencil_texturing
doesn't mention any changes in this area.

Fixes "dEQP-GLES3.functional.fbo.completeness.renderable.texture.
stencil.stencil_index8."

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90751
Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/teximage.c