diff options
author | Brian Paul <[email protected]> | 2012-10-19 14:49:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-10-22 15:49:31 -0600 |
commit | 140f1d92071732cd6cc26a0e6f612aa9d6face12 (patch) | |
tree | 92c4de8b8e950c9ed781cad2407c3a6613370492 /docs/GL3.txt | |
parent | 9a51edfb5af72a7a480f408f02d8ecd98c576b7b (diff) |
docs: GL_ARB_texture_storage is supported for all gallium drivers
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 876165fe942..4efe4bfebf3 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -120,7 +120,7 @@ GLSL 4.2 not started GL_ARB_texture_compression_bptc not started GL_ARB_compressed_texture_pixel_storage not started GL_ARB_shader_atomic_counters not started -GL_ARB_texture_storage DONE (r300, r600, swrast) +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_shader_image_load_store not started |