From: Keith W. <ke...@va...> - 2000-12-17 02:50:51
|
Daniel Vogel wrote: > > hi` > > I noticed that software Mesa 3.5 currently supports 4 TMUs. Is there an > easy way to extend that to 8 (with a define or something like that)? I plan to extend it out to 8 in 3.5 development. The t&l module supports 12, the software rasterizer pretty much supports an infinite number, the core state management code currently is limited to 4 but can easily extend that out to 8 by rearranging some flags. > On a different note, would there be any legal issues implementing > ATIX_texture_env_combine3 in Mesa? Don't know, sorry. > I am doing some research in my spare time with regards to scaleability > and as software Mesa is the only implementation I am aware of that > currently supports 4 texturing units I am tempted to spend some time > adding the ATIX_texture_env_combine3 extension to Mesa if it isn't too > complex and there are no IP issues. I wouldn't be suprised to see other implementations ramping up for more units in the near future. Keith |