From: Brian Date: Tue, 27 Mar 2007 22:05:25 +0000 (-0600) Subject: added ftransform() comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05e6fd8398843ac0d6609a5efd1555ad1bf6a829;p=mesa.git added ftransform() comment --- diff --git a/docs/shading.html b/docs/shading.html index ef54666d803..4e8f18676b7 100644 --- a/docs/shading.html +++ b/docs/shading.html @@ -66,6 +66,8 @@ All other major features of the shading language should function.
  • Shader error detection and reporting of errors (InfoLog) is not very good yet.
  • There are known memory leaks in the compiler. +
  • The ftransform() function doesn't necessarily match the results of + fixed-function transformation.