Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove CVS keywords. | José Fonseca | 2008-05-26 | 1 | -1/+0 |
| | |||||
* | Commiting a few minor fixes to glut fbdev (segfault on a separate stack) | Sean D'Epagnier | 2007-02-16 | 3 | -4/+4 |
| | | | | | | Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too. | ||||
* | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | 2005-08-27 | 1 | -3/+1 |
| | | | | objects for future types of queries. | ||||
* | Updates for pipeline_stage struct changes. | Keith Whitwell | 2005-04-22 | 2 | -60/+11 |
| | |||||
* | more gldirect compile fixes. Getting near the linking stage now. No build ↵ | Ben Crossman | 2005-04-15 | 3 | -60/+166 |
| | | | | file yet. | ||||
* | Some initial compile fixes. Still some left and warnings that need fixing. ↵ | Ben Crossman | 2005-04-14 | 7 | -36/+37 |
| | | | | No where near runnable yet. | ||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 2 | -14/+14 |
| | |||||
* | add SciTech's GLDirect driver for Windows. | Alan Hourihane | 2004-04-20 | 10 | -0/+7577 |
This code is donated to Mesa which allows the usage of a Direct3D layer (DX7, DX8, DX9 or complete software fallback). No build system exists for this code yet, that will come..... |