From: Brian Paul Date: Tue, 13 Jun 2006 17:17:32 +0000 (+0000) Subject: fix glVertexAttribPointerARB's normalized behaviour X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4df010b29689f023ba55043432502b69b8a9bffa;p=mesa.git fix glVertexAttribPointerARB's normalized behaviour --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 5f1a9d3e378..547a48ffac8 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1494,3 +1494,4 @@ Mesa Version History - fixed convolution memory leak (bug 7077) - rectangular depth textures didn't work - invalid mode to glBegin didn't generate an error (bug 7142) + - 'normalized' parameter to glVertexAttribPointerARB didn't work