Optimized the interpolate_texcoords() function:
authorBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Feb 2002 01:49:31 +0000 (01:49 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sun, 17 Feb 2002 01:49:31 +0000 (01:49 +0000)
commitc14a5a6c6285b29860a722359faa11a16da4eac9
tree88c7c4a293e1ed65dfafba29a2e1bc40a9ca6700
parent8baae48fb7e8cdc3490b9e090c1a7e321b243992
Optimized the interpolate_texcoords() function:
  Use fast approximation to log().
  Check for dq==0 to avoid a per-pixel divide.
src/mesa/swrast/s_span.c