aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gldirect/dx9
Commit message (Collapse)AuthorAgeFilesLines
* Remove CVS keywords.José Fonseca2008-05-261-1/+0
|
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-163-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 queryBrian Paul2005-08-271-3/+1
| | | | objects for future types of queries.
* Updates for pipeline_stage struct changes.Keith Whitwell2005-04-222-60/+11
|
* more gldirect compile fixes. Getting near the linking stage now. No build ↵Ben Crossman2005-04-153-60/+166
| | | | file yet.
* Some initial compile fixes. Still some left and warnings that need fixing. ↵Ben Crossman2005-04-147-36/+37
| | | | No where near runnable yet.
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-14/+14
|
* add SciTech's GLDirect driver for Windows.Alan Hourihane2004-04-2010-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.....