summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_clip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix user-defined clip planes. They seem to work properly now.Brian2007-08-241-37/+57
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-231-2/+2
* Checkpoint commit: i915 texture works, use new vertex_info structBrian2007-08-231-4/+4
* Silence compiler warnings.michal2007-08-211-1/+1
* define CLIP_LEFT/RIGHT etcBrian2007-08-171-3/+2
* Remove many dependencies on mesa headers.Brian2007-08-161-49/+61
* Implement line stippling.Brian2007-07-251-0/+7
* Fix for-loop in interp() so we don't go out of bounds.Brian2007-07-131-5/+12
* Rename prim_stage -> draw_stageBrian2007-07-121-14/+14
* fix MIN/MAX mix-upBrian2007-07-121-3/+7
* Fix line clipping bug. New comments.Brian2007-07-101-16/+23
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-13/+22
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+429