summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_rendertmp.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-06-18mesa: fix first provoking vertex mode for unfilled tri stripsBrian Paul
2009-06-03mesa: fix parity error for tri strips with 1st provoking vertexBrian Paul
2009-06-03tnl: fix first provoking vertex case for unfilled trianglesBrian Paul
2009-06-03tnl: fix first provoking vertex bug for line loopsBrian Paul
2009-06-01tnl: implement GL_EXT_provoking_vertexBrian Paul
2006-10-29Changes for new vbo-building module.Keith Whitwell
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2003-11-24Merge vtx-0-2-branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2002-10-29updated email addressesBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-14Fixed conform feedback and drawelements tests.Keith Whitwell
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-27Fixes for compiling assembly (disable unused 'masked' versions)Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell