summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gldirect
AgeCommit message (Expand)Author
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-09-19gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2008-09-21Remove CVS keywords.Keith Whitwell
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2005-09-19additional wrapper updates, bug 4468Brian Paul
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell
2005-04-15more gldirect compile fixes. Getting near the linking stage now. No build fil...Ben Crossman
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. No...Ben Crossman
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