Age | Commit message (Collapse) | Author |
|
|
|
The internal driver interface was also changed to use
BlendEquationSeparate instead of BlendEquation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data are broken out into a new struct span_arrays which is allocated
per-context (to avoid huge stack allocations - a problem on Windows).
This lets us use span.redStep instead of span->redStep (for example) to
hopefully get slightly better performance in the triangle functions.
|
|
|
|
Slight optimization of _mesa_mmx_blend_add.
|
|
|
|
Factorization of more common MMX code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Big clean-up of line drawing code.
Removed many obsolete span processing functions.
|
|
ditch the pb (pixel buffer) code.
Converted point drawing, bitmaps and aa lines to use new span functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with tighter interfaces with the rest of the world.
Proper documentation to come.
|
|
|