summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows/gldirect
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-2656-35049/+0
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-104-4/+0
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* gldirect: remove _NEW_ACCUMBrian Paul2011-01-233-6/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1334-446/+446
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-138-16/+16
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-2/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-16/+0
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+0
* mesa: implement per-buffer color maskingBrian Paul2009-12-293-15/+15
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-196-18/+18
* tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-193-3/+3
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-193-12/+12
* gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul2009-09-191-24/+2
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-285-0/+6
* Remove CVS keywords.Keith Whitwell2008-09-217-11/+2
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-1611-16/+16
* additional wrapper updates, bug 4468Brian Paul2005-09-191-0/+25
* Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul2005-08-273-9/+3
* Updates for pipeline_stage struct changes.Keith Whitwell2005-04-226-206/+33
* more gldirect compile fixes. Getting near the linking stage now. No build fil...Ben Crossman2005-04-1514-188/+511
* Some initial compile fixes. Still some left and warnings that need fixing. No...Ben Crossman2005-04-1423-111/+114
* remove dependency on Shared->TexObjectListBrian Paul2005-02-051-21/+27
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-017-44/+44
* add SciTech's GLDirect driver for Windows.Alan Hourihane2004-04-2056-0/+34924