Age | Commit message (Expand) | Author |
2000-01-25 | fixed VB->IndexPtr==NULL bug (Richard Guenther) | Brian Paul |
2000-01-24 | changed VB_MAX, no longer dependant on FX symbol | Brian Paul |
2000-01-24 | replaced HashLookup() with _mesa_HashLookup() | Brian Paul |
2000-01-24 | prefixed hash functions with _mesa_ | Brian Paul |
2000-01-23 | added new SVGA driver files | Brian Paul |
2000-01-18 | replaced some spaces with a tab | Brian Paul |
2000-01-18 | generic_noop() now returns 0 | Brian Paul |
2000-01-18 | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul |
2000-01-17 | added X86-optimized message for MESA_INFO | Brian Paul |
2000-01-17 | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul |
2000-01-17 | Z values were wrong in selection mode (Holger Waechtler), misc clean-up | Brian Paul |
2000-01-14 | added gl_initialize_context_data(), gl_free_context_data(). code clean-up | Brian Paul |
2000-01-13 | added _mesa_ArrayElement() proto | Brian Paul |
2000-01-13 | added gl_register_config_var() proto | Brian Paul |
2000-01-13 | init a few vars to silence compiler warnings | Brian Paul |
2000-01-13 | include dispatch.h | Brian Paul |
2000-01-13 | clean up of eval_coord1/2f() | Brian Paul |
2000-01-13 | commented out gl_reinit_light_attrib() | Brian Paul |
2000-01-13 | commented out unused function | Brian Paul |
2000-01-13 | minor clean-up | Brian Paul |
2000-01-13 | made some functions static | Brian Paul |
2000-01-07 | added missing glHintPGI() function | Brian Paul |
2000-01-07 | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul |
2000-01-06 | new Clear function mask | Brian Paul |
2000-01-05 | minor clean-up in _mesa_unpack_ubyte_color_span() | Brian Paul |
2000-01-05 | removed _glapi_ThreadSafe | Brian Paul |
2000-01-04 | start search at 1 in HashFindFreeKeyBlock() | Brian Paul |
1999-12-17 | optimized GET_IMMEDIATE for thread safety | Brian Paul |
1999-12-17 | print thread safety info if MESA_INFO set | Brian Paul |
1999-12-17 | updated with latest source files | Brian Paul |
1999-12-17 | replaced mthreads.c with glthread.c | Brian Paul |
1999-12-17 | further simplification of thread-related code, misc clean-up | Brian Paul |
1999-12-17 | fixed thread problems | Brian Paul |
1999-12-15 | removed _GLAPI_ extension testing | Brian Paul |
1999-12-13 | Committing in . | Jouk Jansen |
1999-12-10 | implemented GL_ARB_tranpose_matrix | Brian Paul |
1999-12-10 | changes in hardware depth buffer support | 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 | removed gl_get_proc_address() | Brian Paul |
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-02 | test for null newCtx before newCtx->FirstTimeCurrent | Brian Paul |
1999-12-01 | gl_BindTexture was broken when target==GL_TEXTURE_3D | 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 | removed realglx.c | 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 |