Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul | 2000-10-27 | 1 | -21/+17 |
| | | | | | | | | and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h | ||||
* | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell | 2000-10-27 | 1 | -29/+30 |
| | | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI. | ||||
* | fixed a texture enable bug | Brian Paul | 2000-10-21 | 1 | -2/+5 |
| | |||||
* | Changes for multitexture > 3, code clean-ups. | Brian Paul | 2000-10-20 | 1 | -1/+6 |
| | | | | | | Added GLboolean ctx->Texture.MultiTextureEnabled to determine when multitexture is enabled. Eventually ctx->Texture.ReallyEnabled may become a boolean. | ||||
* | More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now. | Brian Paul | 2000-10-18 | 1 | -2/+2 |
| | | | | | Misc code clean-ups, minor bug fixes. MAX_TEXTURE_UNITS now defaults to 3. | ||||
* | more work to support N texture units | Brian Paul | 2000-10-02 | 1 | -9/+17 |
| | |||||
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -5/+4 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -4/+4 |
| | | | | | | | 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. | ||||
* | removed unused NEW_DRVSTATE flags | Brian Paul | 2000-09-08 | 1 | -44/+34 |
| | |||||
* | removed ctx->Driver.Dither function | Brian Paul | 2000-09-08 | 1 | -4/+1 |
| | |||||
* | changed gl_frame_buffer Xmax and Ymax to be exclusive boundary values | Brian Paul | 2000-09-08 | 1 | -7/+7 |
| | |||||
* | Removed ctx->Driver.LogicOp(). | Brian Paul | 2000-09-07 | 1 | -120/+17 |
| | | | | | | | | 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 convolve.h header | Brian Paul | 2000-08-23 | 1 | -1/+2 |
| | |||||
* | implemented new ImageTransferState bitmask | Brian Paul | 2000-08-21 | 1 | -2/+60 |
| | |||||
* | NeedEyeCoords if non-uniform scale transform | Brian Paul | 2000-06-30 | 1 | -3/+7 |
| | |||||
* | removed bad DrawDestMask assignments | Brian Paul | 2000-06-27 | 1 | -3/+1 |
| | |||||
* | disabled some ctx->NeedEyeCoords shortcuts | Brian Paul | 2000-06-26 | 1 | -9/+4 |
| | |||||
* | Performance fix for unfilled triangles on mga and i810 hardware. | Keith Whitwell | 2000-06-24 | 1 | -6/+1 |
| | |||||
* | fixed ColorMask test in update_rasterflags() | Brian Paul | 2000-06-23 | 1 | -2/+2 |
| | |||||
* | added EXT version of vertex array functions | Brian Paul | 2000-06-12 | 1 | -1/+9 |
| | |||||
* | more work on GL_ARB_texture_cube_map | Brian Paul | 2000-05-26 | 1 | -9/+6 |
| | |||||
* | changed allocation/initialization of API dispatch tables | Brian Paul | 2000-05-24 | 1 | -15/+12 |
| | |||||
* | initial work for GL_ARB_texture_compression | Brian Paul | 2000-05-23 | 1 | -1/+12 |
| | |||||
* | fixed PB bugs, removed MutablePixels, MonoPixels from GLcontext | Brian Paul | 2000-05-10 | 1 | -17/+4 |
| | |||||
* | removed software alpha flag from GLvisual struct | Brian Paul | 2000-05-04 | 1 | -2/+3 |
| | |||||
* | implemented GL_EXT_histogram extension | Brian Paul | 2000-05-04 | 1 | -61/+68 |
| | |||||
* | removed a printf | Brian Paul | 2000-04-09 | 1 | -2/+1 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -1/+6 |
| | |||||
* | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | 2000-04-07 | 1 | -1/+13 |
| | |||||
* | changes for GL_HP_occlusion_test | Brian Paul | 2000-04-01 | 1 | -11/+4 |
| | |||||
* | initial implementation of GL_HP_occlusion_test extension | Brian Paul | 2000-03-11 | 1 | -2/+12 |
| | |||||
* | bunch of dispatch and extension-related changes | Brian Paul | 2000-02-24 | 1 | -9/+15 |
| | |||||
* | added code for all GL_MESA_window_pos functions | Brian Paul | 2000-02-11 | 1 | -1/+24 |
| | |||||
* | added comments | Brian Paul | 2000-02-02 | 1 | -1/+6 |
| | |||||
* | functions from context.c | Brian Paul | 2000-02-02 | 1 | -0/+1179 |