| Commit message (Expand) | Author | Age | Files | Lines |
* | minor stencil-related changes | Brian Paul | 1999-12-04 | 1 | -3/+3 |
* | test for null newCtx before newCtx->FirstTimeCurrent | Brian Paul | 1999-12-02 | 1 | -2/+2 |
* | added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre) | Brian Paul | 1999-12-02 | 1 | -0/+1 |
* | gl_BindTexture was broken when target==GL_TEXTURE_3D | Brian Paul | 1999-12-01 | 1 | -10/+18 |
* | fxInitPixelTables() change for Voodoo 1/2 vs 3 | Brian Paul | 1999-12-01 | 1 | -1/+16 |
* | print debug info in gl_make_current() if MESA_INFO env var set | Brian Paul | 1999-11-30 | 1 | -1/+19 |
* | Committing in . | Jouk Jansen | 1999-11-29 | 1 | -4/+2 |
* | 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 |
* | removed realglx.c | Brian Paul | 1999-11-28 | 2 | -8/+2 |
* | 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 |
* | move dispatch table size check into _mesa_init_no_op_table() | Brian Paul | 1999-11-27 | 1 | -11/+12 |
* | added call to _mesa_init_no_op_table() | Brian Paul | 1999-11-27 | 1 | -1/+4 |
* | added _mesa_init_no_op_table() | Brian Paul | 1999-11-27 | 1 | -1/+33 |
* | lots of work on extension management | Brian Paul | 1999-11-27 | 2 | -546/+637 |
* | added _GLAPI_EXTRA_SLOTS symbol | Brian Paul | 1999-11-27 | 1 | -2/+4 |
* | removed Mesa-isms | Brian Paul | 1999-11-27 | 1 | -3/+1 |
* | generate Z values when fog enabled (Andree Borrmann) | Brian Paul | 1999-11-26 | 1 | -3/+3 |
* | include glapitable.h | Brian Paul | 1999-11-25 | 1 | -524/+2 |
* | now using glapitemp.h to generate entrypoints | Brian Paul | 1999-11-25 | 1 | -2879/+24 |
* | initial rev | Brian Paul | 1999-11-25 | 2 | -0/+3514 |
* | include glapi.h | Brian Paul | 1999-11-25 | 1 | -1/+2 |
* | 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 | 5 | -21/+77 |
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 11 | -150/+176 |
* | another typo | Keith Whitwell | 1999-11-23 | 1 | -2/+2 |
* | added GLX 1.3 functions | Brian Paul | 1999-11-23 | 1 | -1/+159 |
* | added _mesa_clip_pixelrect() | Brian Paul | 1999-11-22 | 2 | -2/+53 |
* | clean up of version handling, removed GLX_EXT_get_proc_address string | Brian Paul | 1999-11-22 | 1 | -11/+31 |
* | removed GLU_EXT_get_proc_address from ext strings | Brian Paul | 1999-11-22 | 1 | -3/+6 |
* | changed comment for WriteRGBSpan() | Brian Paul | 1999-11-22 | 1 | -4/+3 |
* | added glXGetCurrentDisplay() for GLX 1.2 | Brian Paul | 1999-11-22 | 4 | -4/+43 |
* | fixed potential bug in _mesa_ShadeModel() | Brian Paul | 1999-11-22 | 1 | -5/+8 |
* | added SET/CLEAR/TEST_BITS macros, misc clean-up | Brian Paul | 1999-11-22 | 1 | -38/+38 |
* | fixed shade model bug (A.Borrmann) | Brian Paul | 1999-11-22 | 1 | -2/+8 |
* | removed redundant fxCloseHardware() decl | Brian Paul | 1999-11-22 | 1 | -1/+0 |
* | renamed struct gl_palette as struct gl_color_table | Brian Paul | 1999-11-19 | 2 | -8/+8 |
* | updates for thread safety | Brian Paul | 1999-11-19 | 1 | -572/+1113 |
* | updates for Mesa 3.3 | Brian Paul | 1999-11-19 | 2 | -55/+49 |
* | replace encounteed with encountered | Brian Paul | 1999-11-19 | 1 | -2/+5 |
* | fixes for andree's drawarrays problems | Keith Whitwell | 1999-11-19 | 1 | -7/+18 |
* | two fixes in gl_DrawArrays (Andree Borrman) | Brian Paul | 1999-11-18 | 1 | -1/+4 |
* | 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 |
* | silence an uninitialized var warning | Brian Paul | 1999-11-18 | 1 | -1/+3 |