summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-12-17added current context functions, made ThreadSafe publicBrian Paul
1999-12-17removed old thread codeBrian Paul
1999-12-17fixed thread problemsBrian Paul
1999-12-17more tweaking of thread supportBrian Paul
1999-12-17don't free thread data in pthread_key_create()Brian Paul
1999-12-16minor clean-upBrian Paul
1999-12-16thread support now worksBrian Paul
1999-12-16initial revBrian Paul
1999-12-16minor changeBrian Paul
1999-12-16new threading, more functions addedBrian Paul
1999-12-16added more functionsBrian Paul
1999-12-16added more extension functionsBrian Paul
1999-12-16initial revBrian Paul
1999-12-16added a cast to malloc callBrian Paul
1999-12-15added _glapi_get_proc_name()Brian Paul
1999-12-15new thread codeBrian Paul
1999-12-15initial revBrian Paul
1999-12-15just include Makefile.X11Brian Paul
1999-12-15made a few globals staticBrian Paul
1999-12-15moved #define to column 0Brian Paul
1999-12-15replaced 0 with 0.0 in sin, cos callsBrian Paul
1999-12-15removed _GLAPI_ extension testingBrian Paul
1999-12-15added many more extension entry pointsBrian Paul
1999-12-13 Committing in .Jouk Jansen
1999-12-12removed unneeded code in gluBuild1DMipmaps()Brian Paul
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul
1999-12-11added GLX_ARB_get_proc_addressBrian Paul
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-12-10added GL_ARB_transpose_matrixBrian Paul
1999-12-10new depth buffer functionsBrian Paul
1999-12-10pass new args to gl_create_framebufferBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10pass new args to gl_create_framebuffer()Brian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-12-10applied Daryll's patchesBrian Paul
1999-12-10updated for hardware stencil supportBrian Paul
1999-12-10added stencil buffer functionsBrian Paul
1999-12-10code clean-upBrian Paul
1999-12-10added glXGetProcAddressARB()Brian Paul
1999-12-10removed gl_get_proc_address()Brian Paul
1999-12-08added the katmai_transform_points4_* functionsAndre Werthmann
1999-12-07 Committing in .Jouk Jansen
1999-12-06Merging in work from 3.1/3.2 branch. Tessellator is essentially fullyGareth Hughes
1999-12-04Clearing stencil buffer now observes the stencil write maskBrian Paul
1999-12-04minor stencil-related changesBrian Paul
1999-12-03added glCopyPixels bug fixBrian Paul
1999-12-02test for null newCtx before newCtx->FirstTimeCurrentBrian Paul
1999-12-02added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul
1999-12-01gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul