| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | disabled glXGetProcAddress code | Brian Paul | 1999-10-27 | 2 | -3/+5 |
* | fixed stupid error in GL_RGA case in gl_pack_rgba_span() | Brian Paul | 1999-10-26 | 1 | -5/+5 |
* | fixed byteswapping bug in gl_pack_rgba_span() | Brian Paul | 1999-10-22 | 1 | -10/+11 |
* | added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span) | Brian Paul | 1999-10-22 | 1 | -2/+14 |
* | applied Jonn Carmack's patch for faster glTexSubImage2D() in Quake | Brian Paul | 1999-10-22 | 1 | -3/+22 |
* | updated some comments/docs | Brian Paul | 1999-10-21 | 1 | -23/+32 |
* | silenced some uninitialized var warnings | Brian Paul | 1999-10-21 | 1 | -7/+38 |
* | silenced ininitialized var warnings | Brian Paul | 1999-10-21 | 1 | -1/+4 |
* | silenced uninitialized variable warnings | Brian Paul | 1999-10-21 | 1 | -1/+9 |
* | clean-up of optimized GL_RETURN code | Brian Paul | 1999-10-20 | 1 | -18/+19 |
* | fixed divTable precision problem in GL_RETURN case | Brian Paul | 1999-10-20 | 1 | -28/+46 |
* | enable lighting even if no light sources are turned on | Brian Paul | 1999-10-20 | 1 | -2/+2 |
* | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump | 1999-10-20 | 1 | -3/+3 |
* | fixed a number of error-test bugs | Brian Paul | 1999-10-19 | 1 | -7/+13 |
* | more image type error checking in draw_stencil_pixels() | Brian Paul | 1999-10-19 | 1 | -1/+13 |
* | clean-up in gl_LightModelfv() | Brian Paul | 1999-10-19 | 1 | -5/+8 |
* | added more format/type error checking code | Brian Paul | 1999-10-19 | 1 | -3/+41 |
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 12 | -134/+320 |
* | negative offsets to TexSubImage w/ texture borders caused memory corruption | Brian Paul | 1999-10-17 | 1 | -12/+50 |
* | added glGet cases for vertex array enable state | Brian Paul | 1999-10-17 | 1 | -4/+73 |
* | Fixed a MacOS specific compile error. | Miklos Fazekas | 1999-10-16 | 1 | -1/+1 |
* | removed GL_EXT_get_proc_address | Brian Paul | 1999-10-16 | 1 | -1/+6 |
* | removed GL_EXT_get_proc_address | Brian Paul | 1999-10-16 | 3 | -140/+132 |
* | fixed an RGB vs CI bug in overlay visual selection | Brian Paul | 1999-10-14 | 1 | -3/+27 |
* | Fixed parameter type for notify function pointer parameter to gl_extensions_add | Ted Jump | 1999-10-13 | 1 | -2/+2 |
* | now using MALLOC, CALLOC, FREE, etc macros | Brian Paul | 1999-10-13 | 5 | -24/+24 |
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 16 | -198/+197 |
* | Repaired definition of GL_CALLOC_STRUC | Jouk Jansen | 1999-10-11 | 1 | -2/+2 |
* | #include <stdlib.h> | Jouk Jansen | 1999-10-11 | 2 | -3/+4 |
* | #include <assert.h> | Jouk Jansen | 1999-10-11 | 1 | -1/+2 |
* | misc -> glmisc | Jouk Jansen | 1999-10-11 | 1 | -2/+2 |
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 3 | -9/+9 |
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 9 | -94/+86 |
* | fixed dumb typo | Brian Paul | 1999-10-10 | 1 | -2/+2 |
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 2 | -39/+33 |
* | added memory macros | Brian Paul | 1999-10-10 | 2 | -51/+105 |
* | no underscore prefix for freebsd >= 3 (Simon Walton) | Josh Vanderhoof | 1999-10-09 | 1 | -2/+4 |
* | texture units now share default texture objects | Brian Paul | 1999-10-09 | 2 | -27/+34 |
* | fixed reference count bug in save_TexImage3DEXT() | Brian Paul | 1999-10-09 | 1 | -1/+5 |
* | fixed voodoo initialization | Keith Whitwell | 1999-10-08 | 3 | -22/+20 |
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 41 | -465/+629 |
* | Added PARB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+45 |
* | Added gl_ext_multitexture_ADD suport. | Miklos Fazekas | 1999-10-05 | 1 | -1/+1 |
* | Added packed ARGB support. | Miklos Fazekas | 1999-10-05 | 1 | -0/+57 |
* | Packed RGBA support. | Miklos Fazekas | 1999-10-05 | 1 | -2/+20 |
* | Packed RGB support. | Miklos Fazekas | 1999-10-05 | 1 | -24/+47 |
* | Added support for GL_ext_texture_add | Miklos Fazekas | 1999-10-05 | 1 | -0/+4 |
* | Minor cleanup. | Miklos Fazekas | 1999-10-05 | 1 | -7/+3 |
* | more hooks for mga driver, including an immediate fastpath | Keith Whitwell | 1999-09-30 | 4 | -7/+51 |
* | Disable genkgi sublib handling until we have some sublibs to handlemesa_3_1_beta_3 | Jon Taylor | 1999-09-21 | 1 | -16/+5 |