Age | Commit message (Expand) | Author |
---|---|---|
2001-03-18 | Remove old code, fix a few comments. | Gareth Hughes |
2001-03-18 | - Port 3.4 texture utils, texture format work to 3.5 (including new | Gareth Hughes |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-21 | fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel() | Brian Paul |
2001-02-19 | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubImage[123]D functions | Brian Paul |
2001-02-17 | Changed FetchTexel() function pointer arguments. | Brian Paul |
2001-02-17 | Work in glGetTexImage() to return GL_COLOR_INDEX images. | Brian Paul |
2001-02-07 | GLchan fixes | Brian Paul |
2001-02-07 | remove unused functions | Brian Paul |
2001-02-07 | made some changes to the initialization of gl_texture_image fields | Brian Paul |
2001-02-06 | Overhaul of texture image handling. | Brian Paul |