Age | Commit message (Expand) | Author |
1999-12-16 | added a cast to malloc call | Brian Paul |
1999-12-15 | added _glapi_get_proc_name() | Brian Paul |
1999-12-15 | new thread code | Brian Paul |
1999-12-15 | initial rev | Brian Paul |
1999-12-15 | just include Makefile.X11 | Brian Paul |
1999-12-15 | made a few globals static | Brian Paul |
1999-12-15 | moved #define to column 0 | Brian Paul |
1999-12-15 | replaced 0 with 0.0 in sin, cos calls | Brian Paul |
1999-12-15 | removed _GLAPI_ extension testing | Brian Paul |
1999-12-15 | added many more extension entry points | Brian Paul |
1999-12-13 | Committing in . | Jouk Jansen |
1999-12-12 | removed unneeded code in gluBuild1DMipmaps() | Brian Paul |
1999-12-12 | bitmaps were vertically shifted by one pixel | Brian Paul |
1999-12-11 | added GLX_ARB_get_proc_address | Brian Paul |
1999-12-11 | added GLX_ARB_get_proc_address to extension list | Brian Paul |
1999-12-10 | implemented GL_ARB_tranpose_matrix | Brian Paul |
1999-12-10 | added GL_ARB_transpose_matrix | Brian Paul |
1999-12-10 | new depth buffer functions | Brian Paul |
1999-12-10 | pass new args to gl_create_framebuffer | Brian Paul |
1999-12-10 | applied Daryll's patches | Brian Paul |
1999-12-10 | pass new args to gl_create_framebuffer() | Brian Paul |
1999-12-10 | changes in hardware depth buffer support | Brian Paul |
1999-12-10 | applied Daryll's patches | Brian Paul |
1999-12-10 | updated for hardware stencil support | Brian Paul |
1999-12-10 | added stencil buffer functions | Brian Paul |
1999-12-10 | code clean-up | Brian Paul |
1999-12-10 | added glXGetProcAddressARB() | Brian Paul |
1999-12-10 | removed gl_get_proc_address() | Brian Paul |
1999-12-08 | added the katmai_transform_points4_* functions | Andre Werthmann |
1999-12-07 | Committing in . | Jouk Jansen |
1999-12-06 | Merging in work from 3.1/3.2 branch. Tessellator is essentially fully | Gareth Hughes |
1999-12-04 | Clearing stencil buffer now observes the stencil write mask | Brian Paul |
1999-12-04 | minor stencil-related changes | Brian Paul |
1999-12-03 | added glCopyPixels bug fix | Brian Paul |
1999-12-02 | test for null newCtx before newCtx->FirstTimeCurrent | Brian Paul |
1999-12-02 | added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) | Brian Paul |
1999-12-01 | gl_BindTexture was broken when target==GL_TEXTURE_3D | Brian Paul |
1999-12-01 | fxInitPixelTables() change for Voodoo 1/2 vs 3 | Brian Paul |
1999-11-30 | print debug info in gl_make_current() if MESA_INFO env var set | Brian Paul |
1999-11-29 | Committing in . | Jouk Jansen |
1999-11-28 | added missing functions in GLX_functions[] array | Brian Paul |
1999-11-28 | updated comments, removed obsolete functions | Brian Paul |
1999-11-28 | removed include fakeglx.h | Brian Paul |
1999-11-28 | removed realglx.c | Brian Paul |
1999-11-28 | obsolete | Brian Paul |
1999-11-28 | changes for new GLX dispatcher | Brian Paul |
1999-11-28 | all new dispatch system | Brian Paul |
1999-11-28 | initial rev | Brian Paul |
1999-11-27 | move dispatch table size check into _mesa_init_no_op_table() | Brian Paul |
1999-11-27 | added call to _mesa_init_no_op_table() | Brian Paul |