Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
Updated comments, fixed indentation, etc.
|
|
Removed last of span.filled* flags and Klaus's macros.
More simplification of triangle functions.
|
|
_mesa_rasterize_span() is gone, replaced by new _mesa_write_textured_span().
Removed some unneeded triangle functions - more simplification possible.
|
|
struct sw_span is used throughout span/fragment processing.
This is leading to less code and more chances for optimization.
|
|
|
|
|
|
|
|
|
|
VERT_BIT_* flags are new and used in many places (esp in T&L code).
Updated some comments for doxygen.
Various code clean-ups.
|
|
|
|
|
|
|
|
|
|
|
|
glext.h (Ray Tice)
|
|
|
|
|
|
|
|
|
|
|
|
stores with a full DWORD store (yuk). (Jeff Lewis)
|
|
-Compile support for tests on OpenVMS
-Fixed missing header file
-Fixed missing return value on function return
Modified Files:
Mesa/descrip.mms Mesa/tests/sharedtex.c
Added Files:
Mesa/tests/descrip.mms
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
devices. (Jeff Lewis)
|
|
|
|
|
|
Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c
|
|
|
|
|
|
|
|
|
|
|