commit | d7475c79665370de82e65cbf6e5d6f9b6ad4ce81 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Fri Jan 18 17:25:57 2013 -0800 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Tue Jan 22 03:26:24 2013 -0500 |
tree | 3429fc605dcd2f3debda084fd9c79501b5c2468c | |
parent | 9cb64a4cb61ce6cef28ea8ecfedb89f756713e95 [diff] |
mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENCIL_ATTACHMENT This error was added in the 3.0.1 update to the OpenGL ES 3.0 spec. Fixes the updated gles3conform packed_depth_stencil_parameters test. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>