Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hold the flags we're storing in it!
|
|
Removed dead placeholder functions from vpstate.[ch].
Changed gl_client_array's Enabled field to GLuint so it can actually
hold the flags we're storing in it!
Always do the switch (type) code in the vertex array functions to that
<type> gets error checked!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|