commit | 063980151e801fca6c314e14c82e9a7b8c04a4d2 | [log] [tgz] |
---|---|---|
author | Anuj Phogat <anuj.phogat@gmail.com> | Fri Feb 21 16:58:07 2014 -0800 |
committer | Anuj Phogat <anuj.phogat@gmail.com> | Tue Mar 04 11:22:39 2014 -0800 |
tree | e85a0fb3285eee0a34ceaf669b8d893378b76dbc | |
parent | f2d724c68662668b7c232ae0e5f018a82dfa0b3d [diff] |
mesa: Set initial internal format of a texture to GL_RGBA From OpenGL 4.0 spec, page 398: "The initial internal format of a texel array is RGBA instead of 1. TEXTURE_COMPONENTS is deprecated; always use TEXTURE_INTERNAL_FORMAT." Fixes Khronos OpenGL CTS test failure: proxy_textures_invalid_size Cc: <mesa-stable@lists.freedesktop.org> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Reviewed-by: Brian Paul <brianp@vmware.com>