| Commit message (Expand) | Author | Age | Files | Lines |
* | applied Daryll's patches | Brian Paul | 1999-12-10 | 3 | -408/+409 |
* | pass new args to gl_create_framebuffer() | Brian Paul | 1999-12-10 | 1 | -3/+8 |
* | applied Daryll's patches | Brian Paul | 1999-12-10 | 4 | -112/+146 |
* | added glXGetProcAddressARB() | Brian Paul | 1999-12-10 | 1 | -1/+24 |
* | added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) | Brian Paul | 1999-12-02 | 1 | -0/+1 |
* | fxInitPixelTables() change for Voodoo 1/2 vs 3 | Brian Paul | 1999-12-01 | 1 | -1/+16 |
* | added missing functions in GLX_functions[] array | Brian Paul | 1999-11-28 | 1 | -2/+5 |
* | updated comments, removed obsolete functions | Brian Paul | 1999-11-28 | 1 | -93/+3 |
* | removed include fakeglx.h | Brian Paul | 1999-11-28 | 1 | -2/+1 |
* | obsolete | Brian Paul | 1999-11-28 | 2 | -364/+0 |
* | changes for new GLX dispatcher | Brian Paul | 1999-11-28 | 1 | -88/+340 |
* | all new dispatch system | Brian Paul | 1999-11-28 | 1 | -361/+551 |
* | initial rev | Brian Paul | 1999-11-28 | 1 | -0/+162 |
* | bunch of changes for separate read buffer feature | Brian Paul | 1999-11-25 | 1 | -12/+13 |
* | implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable() | Brian Paul | 1999-11-25 | 2 | -14/+113 |
* | replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() | Brian Paul | 1999-11-25 | 2 | -6/+40 |
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -7/+5 |
* | added GLX 1.3 functions | Brian Paul | 1999-11-23 | 1 | -1/+159 |
* | clean up of version handling, removed GLX_EXT_get_proc_address string | Brian Paul | 1999-11-22 | 1 | -11/+31 |
* | added glXGetCurrentDisplay() for GLX 1.2 | Brian Paul | 1999-11-22 | 4 | -4/+43 |
* | removed redundant fxCloseHardware() decl | Brian Paul | 1999-11-22 | 1 | -1/+0 |
* | fixed FX_grSstControl(), now returns FxBool | Brian Paul | 1999-11-18 | 2 | -15/+18 |
* | removed unused fxTMNewTMFreeNode decl | Brian Paul | 1999-11-18 | 1 | -1/+0 |
* | test visinfo, not vishandle in save_glx_visual (Wolfram Gloger) | Brian Paul | 1999-11-18 | 1 | -3/+3 |
* | texture palette update | Brian Paul | 1999-11-15 | 1 | -14/+14 |
* | include mem.h | Brian Paul | 1999-11-15 | 1 | -0/+1 |
* | fixed mistake in merge regarding texture palettes | Brian Paul | 1999-11-15 | 1 | -14/+14 |
* | update/merge with Daryll's X server changes | Brian Paul | 1999-11-15 | 10 | -712/+1872 |
* | . Updates to get X86, MXX and 3DNow assembler code working with Watcom | Kendall Bennett | 1999-11-12 | 15 | -15/+0 |
* | updated for new texture color palette struct | Brian Paul | 1999-11-11 | 1 | -14/+14 |
* | initial changes for Mesa 3.3 | Brian Paul | 1999-11-11 | 1 | -4/+4 |
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 3 | -15/+78 |
* | Added checking for FXMESA_USE_ARGB to disable pixel reformatting when not app... | Ted Jump | 1999-10-30 | 1 | -1/+3 |
* | disabled glXGetProcAddress code | Brian Paul | 1999-10-27 | 2 | -3/+5 |
* | Minor patches to cleanup some compiler warnings in MSVC | Ted Jump | 1999-10-20 | 1 | -3/+3 |
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 4 | -9/+54 |
* | 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 |
* | fixed an RGB vs CI bug in overlay visual selection | Brian Paul | 1999-10-14 | 1 | -3/+27 |
* | 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 | 1 | -5/+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 | 4 | -338/+367 |
* | 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 |