X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Ftnl%2FNOTES;h=43c469201adc7ec2335a6c564acc77d74e2e855a;hb=39d0c68321dfb592afc1f6f63d90d5508cdf7333;hp=aac5884da87baaab991367e160a1d18e99d9f878;hpb=cd6a31cd4a9ea6deef4778c2eaef2d47240c3a6e;p=mesa.git diff --git a/src/mesa/tnl/NOTES b/src/mesa/tnl/NOTES index aac5884da87..43c469201ad 100644 --- a/src/mesa/tnl/NOTES +++ b/src/mesa/tnl/NOTES @@ -8,9 +8,7 @@ This module provides an implementation of the routines required by the combinations of compile and execute modes. Most current drivers use the tnl module exclusively to provide this -functionality, though there is an experimental alternate -implementation provided by the tnl_dd/t_dd_imm_* files which can -handle a small subset of GL states in execute mode only. +functionality. STATE @@ -50,8 +48,8 @@ rasterization hardware (or software). The default pipeline is specified in t_pipeline.c, and is usually a starting point for driver pipelines. Some drivers will remove a stage where hardware provides support for the implemented operation (for -instance fog where per-pixel hardware fog is available, as in the dri -tdfx driver), or add stages to shortcircuit latter operations (for +instance fog where per-pixel hardware fog is available), +or add stages to shortcircuit latter operations (for example taking advantage of hardware support for strips and other higher-level primitives (for example the radeon driver).