Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -37/+8 |
| | | | | | | | | | | | | | | 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. | ||||
* | renamed Current.ByteColor Current.Color | Brian Paul | 2000-10-29 | 1 | -2/+2 |
| | |||||
* | New colormac.h file for color-related macros. | Brian Paul | 2000-10-28 | 1 | -9/+13 |
| | | | | Lot's of clean-up in macros.h and mmath.h | ||||
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -3/+3 |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | ||||
* | Implement EXT_fog_coord and EXT_secondary_color. | Keith Whitwell | 2000-10-27 | 1 | -2/+3 |
| | | | | EXT_secondary_color is disabled until we get some dispatch offsets from SGI. | ||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Fixed off-by-one error in compute_shine_table(). Minor code clean-up | Brian Paul | 2000-07-18 | 1 | -47/+51 |
| | |||||
* | don't add light's ambient color to BaseColor in gl_update_lighting() | Brian Paul | 2000-06-29 | 1 | -14/+11 |
| | |||||
* | updating mat ambient/emissive was broke. always compute ctx->EyeZDir | Brian Paul | 2000-06-26 | 1 | -66/+99 |
| | |||||
* | fix GL_BACK color material bug | Keith Whitwell | 2000-06-19 | 1 | -2/+2 |
| | |||||
* | defined FLT_MIN if undefined | Brian Paul | 2000-01-31 | 1 | -1/+6 |
| | |||||
* | commented out gl_reinit_light_attrib() | Brian Paul | 2000-01-13 | 1 | -5/+5 |
| | |||||
* | fixed potential bug in _mesa_ShadeModel() | Brian Paul | 1999-11-22 | 1 | -5/+8 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -50/+196 |
| | |||||
* | fix for colormaterial | Keith Whitwell | 1999-11-10 | 1 | -2/+57 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -2/+2 |
| | |||||
* | clean-up in gl_LightModelfv() | Brian Paul | 1999-10-19 | 1 | -5/+8 |
| | |||||
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 1 | -3/+11 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -4/+6 |
| | |||||
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 1 | -1/+8 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -11/+13 |
| | | | | | | | | | | - 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/+1183 |