commit | f0c99d0a6a897189dd4b66f508385eb2ecf3f76f | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Fri Jul 27 08:31:12 2012 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Wed Aug 29 15:09:34 2012 -0700 |
tree | 545e8cdf1ce515ea58e3dfd8d5ab8b7045c27ba9 | |
parent | ae86ebfcc9fb3e89744c3ee38766a505857b3e7a [diff] |
mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather than the ES wrapper v2: Add proper core-profile and GLES3 filtering. v3: Allow GL_RGB10_A2UI in GLES3 based on review feedback from Eric Anholt. v4: Arg. Reject unsized RED and RG enums on GLES. More feedback from Eric. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>