diff options
author | Eric Anholt <[email protected]> | 2012-07-18 10:18:26 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-08-26 10:40:33 -0700 |
commit | f0159018d7709b57d9916575512d75cb3f2fb395 (patch) | |
tree | d5edd6fcf129adb9f27fdc688c10ec85173a5f33 /docs | |
parent | 9a2943ddf28eee417b692d9338b81aa89a51dea8 (diff) |
i965/gen6+: Add support for GL_ARB_timer_query.
Needs updated libdrm.
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 c1e2da82b88..1d552823667 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -80,7 +80,7 @@ GL_ARB_sampler_objects DONE (i965, r300, r600) GL_ARB_shader_bit_encoding DONE GL_ARB_texture_rgb10_a2ui DONE (i965, r600) GL_ARB_texture_swizzle DONE (same as EXT version) (i965, r300, r600, swrast) -GL_ARB_timer_query DONE +GL_ARB_timer_query DONE (i965) GL_ARB_instanced_arrays DONE (i965, r300, r600) GL_ARB_vertex_type_2_10_10_10_rev DONE (r600) |