Age | Commit message (Collapse) | Author |
|
Changed src/Makefile.X11 to compile Trace sources like other drivers.
|
|
|
|
|
|
|
|
|
|
|
|
gl_katmai_project_clipped_vertices for now as they are broken.
|
|
|
|
|
|
|
|
to silence compiler warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|