commit | 1fcac8b1c19d0603a9feac44306a86d811ea865a | [log] [tgz] |
---|---|---|
author | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 13 14:54:19 2004 +0000 |
committer | Brian Paul <brian.paul@tungstengraphics.com> | Mon Sep 13 14:54:19 2004 +0000 |
tree | c04bd4644348f9c8f9d889b9020ae6956a5e746d | |
parent | 114246eb86c3f0571d5596e01e2586f955ccfb24 [diff] [blame] |
adjust texcoords for texture rectangle sampling
diff --git a/docs/VERSIONS b/docs/VERSIONS index 497089e..88e59ed 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS
@@ -1288,3 +1288,4 @@ - fixed a matrix classification bug (reported by Wes Bethel) - we weren't reseting the vertex/fragment program error state before parsing (Dave Reveman) + - adjust texcoords for sampling texture rectangles (Dave Reveman)