From: Keith W. <ke...@va...> - 2000-11-06 16:46:00
|
Brian Paul wrote: > > > How or where should we check for feedback and selection mode in > the point/line/triangle selection functions? Should we test for > that down in the driver's code, or higher up in the _swrast_validate_point() > function? Ahh.. I originally left the feedback/select point/line/tri functions up in the main directory. In the last batch of changes I moved them down into swrast, but I forgot to update the _swrast_choose_line(), etc. functions. The tests should be made there... It'll be necessary to check the two drivers that extend swrast (x11, osmesa) to make sure that they respect rendermode in their chooser functions, too. Keith |