Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In __glXPushArrayState() we weren't pushing the index field. | Brian Paul | 2006-05-11 | 1 | -1/+2 |
* | When error-checking 'unit' against num_texture_units, need to use >=, not >. | Brian Paul | 2006-05-09 | 1 | -1/+1 |
* | remove stray 'foo' line | Brian Paul | 2006-02-15 | 1 | -1/+0 |
* | replace size_t * w/ unsigned int * (Jurg Billeter) | Brian Paul | 2006-02-14 | 1 | -2/+2 |
* | Fix a realloc problem with indirect vertex arrays. The actual head pointer | Ian Romanick | 2005-08-19 | 1 | -2/+3 |
* | Minor vertex array support tweaks. These are in preparation for the | Ian Romanick | 2005-03-17 | 1 | -11/+18 |
* | Minor vertex array support tweaks. Most of these are in preparation for the | Ian Romanick | 2005-03-17 | 1 | -303/+36 |
* | Clean-up some warnings caused by the addition of vertex / fragment program | Ian Romanick | 2005-02-28 | 1 | -14/+40 |
* | Add GLX protocol support for ARB_fragement_program, | Ian Romanick | 2005-02-25 | 1 | -7/+209 |
* | Added __glExtensionBiIsEnabled and __GLXcontext::gl_extension_bits. This | Ian Romanick | 2005-02-22 | 1 | -0/+1878 |