Age | Commit message (Collapse) | Author |
|
Make this a little easier to understand.
|
|
The compiler will still do the multiplies with shifts.
It's just a bit easier to follow the logic with multiplies.
|
|
|
|
|
|
One draws a series of quads with different textures.
The other draws with one texture which is changed with glTexSubImage2D().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also remove branches calculating masks for quads.
|
|
|
|
Incorrect rendering until the interpolation code generation is updated.
|
|
|
|
|
|
|
|
Was overdoing it previously.
|
|
Adjustments for top-left fill convention were being lost.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|