Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved the software rasterizer to a new directory. | Keith Whitwell | 2000-10-31 | 1 | -198/+6 |
| | |||||
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -2/+2 |
| | | | | | More minor GLchan changes. Silence some compiler warnings in cva.[ch] | ||||
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -4/+7 |
| | | | | | | | | | | | | | | based on the GL attribute groups. Introduced constants describing the circumstances under which some key derived values can change: _SWRAST_NEW_RASTERMASK -- ctx->RasterMask _SWRAST_NEW_TRIANGLE -- The software rasterizer's triangle function _DD_NEW_FEEDBACK -- the 'DD_FEEDBACK' bit in ctx->TriangleCaps These are helpful in deciding whether you need to recalculate state if your recalculation involves reference to a derived value. | ||||
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -18/+18 |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | ||||
* | call Driver.SetReadBuffer() in clear_color_buffers() to fix colormasked ↵ | Brian Paul | 2000-10-19 | 1 | -2/+7 |
| | | | | clear bug | ||||
* | ported render begin/end calls from Mesa 3.4 | Brian Paul | 2000-10-17 | 1 | -1/+5 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -28/+27 |
| | | | | | | | 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 gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | 2000-09-08 | 1 | -7/+8 |
| | |||||
* | Removed ctx->Driver.LogicOp(). | Brian Paul | 2000-09-07 | 1 | -2/+4 |
| | | | | | | | | 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. | ||||
* | fixed an assertion and minor bug | Brian Paul | 2000-06-27 | 1 | -5/+4 |
| | |||||
* | removed software alpha flag from GLvisual struct | Brian Paul | 2000-05-04 | 1 | -4/+12 |
| | |||||
* | removed old profiling code | Brian Paul | 2000-04-22 | 1 | -9/+1 |
| | |||||
* | renamed alpha buffer functions | Brian Paul | 2000-04-11 | 1 | -3/+3 |
| | |||||
* | renamed stencil functions | Brian Paul | 2000-04-11 | 1 | -6/+6 |
| | |||||
* | minor clean-ups, renaming | Brian Paul | 2000-04-05 | 1 | -3/+3 |
| | |||||
* | replaced gl_ prefix with _mesa_ prefix on depth funcs | Brian Paul | 2000-02-02 | 1 | -3/+3 |
| | |||||
* | changed prefix to _mesa_ for a few accum functions | Brian Paul | 2000-02-02 | 1 | -3/+3 |
| | |||||
* | functions from old glmisc.c file | Brian Paul | 2000-02-02 | 1 | -0/+564 |