summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_cull.c
AgeCommit message (Expand)Author
2008-02-14gallium: rename draw_free_tmps->draw_free_temp_verts, draw_alloc_tmps->draw_a...Brian
2008-01-25gallium: replace prim pipeline begin/end() functions with flush()Brian
2007-12-09gallium: add draw_stage::destroy().Michal
2007-09-18converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin
2007-08-16Remove many dependencies on mesa headers.Brian
2007-08-13with Y=0=top, front/back determination is negatedBrian
2007-07-25Implement line stippling.Brian
2007-07-13Fix more polygon winding, culling confusion.Brian
2007-07-12Rename prim_stage -> draw_stageBrian
2007-07-12culling was invertedBrian
2007-07-10remove unneeded casts, added commentsBrian
2007-07-10added commentsBrian
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