diff options
author | Eric Anholt <[email protected]> | 2012-04-13 12:09:11 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-04-16 11:59:29 -0700 |
commit | 45f460f61ef27b42063737ac48d85115438057f3 (patch) | |
tree | d348da78b26f1b6949037551da5b060c7768af55 /docs | |
parent | 61c4e5cd68a59434863d3c650ac1672f18acc857 (diff) |
docs: Update that ARB_draw_instanced is on in i965.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 3985f26b7a2..07c6cd94d13 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -43,7 +43,7 @@ GLX_ARB_create_context (GLX 1.4 is required) DONE GL 3.1: GLSL 1.40 not started -Instanced drawing (GL_ARB_draw_instanced) DONE (gallium, swrast) +Instanced drawing (GL_ARB_draw_instanced) DONE (i965, gallium, swrast) Buffer copying (GL_ARB_copy_buffer) DONE (i965, r300, r600, swrast) Primitive restart (GL_NV_primitive_restart) DONE (r600) 16 vertex texture image units DONE |