summaryrefslogtreecommitdiff
path: root/src/mesa/main/buffers.c
AgeCommit message (Collapse)Author
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
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.
2000-06-27fixed an assertion and minor bugBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-04-22removed old profiling codeBrian Paul
2000-04-11renamed alpha buffer functionsBrian Paul
2000-04-11renamed stencil functionsBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul
2000-02-02changed prefix to _mesa_ for a few accum functionsBrian Paul
2000-02-02functions from old glmisc.c fileBrian Paul