Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-28 | Basic work to support deep color channels: | Brian Paul | |
Replace GLubyte with GLchan Replace 255 with CHAN_MAX | |||
2000-10-19 | call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked ↵ | Brian Paul | |
clear bug | |||
2000-10-17 | ported render begin/end calls from Mesa 3.4 | Brian Paul | |
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul | |
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. | |||
2000-09-08 | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | |
2000-09-07 | Removed 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-27 | fixed an assertion and minor bug | Brian Paul | |
2000-05-04 | removed software alpha flag from GLvisual struct | Brian Paul | |
2000-04-22 | removed old profiling code | Brian Paul | |
2000-04-11 | renamed alpha buffer functions | Brian Paul | |
2000-04-11 | renamed stencil functions | Brian Paul | |
2000-04-05 | minor clean-ups, renaming | Brian Paul | |
2000-02-02 | replaced gl_ prefix with _mesa_ prefix on depth funcs | Brian Paul | |
2000-02-02 | changed prefix to _mesa_ for a few accum functions | Brian Paul | |
2000-02-02 | functions from old glmisc.c file | Brian Paul | |