Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-30 | Rearrange VERT_* flags to support 4 texture units. | Keith Whitwell | |
2000-10-30 | Removed references to gcc's __FUNCTION__ macro. | Keith Whitwell | |
Removed dead file fog_tmp.h | |||
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-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-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-09-11 | Removed immediate struct's maybe_transform_vb pointer. | Brian Paul | |
Call _mesa_maybe_transform_vb() directly. | |||
2000-06-12 | added EXT version of vertex array functions | Brian Paul | |
2000-02-25 | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | |
mechanism. LogicOp state change callback | |||
2000-02-05 | disabled locked arrays in glDrawRangeElements() | Brian Paul | |
2000-02-02 | updated includes for source file reorg | Brian Paul | |
2000-01-13 | minor clean-up | Brian Paul | |
1999-11-19 | fixes for andree's drawarrays problems | Keith Whitwell | |
1999-11-18 | two fixes in gl_DrawArrays (Andree Borrman) | Brian Paul | |
1999-11-12 | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | |
C++ and NASM. This includes lots of _ASMAPI macros to ensure that assembler functions are prototyped as __cdecl, as Watcom C++ uses register calling conventions by default. . Misc fixes to files to remove warnings generated by Watcom C++. | |||
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-11-09 | use glClientActiveTexture in interleaved setup | Keith Whitwell | |
1999-11-09 | more fixes for glDrawArrays | Keith Whitwell | |
1999-11-09 | second try at drawarrays fix | Keith Whitwell | |
1999-11-09 | fix for (some of?) the vertex array problems | Keith Whitwell | |
1999-11-09 | fixed typo: replaced |= with != in conditional | Brian Paul | |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul | |
1999-11-05 | clean-up to reduce MSVC warnings | Brian Paul | |
1999-11-04 | Fix for glerror on compilation of list containing gldrawelements calls | Keith Whitwell | |
1999-10-19 | Changes to reduce the memory footprint of display lists | Keith Whitwell | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-09-07 | removed TexCoordUnit from GLcontext, use Array.ActiveTexture instead | Brian Paul | |
1999-08-26 | various pipeline bugs | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |