diff options
author | Matt Turner <[email protected]> | 2013-01-22 21:34:25 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-01-22 21:34:25 -0800 |
commit | 60315e3eaf54a7eb646b787daa5f3ae560aee7a6 (patch) | |
tree | 7db3c048f66976e9a64a77031c7ccdb0be52c59f /docs | |
parent | bd8045d4c516b9c753d00dcc4b962a3e634ad506 (diff) |
GL3.txt: i965 supports ARB_base_instance
Added in commit cdd3f549.
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 3bf91eae505..21c37c008a8 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -121,7 +121,7 @@ GL_ARB_compressed_texture_pixel_storage not started GL_ARB_shader_atomic_counters not started GL_ARB_texture_storage DONE (r300, r600, swrast, gallium) GL_ARB_transform_feedback_instanced DONE -GL_ARB_base_instance DONE (nv50, nvc0, r600, radeonsi) +GL_ARB_base_instance DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_shader_image_load_store not started GL_ARB_conservative_depth DONE (softpipe) GL_ARB_shading_language_420pack not started |