Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | New colormac.h file for color-related macros. | Brian Paul | |
Lot's of clean-up in macros.h and mmath.h | |||
2000-10-28 | Basic work to support deep color channels: | Brian Paul | |
Replace GLubyte with GLchan Replace 255 with CHAN_MAX | |||
2000-10-19 | glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly | Brian Paul | |
2000-08-21 | implemented new ImageTransferState bitmask | Brian Paul | |
2000-05-07 | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul | |
2000-05-07 | initial code for GL_EXT_histogram extension | Brian Paul | |
2000-04-17 | dynamically allocate color table data, uses less memory | Brian Paul | |
2000-04-17 | work on GL_SGI_color_table | Brian Paul | |
2000-04-12 | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | |
2000-04-08 | added GL_SGI_color_matrix extension | Brian Paul | |
1999-11-11 | first big check-in of new Mesa 3.3 code | Brian Paul | |
1999-11-08 | clean-up of header includes (Daryll) | Brian Paul | |
1999-10-30 | added a few more scale/bias/lookup functions (for future use) | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |