diff options
author | Chris Forbes <[email protected]> | 2013-09-30 21:16:40 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-11-25 22:01:36 +1300 |
commit | e6a0eca45e5f760656542035b25238a9d5dfdbd0 (patch) | |
tree | 44e24c04410e9fa9e8a90f88f2af5a2a6478eb84 /docs/relnotes | |
parent | 093965f9e397aa9a06b3d40c265c35653184dd0c (diff) |
i965: Enable ARB_draw_indirect (and ARB_multi_draw_indirect) on Gen7+
.. and mark them off on the extensions list as done.
V2: Enable only if pipelined register writes work.
V3: Also update relnotes
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html index 55d810f313b..1b8ea22f8ec 100644 --- a/docs/relnotes/10.1.html +++ b/docs/relnotes/10.1.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_draw_indirect on i965.</li> </ul> |