diff options
| -rw-r--r-- | src/gallium/auxiliary/util/u_format.csv | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/gallium/auxiliary/util/u_format.csv b/src/gallium/auxiliary/util/u_format.csv index a7bd6abf81..aff59ff554 100644 --- a/src/gallium/auxiliary/util/u_format.csv +++ b/src/gallium/auxiliary/util/u_format.csv @@ -47,8 +47,9 @@  # - color space: rgb, yub, sz  #  # See also: -# - http://msdn.microsoft.com/en-us/library/ee416489.aspx -# - http://msdn.microsoft.com/en-us/library/ee415668.aspx +# - http://msdn.microsoft.com/en-us/library/ee416489.aspx (D3D9) +# - http://msdn.microsoft.com/en-us/library/ee415668.aspx (D3D9 -> D3D10) +# - http://msdn.microsoft.com/en-us/library/ee418116.aspx (D3D10)  #  # Note that GL doesn't really specify the layout of internal formats. See  # OpenGL 2.1 specification, Table 3.16, on the "Correspondence of sized | 
