Age | Commit message (Expand) | Author |
1999-10-19 | added more format/type error checking code | Brian Paul |
1999-10-19 | Changes to reduce the memory footprint of display lists | Keith Whitwell |
1999-10-17 | negative offsets to TexSubImage w/ texture borders caused memory corruption | Brian Paul |
1999-10-17 | added glGet cases for vertex array enable state | Brian Paul |
1999-10-16 | Fixed a MacOS specific compile error. | Miklos Fazekas |
1999-10-16 | removed GL_EXT_get_proc_address | Brian Paul |
1999-10-16 | removed GL_EXT_get_proc_address | Brian Paul |
1999-10-14 | fixed an RGB vs CI bug in overlay visual selection | Brian Paul |
1999-10-14 | Added point_contour_test, taken from O'Rourke 1998. | Gareth Hughes |
1999-10-13 | Fixed parameter type for notify function pointer parameter to gl_extensions_add | Ted Jump |
1999-10-13 | Removed CVS logs from files, as they were getting rather large. | Gareth Hughes |
1999-10-13 | Added edge flag callback support. | Gareth Hughes |
1999-10-13 | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul |
1999-10-13 | removed GL_ prefix from memory macros | Brian Paul |
1999-10-12 | Fixed delete_all_contours memory deallocation. | Gareth Hughes |
1999-10-12 | Updated memory allocation to allow new macros to be used. | Gareth Hughes |
1999-10-11 | Renamed GLUtesselator user data pointer to avoid confusion. | Gareth Hughes |
1999-10-11 | Correctly initialized GLUtesselator user data pointer. | Gareth Hughes |
1999-10-11 | Allow debugging output capture under Win32. This seems really | Gareth Hughes |
1999-10-11 | Updated debugging output. I'm going to change it all to something | Gareth Hughes |
1999-10-11 | Repaired definition of GL_CALLOC_STRUC | Jouk Jansen |
1999-10-11 | #include <stdlib.h> | Jouk Jansen |
1999-10-11 | #include <assert.h> | Jouk Jansen |
1999-10-11 | misc -> glmisc | Jouk Jansen |
1999-10-10 | now using GL_MALLOC, GL_FREE | Brian Paul |
1999-10-10 | now using GL_MALLOC, GL_FREE | Brian Paul |
1999-10-10 | fixed dumb typo | Brian Paul |
1999-10-10 | now using GL_MALLOC, GL_FREE | Brian Paul |
1999-10-10 | added memory macros | Brian Paul |
1999-10-09 | no underscore prefix for freebsd >= 3 (Simon Walton) | Josh Vanderhoof |
1999-10-09 | texture units now share default texture objects | Brian Paul |
1999-10-09 | fixed reference count bug in save_TexImage3DEXT() | Brian Paul |
1999-10-08 | fixed voodoo initialization | Keith Whitwell |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell |
1999-10-05 | Added PARB support. | Miklos Fazekas |
1999-10-05 | Added gl_ext_multitexture_ADD suport. | Miklos Fazekas |
1999-10-05 | Added packed ARGB support. | Miklos Fazekas |
1999-10-05 | Packed RGBA support. | Miklos Fazekas |
1999-10-05 | Packed RGB support. | Miklos Fazekas |
1999-10-05 | Added support for GL_ext_texture_add | Miklos Fazekas |
1999-10-05 | Minor cleanup. | Miklos Fazekas |
1999-10-04 | Added tess_winding.c for compilation | Jouk Jansen |
1999-10-03 | Added tessellation winding rule support. Misc bug fixes. | Gareth Hughes |
1999-10-03 | Added tessellation winding rule files. | Gareth Hughes |
1999-09-30 | more hooks for mga driver, including an immediate fastpath | Keith Whitwell |
1999-09-21 | Disable genkgi sublib handling until we have some sublibs to handle | Jon Taylor |
1999-09-20 | Bugfix for ctx->backface_sign calculation | Keith Whitwell |
1999-09-19 | Cleaning up | Keith Whitwell |
1999-09-19 | RasterMask was set incorrectly | Keith Whitwell |
1999-09-19 | Fixed LIBNAME entry | Ted Jump |