Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced some spaces with a tab | Brian Paul | 2000-01-18 | 1 | -3/+3 |
| | |||||
* | generic_noop() now returns 0 | Brian Paul | 2000-01-18 | 1 | -4/+5 |
| | |||||
* | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul | 2000-01-18 | 2 | -7/+7 |
| | |||||
* | added X86-optimized message for MESA_INFO | Brian Paul | 2000-01-17 | 1 | -2/+7 |
| | |||||
* | added missing POINT/LINE RANGE/GRANULARITY tokens | Brian Paul | 2000-01-17 | 1 | -2/+10 |
| | |||||
* | Z values were wrong in selection mode (Holger Waechtler), misc clean-up | Brian Paul | 2000-01-17 | 1 | -25/+29 |
| | |||||
* | added gl_initialize_context_data(), gl_free_context_data(). code clean-up | Brian Paul | 2000-01-14 | 2 | -753/+792 |
| | |||||
* | added _mesa_ArrayElement() proto | Brian Paul | 2000-01-13 | 1 | -2/+6 |
| | |||||
* | added gl_register_config_var() proto | Brian Paul | 2000-01-13 | 1 | -3/+7 |
| | |||||
* | init a few vars to silence compiler warnings | Brian Paul | 2000-01-13 | 1 | -1/+3 |
| | |||||
* | include dispatch.h | Brian Paul | 2000-01-13 | 1 | -1/+2 |
| | |||||
* | clean up of eval_coord1/2f() | Brian Paul | 2000-01-13 | 1 | -10/+12 |
| | |||||
* | commented out gl_reinit_light_attrib() | Brian Paul | 2000-01-13 | 1 | -5/+5 |
| | |||||
* | commented out unused function | Brian Paul | 2000-01-13 | 1 | -3/+4 |
| | |||||
* | minor clean-up | Brian Paul | 2000-01-13 | 1 | -5/+7 |
| | |||||
* | made some functions static | Brian Paul | 2000-01-13 | 1 | -25/+25 |
| | |||||
* | added missing glHintPGI() function | Brian Paul | 2000-01-07 | 2 | -3/+30 |
| | |||||
* | removed cpp conditionals from _mesa_init_exec_table() | Brian Paul | 2000-01-07 | 1 | -31/+16 |
| | |||||
* | new Clear function mask | Brian Paul | 2000-01-06 | 1 | -5/+18 |
| | |||||
* | minor clean-up in _mesa_unpack_ubyte_color_span() | Brian Paul | 2000-01-05 | 1 | -5/+3 |
| | |||||
* | removed _glapi_ThreadSafe | Brian Paul | 2000-01-05 | 1 | -3/+7 |
| | |||||
* | start search at 1 in HashFindFreeKeyBlock() | Brian Paul | 2000-01-04 | 1 | -4/+4 |
| | |||||
* | optimized GET_IMMEDIATE for thread safety | Brian Paul | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | print thread safety info if MESA_INFO set | Brian Paul | 1999-12-17 | 1 | -1/+6 |
| | |||||
* | updated with latest source files | Brian Paul | 1999-12-17 | 2 | -26/+80 |
| | |||||
* | replaced mthreads.c with glthread.c | Brian Paul | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | further simplification of thread-related code, misc clean-up | Brian Paul | 1999-12-17 | 2 | -214/+200 |
| | |||||
* | fixed thread problems | Brian Paul | 1999-12-17 | 2 | -59/+43 |
| | |||||
* | removed _GLAPI_ extension testing | Brian Paul | 1999-12-15 | 1 | -29/+16 |
| | |||||
* | Committing in . | Jouk Jansen | 1999-12-13 | 1 | -2/+4 |
| | | | | | | | | Update for VMS only Modified Files: Mesa/src/stencil.h ---------------------------------------------------------------------- | ||||
* | implemented GL_ARB_tranpose_matrix | Brian Paul | 1999-12-10 | 6 | -9/+275 |
| | |||||
* | changes in hardware depth buffer support | Brian Paul | 1999-12-10 | 6 | -360/+512 |
| | |||||
* | updated for hardware stencil support | Brian Paul | 1999-12-10 | 2 | -139/+400 |
| | |||||
* | added stencil buffer functions | Brian Paul | 1999-12-10 | 1 | -1/+39 |
| | |||||
* | code clean-up | Brian Paul | 1999-12-10 | 1 | -32/+41 |
| | |||||
* | removed gl_get_proc_address() | Brian Paul | 1999-12-10 | 2 | -188/+3 |
| | |||||
* | Clearing stencil buffer now observes the stencil write mask | Brian Paul | 1999-12-04 | 1 | -79/+104 |
| | | | | Optimized gl_depth_stencil_span/pixels() functions | ||||
* | 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 |
| | |||||
* | gl_BindTexture was broken when target==GL_TEXTURE_3D | Brian Paul | 1999-12-01 | 1 | -10/+18 |
| | |||||
* | 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 |
| | | | | | | | | Update makefiles for VMS due to obsolete files Modified Files: Mesa/src/descrip.mms Mesa/src/mms_depend ---------------------------------------------------------------------- | ||||
* | removed realglx.c | Brian Paul | 1999-11-28 | 1 | -4/+1 |
| | |||||
* | 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 |
| | |||||
* | generate Z values when fog enabled (Andree Borrmann) | Brian Paul | 1999-11-26 | 1 | -3/+3 |
| | |||||
* | include glapi.h | Brian Paul | 1999-11-25 | 1 | -1/+2 |
| | |||||
* | replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer() | Brian Paul | 1999-11-25 | 3 | -15/+37 |
| | |||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 10 | -143/+171 |
| |