Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, rename p_tile.[ch] to u_tile.[ch]
|
|
|
|
|
|
|
|
|
|
The two functions are identical. Removed align_int() from p_util.h
|
|
|
|
More can be done...
|
|
|
|
|
|
New code surrounded with #if FAST_MATH to allow comparing against original
code if we need to debug.
|
|
So far, optimized/low-precision versions of exp(), exp2(), log2(), pow().
|
|
We were sometimes referencing an invalid vertex.
Fixes progs/trivial/line-clip.c test among others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implement NVIDIA [-1;+1] saturate mode.
|
|
|
|
|
|
|
|
|
|
Fixes a few glean glsl regressions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: KIL (unconditional) not done yet.
|
|
|
|
|
|
|