aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/draw/draw_offset.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: replace prim pipeline begin/end() functions with flush()Brian2008-01-251-16/+21
* gallium: add draw_stage::destroy().Michal2007-12-091-0/+8
* converting the setup state to immutable object and renaming it to rasterizer ...Zack Rusin2007-09-181-2/+2
* Need to copy header->edgeflags to tmp when creating new prim_header.Brian2007-08-231-0/+1
* Silence compiler warnings.michal2007-08-161-5/+5
* Remove many dependencies on mesa headers.Brian2007-08-161-20/+19
* Implement line stippling.Brian2007-07-251-0/+7
* Rename prim_stage -> draw_stageBrian2007-07-121-10/+14
* remove unused hw_data_offsetBrian2007-07-111-4/+6
* Fix broken depth offset.Brian2007-07-111-5/+6
* clamp after offsetting, new commentsBrian2007-07-101-16/+18
* New 'draw' module for primitive drawing (clipping, culling, etc).Brian2007-07-091-12/+12
* Rename/move some files to modularize the primitive/draw code.Brian2007-07-091-0/+157