Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | print thread safety info if MESA_INFO set | Brian Paul | 1999-12-17 | 1 | -1/+6 |
| | |||||
* | further simplification of thread-related code, misc clean-up | Brian Paul | 1999-12-17 | 1 | -187/+172 |
| | |||||
* | fixed thread problems | Brian Paul | 1999-12-17 | 1 | -45/+32 |
| | |||||
* | changes in hardware depth buffer support | Brian Paul | 1999-12-10 | 1 | -33/+38 |
| | |||||
* | 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 |
| | |||||
* | print debug info in gl_make_current() if MESA_INFO env var set | Brian Paul | 1999-11-30 | 1 | -1/+19 |
| | |||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -25/+42 |
| | |||||
* | renamed struct gl_palette as struct gl_color_table | Brian Paul | 1999-11-19 | 1 | -3/+3 |
| | |||||
* | updates for Mesa 3.3 | Brian Paul | 1999-11-19 | 1 | -20/+10 |
| | |||||
* | fixed several texture state bugs found with objbug.c program | Brian Paul | 1999-11-15 | 1 | -12/+4 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -156/+104 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | pixel pack/unpack ImageHeight and SkipImages was not initialized | Brian Paul | 1999-10-30 | 1 | -1/+5 |
| | |||||
* | Changes to reduce the memory footprint of display lists | Keith Whitwell | 1999-10-19 | 1 | -2/+1 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -56/+56 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -5/+5 |
| | |||||
* | fixed dumb typo | Brian Paul | 1999-10-10 | 1 | -2/+2 |
| | |||||
* | added memory macros | Brian Paul | 1999-10-10 | 1 | -50/+82 |
| | |||||
* | texture units now share default texture objects | Brian Paul | 1999-10-09 | 1 | -22/+17 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+7 |
| | |||||
* | Cleaning up | Keith Whitwell | 1999-09-19 | 1 | -3/+18 |
| | |||||
* | Large patch: | Keith Whitwell | 1999-09-18 | 1 | -2/+7 |
| | | | | | | | | | | - FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives. | ||||
* | added GL_EXT_get_proc_address | Brian Paul | 1999-09-11 | 1 | -2/+3 |
| | |||||
* | removed TexCoordUnit from GLcontext, use Array.ActiveTexture instead | Brian Paul | 1999-09-07 | 1 | -4/+1 |
| | |||||
* | fix for mga depthbuffer resize | Keith Whitwell | 1999-09-04 | 1 | -21/+29 |
| | |||||
* | fixed GL_FRONT_AND_BACK cull bug | Keith Whitwell | 1999-09-02 | 1 | -2/+4 |
| | |||||
* | new files to support vertex-based geometry | Keith Whitwell | 1999-08-29 | 1 | -1/+3 |
| | |||||
* | various pipeline bugs | Keith Whitwell | 1999-08-26 | 1 | -10/+40 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+2388 |