summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw
AgeCommit message (Expand)Author
2007-08-02Implement new draw_vertices() path for simple vertex array drawing, use it fo...Brian
2007-07-25Implement line stippling.Brian
2007-07-13Fix more polygon winding, culling confusion.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-12front/back-face determination was wrongBrian
2007-07-12culling was invertedBrian
2007-07-12handle edge flags for GL_POLYGONsBrian
2007-07-12fix MIN/MAX mix-upBrian
2007-07-11remove unused hw_data_offsetBrian
2007-07-11Fix broken depth offset.Brian
2007-07-10Fix line clipping bug. New comments.Brian
2007-07-10clamp after offsetting, new commentsBrian
2007-07-10remove unneeded casts, added commentsBrian
2007-07-10comments, clean-upBrian
2007-07-10added commentsBrian
2007-07-10Fix front/back mix-up. added comments.Brian
2007-07-10Fix EMIT_ATTR() to populate the draw->vf_attr_to_slot[] array.Brian
2007-07-09Remove softpipe includesBrian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-07-09New 'draw' module for handling the various stages of primitive drawing (clipp...Brian
2007-07-09Rename/move some files to modularize the primitive/draw code.Brian