commit | 4f538c3f99b25dc96cd20314ce7785fd4d333be1 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Thu Oct 26 11:44:09 2017 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Fri Oct 27 10:19:07 2017 -0700 |
tree | f5c9dff59cca0002f77b8f353c4827d64852c00f | |
parent | 7a718667f354935dc8470380f37ccea1477632d0 [diff] |
mesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3_1_compatibility. According to the ARB_ES3_1_compatibility specification, glGetFramebufferAttachmentParameteriv is supposed to accept BACK, and it behaves exactly like BACK_LEFT. Fixes a GL error in GFXBench 5 Aztec Ruins. Cc: "17.3 17.2" <mesa-stable@lists.freedesktop.org> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>