summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_context.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some draw_arrays issues.Brian2007-08-191-4/+0
* define CLIP_LEFT/RIGHT etcBrian2007-08-171-0/+11
* Remove many dependencies on mesa headers.Brian2007-08-161-8/+7
* Remove mesa include directories, be stricter about include paths.Keith Whitwell2007-08-151-1/+1
* added draw_set_vertex_array_info()Brian2007-08-151-0/+10
* Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian2007-08-021-0/+5
* Rename prim_stage -> draw_stageBrian2007-07-121-2/+2
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-7/+25
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+56