summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_context.c
Commit message (Expand)AuthorAgeFilesLines
* Initial work for post-transformed vertex feedback buffers.Brian2007-09-061-4/+38
* Consolidate vertex-related code in new draw_vertex.cBrian2007-08-301-36/+0
* Remove dependency on TGSI_ATTRIB_x tokens in draw_twoside.cBrian2007-08-301-0/+41
* Fix user-defined clip planes. They seem to work properly now.Brian2007-08-241-0/+3
* remove dead code related to vf moduleBrian2007-08-201-28/+2
* Checkpoint: remove more of the old draw_vb() code.Brian2007-08-201-1/+5
* Move guts of vertex array drawing into the 'draw' module.Brian2007-08-201-0/+28
* Merge branch 'softpipe_0_1_branch' of git+ssh://[email protected]/gi...Brian2007-08-201-10/+0
|\
| * Fix some draw_arrays issues.Brian2007-08-191-10/+0
* | replace memcpy() with assignment, better type safetyBrian2007-08-171-1/+1
|/
* Remove many dependencies on mesa headers.Brian2007-08-161-4/+13
* added draw_set_vertex_array_info()Brian2007-08-151-0/+10
* 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