From: Bill B. <me...@bi...> - 2000-08-07 15:01:23
|
I noticed that the driver function OptimizeImmediatePipeline doesn't seem to be called from anywhere inthe Mesa source. OptimizePrecaclPipeline gets called at the end of build_full_precalc_pipeline in pipeline.c. So I would have expected to see build_full_immediate_pipeline call OptimizeImmediatePipeline at the end too. Is there some reason for it not being called? --Bill |