summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gldirect
AgeCommit message (Collapse)Author
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
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.
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul
objects for future types of queries.
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell
2005-04-15more gldirect compile fixes. Getting near the linking stage now. No build ↵Ben Crossman
file yet.
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. ↵Ben Crossman
No where near runnable yet.
2005-02-05remove dependency on Shared->TexObjectListBrian Paul
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane
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.....