summaryrefslogtreecommitdiffstats
path: root/src/mesa/tnl/t_vb_program.c
diff options
context:
space:
mode:
authorMathias Fröhlich <[email protected]>2012-02-29 18:19:34 +0100
committerMathias Fröhlich <[email protected]>2012-02-29 20:37:16 +0100
commita1b1f8ff866f8ce48cfc83c9d9dd9f636d05d2a7 (patch)
tree54f40a19744512ed30c7003cd9affbbd0a26cbec /src/mesa/tnl/t_vb_program.c
parent703ada1e4586acbbde31d0ea1eb81c5ce1557ca7 (diff)
mesa: Avoid using the shine table for _tnl_RasterPos
Use direct computation of pow for computing the shininess in _tnl_RasterPos. Since the _tnl_RasterPos function is still used by plenty drivers that do only need the shine table for _tnl_RasterPos but do not make use of swtnl computations, this enables pushing down the shine table computation and validation into the tnl module, which will happen in a followup change. Reviewed-by: Alex Deucher <[email protected]> Reviewed-by: Brian Paul <[email protected]> Signed-off-by: Mathias Froehlich <[email protected]>
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
0 files changed, 0 insertions, 0 deletions