diff options
author | Matt Turner <[email protected]> | 2013-03-06 14:54:27 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-03-29 10:21:14 -0700 |
commit | ed6186f0e864d2a8bf94c1374cda007841f7b915 (patch) | |
tree | 469a9d5ff37b22ef01b1db026af6ac2b2892f3d1 /docs/GL3.txt | |
parent | b8aa9f7d3a146cff9c2c530abf815a1b316374ca (diff) |
i965: Enable ARB_texture_query_lod.
v2: Support Ironlake as well.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-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 640dec24c26..2c15a9ba1de 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -87,7 +87,7 @@ GL_ARB_vertex_type_2_10_10_10_rev DONE (i965, r600) GL 4.0: GLSL 4.0 not started -GL_ARB_texture_query_lod not started +GL_ARB_texture_query_lod DONE (i965) GL_ARB_draw_buffers_blend DONE (i965, r600, softpipe) GL_ARB_draw_indirect not started GL_ARB_gpu_shader5 not started |