summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows/gldirect/dx7
AgeCommit message (Expand)AuthorFilesLines
2011-08-26mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick10-7921/+0
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke1-1/+0
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg9-134/+134
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2-4/+4
2009-12-29mesa: implement per-buffer color maskingBrian Paul1-5/+5
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2-6/+6
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt1-1/+1
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt1-4/+4
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+2
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier3-4/+4
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul1-3/+1
2005-04-22Updates for pipeline_stage struct changes.Keith Whitwell2-74/+11
2005-04-15more gldirect compile fixes. Getting near the linking stage now. No build fil...Ben Crossman3-56/+165
2005-04-14Some initial compile fixes. Still some left and warnings that need fixing. No...Ben Crossman7-36/+37
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2-14/+14
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane10-0/+7878