Age | Commit message (Collapse) | Author |
|
clear bug
|
|
|
|
Misc code clean-ups, minor bug fixes.
MAX_TEXTURE_UNITS now defaults to 3.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Modified Files:
Mesa/src/descrip.mms
inserted imports.c
----------------------------------------------------------------------
|
|
|
|
|
|
Renamed struct gl_context to struct __GLcontextRec.
Include glcore.h, setup GL imports/exports.
Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions.
GLcontext's Visual field is no longer a pointer.
|
|
Changed src/Makefile.X11 to compile Trace sources like other drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Call _mesa_maybe_transform_vb() directly.
|
|
Modified Files:
Mesa/src/descrip.mms
Corrected a typo
----------------------------------------------------------------------
|
|
|
|
|
|
|
|
ctx->Driver.Index/ColorMask() now return void.
Removed SWmasking and SWLogicOpEnabled variables.
LogicOps and color/index masking are no longer special-case device
driver functions. The Xlib driver was the only driver that used
them. Things are more uniform now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|