aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gldirect/dx7/gld_wgl_dx7.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-261-1613/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
|
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
| | | | Signed-off-by: Ian Romanick <[email protected]>
* more gldirect compile fixes. Getting near the linking stage now. No build ↵Ben Crossman2005-04-151-1/+1
| | | | file yet.
* add SciTech's GLDirect driver for Windows.Alan Hourihane2004-04-201-0/+1611
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.....