summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_private.h
Commit message (Expand)AuthorAgeFilesLines
* Move guts of vertex array drawing into the 'draw' module.Brian2007-08-201-2/+4
* Fix some draw_arrays issues.Brian2007-08-191-5/+0
* added pipe ptr to draw_contextBrian2007-08-171-0/+2
* Remove many dependencies on mesa headers.Brian2007-08-161-1/+24
* Remove GL/mesa types, rearrange things into more logical groupsBrian2007-08-161-40/+41
* Drawing code refactoring.Brian2007-08-161-0/+4
* added vertex array info fieldsBrian2007-08-151-0/+7
* Beginnings of a demand-filled post-tnl vertex cache.Keith Whitwell2007-08-141-0/+50
* Implement line stippling.Brian2007-07-251-0/+2
* Rename prim_stage -> draw_stageBrian2007-07-121-24/+24
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-23/+115
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+90