commit | a182a1a7e4ce68a92fc1f96bf7f77e5b71c4341b | [log] [tgz] |
---|---|---|
author | Yochai Shefi Simchon <joch@graphtech.co.il> | Tue Jul 26 13:00:31 2011 +0300 |
committer | David 'Digit' Turner <digit@android.com> | Tue Aug 09 17:33:03 2011 +0200 |
tree | 65f42c2065f6d559b17428ba236ad98d387b6f1c | |
parent | 0652403155dd43f112d1de3de7171877d390be8e [diff] |
opengles emulator: limit GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS A bug in the ATI OpenGL driver causes glGet(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS) to return 32, although the driver supports only 16. The minimum required by the spec is 2, so limit the number to 16. Change-Id: Ife99dc5544f80ad872362414e9a5d9d2722d8a42