commit | cdd3f5496ad2d6a252bd7ad78f5034db549d4921 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Fri Jan 18 11:11:10 2013 -0800 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Tue Jan 22 15:41:30 2013 -0800 |
tree | 14464b5fa29a719a2ce69012bf99258bd349fb35 | |
parent | 0d108116bd80b757fb01a84a9f1946ef870b57b8 [diff] |
i965: Implement the GL_ARB_base_instance extension. Thanks to Fredrik Höglund, all the hard work was already done. Tested using a modified oglconform (that actually runs these tests on our driver); it looks like there may be some bugs when using client arrays. All applicable non-compatibility tests passed. For now, only enable it in core profiles. Reviewed-by: Eric Anholt <eric@anholt.net> Tested-by: Ian Romanick <idr@freedesktop.org>