Age | Commit message (Collapse) | Author |
|
|
|
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
|
|
|
|
|
|
Changed SWvertex's index field to GLfloat and fix a few other bits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Big clean-up of line drawing code.
Removed many obsolete span processing functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace "RGBAMode" with "rgbMode", etc.
Other minor clean-ups.
|
|
Completely removed the dirty texture object list. Set texObj->Complete
to GL_FALSE to indicate dirty.
Made point/line/triangle/quad SWvertex parameters const.
Minor code clean-ups.
|
|
with tighter interfaces with the rest of the world.
Proper documentation to come.
|
|
|