Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-10 | replaced _NEW_IMAGING with _NEW_PIXEL | Brian Paul | |
2000-11-10 | renamed imaging files to histogram since that's what's inside | Brian Paul | |
2000-11-05 | - Changes for new software rasterizer modules | Keith Whitwell | |
- Remove support for choosing software fallbacks from core code - Remove partial fallback code from vbrender.c -- drivers are now expected to be able to find a triangle/quad function for every state, even if they have to use _swsetup_Triangle or _swsetup_Quad. - Marked derived variables in the GLcontext struct with a leading underscore '_'. | |||
2000-10-31 | Moved the software rasterizer to a new directory. | Keith Whitwell | |
2000-10-30 | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | |
More minor GLchan changes. Silence some compiler warnings in cva.[ch] | |||
2000-10-30 | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | |
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. | |||
2000-10-29 | More GLchan color channel changes. | Brian Paul | |
Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h | |||
2000-10-27 | Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c | Brian Paul | |
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 | |||
2000-10-27 | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell | |
EXT_secondary_color is disabled until we get some dispatch offsets from SGI. | |||
2000-10-21 | fixed a texture enable bug | Brian Paul | |
2000-10-20 | Changes for multitexture > 3, code clean-ups. | Brian Paul | |
Added GLboolean ctx->Texture.MultiTextureEnabled to determine when multitexture is enabled. Eventually ctx->Texture.ReallyEnabled may become a boolean. | |||
2000-10-18 | More fixes for MAX_TEXTURE_UNITS > 2. Seems to work now. | Brian Paul | |
Misc code clean-ups, minor bug fixes. MAX_TEXTURE_UNITS now defaults to 3. | |||
2000-10-02 | more work to support N texture units | Brian Paul | |
2000-09-28 | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | 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 | removed unused NEW_DRVSTATE flags | Brian Paul | |
2000-09-08 | removed ctx->Driver.Dither function | Brian Paul | |
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-08-23 | added convolve.h header | Brian Paul | |
2000-08-21 | implemented new ImageTransferState bitmask | Brian Paul | |
2000-06-30 | NeedEyeCoords if non-uniform scale transform | Brian Paul | |
2000-06-27 | removed bad DrawDestMask assignments | Brian Paul | |
2000-06-26 | disabled some ctx->NeedEyeCoords shortcuts | Brian Paul | |
2000-06-24 | Performance fix for unfilled triangles on mga and i810 hardware. | Keith Whitwell | |
2000-06-23 | fixed ColorMask test in update_rasterflags() | Brian Paul | |
2000-06-12 | added EXT version of vertex array functions | Brian Paul | |
2000-05-26 | more work on GL_ARB_texture_cube_map | Brian Paul | |
2000-05-24 | changed allocation/initialization of API dispatch tables | Brian Paul | |
2000-05-23 | initial work for GL_ARB_texture_compression | Brian Paul | |
2000-05-10 | fixed PB bugs, removed MutablePixels, MonoPixels from GLcontext | Brian Paul | |
2000-05-04 | removed software alpha flag from GLvisual struct | Brian Paul | |
2000-05-04 | implemented GL_EXT_histogram extension | Brian Paul | |
2000-04-09 | removed a printf | Brian Paul | |
2000-04-08 | added GL_SGI_color_matrix extension | Brian Paul | |
2000-04-07 | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | |
2000-04-01 | changes for GL_HP_occlusion_test | Brian Paul | |
2000-03-11 | initial implementation of GL_HP_occlusion_test extension | Brian Paul | |
2000-02-24 | bunch of dispatch and extension-related changes | Brian Paul | |
2000-02-11 | added code for all GL_MESA_window_pos functions | Brian Paul | |
2000-02-02 | added comments | Brian Paul | |
2000-02-02 | functions from context.c | Brian Paul | |