summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_context.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-0/+3
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-301-0/+4
* In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors t...Brian2007-08-301-1/+1
* Fix user-defined clip planes. They seem to work properly now.Brian2007-08-241-2/+1
* remove old draw_vertices()Brian2007-08-221-6/+0
* Rework of shader constant buffers.Brian2007-08-221-0/+2
* Move guts of vertex array drawing into the 'draw' module.Brian2007-08-201-7/+29
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-201-4/+0
|\
| * Fix some draw_arrays issues.Brian2007-08-191-4/+0
* | added CLIP_x_SHIFT valsBrian2007-08-171-0/+16
|/
* 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