From: Brian Paul Date: Mon, 13 Sep 2004 14:54:19 +0000 (+0000) Subject: adjust texcoords for texture rectangle sampling X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fcac8b1c19d0603a9feac44306a86d811ea865a;p=mesa.git adjust texcoords for texture rectangle sampling --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 497089e1821..88e59ed499a 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1288,3 +1288,4 @@ Mesa Version History - 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)