Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
from rendering into one window in parallel and wasn't really needed anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL.
Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
|
|
|
|
|
|
|
|
|
|
and no more switches inside loops. To do: give the 1D/3D/cube routines the
same treatment.
|
|
Use fast approximation to log().
Check for dq==0 to avoid a per-pixel divide.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix GLuint compare bugs
Fix RESET_STIPPLE calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Major clean-up of pixel zoom code.
|