summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_context.c
Commit message (Expand)AuthorAgeFilesLines
* use regular malloc/free instead of macrosBrian2007-08-141-2/+2
* Beginnings of a demand-filled post-tnl vertex cache.Keith Whitwell2007-08-141-0/+11
* Rename prim_stage -> draw_stageBrian2007-07-121-8/+8
* comments, clean-upBrian2007-07-101-4/+5
* New 'draw' module for handling the various stages of primitive drawing (clipp...Brian2007-07-091-0/+182