Menu

Code Commit Log


Commit Date  
[r1288] by nerius

Working on improving the s_ccfoff handing.

2023-10-15 16:10:08 Tree
[r1287] by nerius

Starting to fix the s_ccfoff magic.

2023-10-15 15:56:12 Tree
[r1286] by nerius

Renaming s_colorFactorInt to s_ccfoff. Need to do a major refactor here.

2023-10-15 15:42:22 Tree
[r1285] by nerius

Simplifying function setPix2().

2023-10-15 15:04:16 Tree
[r1284] by nerius

Cleaning up some usages of m_normalizedFront.

2023-10-15 15:02:48 Tree
[r1283] by nerius

Adding an important TODO comment.

2023-10-15 14:44:33 Tree
[r1282] by nerius

In line interpolated line drawing routinges, shifting the color component
computation space, adding an offset of 256.0, so that casts to float etc. would
drop the accumulation error.

2023-10-15 04:14:19 Tree
[r1281] by nerius

In constant color line drawing functions, the cast of z value from double to
float to int now takes place in a place which is offset by m_normalizedFront,
so that proximity to zero is avoided, which would have failed to drop
accumulated errors as effectively. I still have some work to do, esp. in the
code that interpolates colors, as the color components need the same treatment.
Polygon filling also needs to be updated eventually. Right now both worlds can
coexist because I have parallel sets of variables or functions.

2023-10-15 00:45:04 Tree
[r1280] by nerius

Fixing a small typo in constant color line drawing routine. This error was
introduced as some point by accident.

2023-10-14 23:38:45 Tree
[r1279] by nerius

Streamlining the constant color line drawing routines, no longer accessing
array members in the inner loop.

2023-10-14 23:14:24 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.