summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_clip.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian2008-02-141-2/+2
* gallium: Fix build on WinXP.Michal Krol2008-01-301-1/+1
* gallium: handle flatshading explicitly in clipper stageKeith Whitwell2008-01-281-42/+94
* gallium: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-14/+3
* gallium: overhaul usage of vertex_info in draw module.Brian2008-01-231-2/+2
* gallium: add draw_stage::destroy().Michal2007-12-091-0/+8
* Simplify draw module's vertex_info.Brian2007-11-211-11/+3
* Use a consistent number to identify undefined vertices.José Fonseca2007-11-071-1/+1
* Unify the definitions of the 4 component dot product into oneZack Rusin2007-10-031-14/+0
* Unify handling of userplanes and regular planes to simplifyZack Rusin2007-10-031-46/+6
* Make flushing more lazy in the draw module.Keith Whitwell2007-09-271-4/+0
* First attempt at building vertex buffers post-clip.Keith Whitwell2007-09-251-0/+1
* Checkpoint: vertex attribute clean-up.Brian2007-09-201-0/+2
* Fix lost edge flags problem when clipping.Brian2007-08-301-2/+10
* 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