Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | another typo | Keith Whitwell | 1999-11-23 | 1 | -2/+2 |
| | |||||
* | added _mesa_clip_pixelrect() | Brian Paul | 1999-11-22 | 2 | -2/+53 |
| | |||||
* | changed comment for WriteRGBSpan() | Brian Paul | 1999-11-22 | 1 | -4/+3 |
| | |||||
* | 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 |
| | |||||
* | renamed struct gl_palette as struct gl_color_table | Brian Paul | 1999-11-19 | 2 | -8/+8 |
| | |||||
* | updates for Mesa 3.3 | Brian Paul | 1999-11-19 | 2 | -55/+49 |
| | |||||
* | 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 |
| | |||||
* | silence an uninitialized var warning | Brian Paul | 1999-11-18 | 1 | -1/+3 |
| | |||||
* | checked in the first new PIII vertex-transformation code | Andre Werthmann | 1999-11-18 | 1 | -3/+5 |
| | |||||
* | make clean removes .lo .la and .libs/ | Brian Paul | 1999-11-16 | 1 | -10/+3 |
| | |||||
* | fixed several texture state bugs found with objbug.c program | Brian Paul | 1999-11-15 | 1 | -12/+4 |
| | |||||
* | replaced EXT_color_table with EXT_paletted_texture | Brian Paul | 1999-11-12 | 3 | -6/+6 |
| | |||||
* | moved assembly-related macros from types.h to glheader.h | Brian Paul | 1999-11-12 | 1 | -2/+40 |
| | |||||
* | restored the gl_Viewport function | Brian Paul | 1999-11-12 | 2 | -4/+22 |
| |