summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/tnl.h
AgeCommit message (Expand)Author
2010-12-30tnl: Clean up header file inclusion in tnl.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2007-11-29Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.cBrian
2007-09-06Move guts of glRasterPos down into T&L module.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-02-23expose _mesa_load_tracked_matrices()Brian
2006-10-29Changes for new vbo-building module.Keith Whitwell
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2005-10-28TNL module needs to implement ctx->Driver.ProgramStringNotify() functionBrian Paul
2004-02-24turns out we probably need a _tnl_allow_pixel_fog() function afterallBrian Paul
2004-02-17A bit of an overhaul of the fog code.Brian Paul
2004-01-05Re-commit t_vertex.[ch] changes to fd.o server.Keith 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-06-28restore normal length optimization in dlistsKeith Whitwell
2001-06-04Adaptor code that lets tnl convert compiled (display list) cassettes backKeith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-13Fix crash in book/stencil.Keith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Committing in .Jouk Jansen
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell