diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-07-03 03:07:12 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-07-03 03:07:12 +0000 |
commit | 235c150f0a369a1d4f70f88a2864ce84e1e95cfa (patch) | |
tree | 256812a39edab90aa9b2db28093c2ae5c5d33b17 /docs/RELNOTES-5.1 | |
parent | 887e2cf01a99f7fe1b7c94320b7bdbbf0d6ad2f8 (diff) |
added GL_ARB_texture_non_power_of_two
Diffstat (limited to 'docs/RELNOTES-5.1')
-rw-r--r-- | docs/RELNOTES-5.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/RELNOTES-5.1 b/docs/RELNOTES-5.1 index d0619916cc..3c7451c275 100644 --- a/docs/RELNOTES-5.1 +++ b/docs/RELNOTES-5.1 @@ -63,6 +63,8 @@ GL_EXT_texture_rectangle GL_ARB_occlusion_query Useful for visibility-based culling. +GL_ARB_texture_non_power_of_two + Removes the restriction that texture dimensions must be powers of two. Build System Changes |