Module: Mesa Branch: master Commit: 60315e3eaf54a7eb646b787daa5f3ae560aee7a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60315e3eaf54a7eb646b787daa5f3ae560aee7a6
Author: Matt Turner <[email protected]> Date: Tue Jan 22 21:34:25 2013 -0800 GL3.txt: i965 supports ARB_base_instance Added in commit cdd3f549. --- docs/GL3.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index 3bf91ea..21c37c0 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
