Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -3/+1 | |
| | | | | | More minor GLchan changes. Silence some compiler warnings in cva.[ch] | |||||
* | Replace the flags Mesa was using for ctx->NewState with a new set | Keith Whitwell | 2000-10-30 | 1 | -4/+21 | |
| | | | | | | | | | | | | | | 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. | |||||
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -1/+2 | |
| | | | | | | Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h | |||||
* | Basic work to support deep color channels: | Brian Paul | 2000-10-28 | 1 | -8/+8 | |
| | | | | | Replace GLubyte with GLchan Replace 255 with CHAN_MAX | |||||
* | removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled instead | Brian Paul | 2000-09-28 | 1 | -112/+144 | |
| | ||||||
* | 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. | |||||
* | implemented new ImageTransferState bitmask | Brian Paul | 2000-08-21 | 1 | -1/+2 | |
| | ||||||
* | restore driver depth test enable/disable state in PopAttrib() | Brian Paul | 2000-07-19 | 1 | -1/+4 | |
| | ||||||
* | added texture cube map state save/restore | Brian Paul | 2000-07-05 | 1 | -2/+7 | |
| | ||||||
* | Err, initial code for GL_EXT_convolution, not histogram | Brian Paul | 2000-05-07 | 1 | -1/+1 | |
| | ||||||
* | initial code for GL_EXT_histogram extension | Brian Paul | 2000-05-07 | 1 | -1/+7 | |
| | ||||||
* | added GL_SGIX/SGIS_pixel_texture extension | Brian Paul | 2000-04-07 | 1 | -1/+5 | |
| | ||||||
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -2/+2 | |
| | ||||||
* | glPopAttrib() now calls Driver's ClearColor, ClearIndex and ColorMask functions | Brian Paul | 2000-03-10 | 1 | -8/+26 | |
| | ||||||
* | added LineWidth device driver function | Brian Paul | 2000-03-03 | 1 | -1/+6 | |
| | ||||||
* | add callbacks for stipple | Keith Whitwell | 2000-02-27 | 1 | -2/+4 | |
| | ||||||
* | Fog coordinate stage which drivers may use to replace standard fogging | Keith Whitwell | 2000-02-25 | 1 | -1/+5 | |
| | | | | | | mechanism. LogicOp state change callback | |||||
* | replaced gl_ prefix with _mesa_ prefix | Brian Paul | 2000-02-02 | 1 | -41/+19 | |
| | ||||||
* | updated includes for source file reorg | Brian Paul | 2000-02-02 | 1 | -2/+2 | |
| | ||||||
* | another typo | Keith Whitwell | 1999-11-23 | 1 | -2/+2 | |
| | ||||||
* | fixed shade model bug (A.Borrmann) | Brian Paul | 1999-11-22 | 1 | -2/+8 | |
| | ||||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -20/+43 | |
| | ||||||
* | changes to silence MSVC warnings | Brian Paul | 1999-11-08 | 1 | -3/+3 | |
| | ||||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -5/+1 | |
| | ||||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -29/+29 | |
| | ||||||
* | #include <stdlib.h> | Jouk Jansen | 1999-10-11 | 1 | -2/+2 | |
| | ||||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -35/+29 | |
| | ||||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -2/+6 | |
| | ||||||
* | Cleaning up | Keith Whitwell | 1999-09-19 | 1 | -1/+2 | |
| | ||||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -4/+4 | |
| | | | | | | | | | | - 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. | |||||
* | Do pop for GL_VIEWPORT_BIT via. the api | Keith Whitwell | 1999-09-16 | 1 | -13/+14 | |
| | ||||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+863 | |