added note about _TriangleCaps
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 18 Sep 2003 23:42:08 +0000 (23:42 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 18 Sep 2003 23:42:08 +0000 (23:42 +0000)
docs/RELNOTES-5.1

index f002cb0689d8d435f61e486b936afc25a1182e5f..5029b8626cf6c415875cc2dec40cbca3eb8e62c5 100644 (file)
@@ -161,6 +161,13 @@ New ctx->Texture._EnabledCoordUnits field:
    If a bit is set in the ctx->Texture._EnabledUnits bitmask is set, the
    same bit MUST be set in ctx->Texture._EnabledCoordUnits.
 
+The ctx->_TriangleCaps field is deprecated.
+   Instead of testing the DD_* bits in _TriangleCaps, you should instead
+   directly test the relevant state variables, or use one of the helper
+   functions like NEED_SECONDARY_COLOR() at the bottom of context.h
+   While testing _TriangleCaps bits was fast, it was kludgey, and setting
+   the bits in the first place could be error prone.
+
 
 
 To Do