summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_clip.c
AgeCommit message (Expand)Author
2007-12-09gallium: add draw_stage::destroy().Michal
2007-11-21Simplify draw module's vertex_info.Brian
2007-11-07Use a consistent number to identify undefined vertices.José Fonseca
2007-10-03Unify the definitions of the 4 component dot product into oneZack Rusin
2007-10-03Unify handling of userplanes and regular planes to simplifyZack Rusin
2007-09-27Make flushing more lazy in the draw module.Keith Whitwell
2007-09-25First attempt at building vertex buffers post-clip.Keith Whitwell
2007-09-20Checkpoint: vertex attribute clean-up.Brian
2007-08-30Fix lost edge flags problem when clipping.Brian
2007-08-24Fix user-defined clip planes. They seem to work properly now.Brian
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23Checkpoint commit: i915 texture works, use new vertex_info structBrian
2007-08-21Silence compiler warnings.michal
2007-08-17define CLIP_LEFT/RIGHT etcBrian
2007-08-16Remove many dependencies on mesa headers.Brian
2007-07-25Implement line stippling.Brian
2007-07-13Fix for-loop in interp() so we don't go out of bounds.Brian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-12fix MIN/MAX mix-upBrian
2007-07-10Fix line clipping bug. New comments.Brian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian