Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed ctx->Driver.Dither function | Brian Paul | 2000-09-08 | 1 | -8/+1 |
| | |||||
* | Removed ctx->Driver.LogicOp(). | Brian Paul | 2000-09-07 | 1 | -18/+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. | ||||
* | added device driver function for texture proxy testing | Brian Paul | 2000-09-07 | 1 | -2/+12 |
| | |||||
* | finished compressed texture support (Bill White) | Brian Paul | 2000-08-29 | 1 | -5/+44 |
| | |||||
* | added GetInteger/Float/Double/Boolean/Pointer device driver functions | Brian Paul | 2000-08-08 | 1 | -1/+12 |
| | |||||
* | more work on GL_ARB_texture_compression | Brian Paul | 2000-06-06 | 1 | -0/+41 |
| | |||||
* | more work on GL_ARB_texture_compression | Brian Paul | 2000-05-24 | 1 | -0/+28 |
| | |||||
* | changes for single-copy textures | Brian Paul | 2000-03-29 | 1 | -1/+1 |
| | |||||
* | more clean-up and rearranging | Brian Paul | 2000-03-23 | 1 | -29/+27 |
| | |||||
* | removed retainInternalCopy from TexSubImage functions | Brian Paul | 2000-03-21 | 1 | -11/+8 |
| | |||||
* | more reorganization and clean-up | Brian Paul | 2000-03-20 | 1 | -37/+26 |
| | |||||
* | rearranged order of some functions | Brian Paul | 2000-03-20 | 1 | -57/+55 |
| | |||||
* | added new TexImage and TexSubImage functions | Brian Paul | 2000-03-20 | 1 | -2/+82 |
| | |||||
* | added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImage | Brian Paul | 2000-03-20 | 1 | -1/+45 |
| | |||||
* | removed Driver.UseGlobalTexturePalette() | Brian Paul | 2000-03-07 | 1 | -6/+1 |
| | |||||
* | added target parameter to Driver.TexEnv() | Brian Paul | 2000-03-07 | 1 | -5/+3 |
| | |||||
* | added LineWidth device driver function | Brian Paul | 2000-03-03 | 1 | -1/+2 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -1/+3 |
| | |||||
* | added device driver ReadPixels and CopyPixels functions | Brian Paul | 2000-03-03 | 1 | -1/+20 |
| | |||||
* | add callbacks for stipple | Keith Whitwell | 2000-02-27 | 1 | -1/+3 |
| | |||||
* | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | 2000-02-25 | 1 | -1/+2 |
| | | | | | | mechanism. LogicOp state change callback | ||||
* | removed driver RendererString() and ExtensionString() funcs | Brian Paul | 2000-02-17 | 1 | -18/+5 |
| | |||||
* | new Clear function mask | Brian Paul | 2000-01-06 | 1 | -5/+18 |
| | |||||
* | changes in hardware depth buffer support | Brian Paul | 1999-12-10 | 1 | -24/+22 |
| | |||||
* | added stencil buffer functions | Brian Paul | 1999-12-10 | 1 | -1/+39 |
| | |||||
* | replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() | Brian Paul | 1999-11-25 | 1 | -3/+14 |
| | |||||
* | changed comment for WriteRGBSpan() | Brian Paul | 1999-11-22 | 1 | -4/+3 |
| | |||||
* | updated some comments/docs | Brian Paul | 1999-10-21 | 1 | -23/+32 |
| | |||||
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 1 | -1/+25 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -1/+8 |
| | | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives. | ||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+635 |