Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -38/+20 |
| | | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer. | ||||
* | changed allocation/initialization of API dispatch tables | Brian Paul | 2000-05-24 | 1 | -8/+1 |
| | |||||
* | removed software alpha flag from GLvisual struct | Brian Paul | 2000-05-04 | 1 | -3/+1 |
| | |||||
* | added _mesa_initialize_buffer/visual() | Brian Paul | 2000-04-22 | 1 | -46/+85 |
| | |||||
* | added _mesa_create/destroy_visual() | Brian Paul | 2000-03-31 | 1 | -2/+25 |
| | |||||
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -2/+2 |
| | |||||
* | moved state functions to state.c | Brian Paul | 2000-02-02 | 1 | -13/+14 |
| | |||||
* | renamed _glapi_CurrentContext to _glapi_Context | Brian Paul | 2000-01-28 | 1 | -4/+4 |
| | |||||
* | renamed CURRENT_INPUT to _mesa_CurrentInput | Brian Paul | 2000-01-18 | 1 | -5/+5 |
| | |||||
* | added gl_initialize_context_data(), gl_free_context_data(). code clean-up | Brian Paul | 2000-01-14 | 1 | -4/+10 |
| | |||||
* | removed _glapi_ThreadSafe | Brian Paul | 2000-01-05 | 1 | -3/+7 |
| | |||||
* | optimized GET_IMMEDIATE for thread safety | Brian Paul | 1999-12-17 | 1 | -2/+2 |
| | |||||
* | further simplification of thread-related code, misc clean-up | Brian Paul | 1999-12-17 | 1 | -27/+28 |
| | |||||
* | fixed thread problems | Brian Paul | 1999-12-17 | 1 | -14/+11 |
| | |||||
* | changes in hardware depth buffer support | Brian Paul | 1999-12-10 | 1 | -2/+6 |
| | |||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -1/+4 |
| | |||||
* | updates for Mesa 3.3 | Brian Paul | 1999-11-19 | 1 | -35/+39 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -11/+27 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+167 |