draw: Use register names more consistently.
[mesa.git] / src / gallium / auxiliary / draw / draw_pt.h
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-23 Keith Whitwelldraw: get rid of fetch-shade-emit frontend hack
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-12 Keith Whitwelldraw: turn fse path into a middle end
2008-05-12 Keith Whitwelldraw: add fetch-shade-emit path
2008-05-08 Keith WhitwellMerge branch 'gallium-0.1' into gallium-vertex-linear
2008-05-08 Zack Rusinredo the linear paths
2008-05-08 Zack Rusinimplement linear emition and fetching and plug it in...
2008-04-25 Zack Rusinfrontend for rendering without elts
2008-04-24 Keith Whitwelldraw: handle edgeflags and reset-line-stipple again
2008-04-19 Keith Whitwelldraw: move incoming vertex state into draw->pt
2008-04-19 Keith Whitwelldraw: always emit header in draw_pt_fetch.c
2008-04-19 Keith Whitwelldraw: remove named clipmask flags, tidy up pt middle...
2008-04-18 Keith Whitwelldraw: remove fetch_pipeline middle end -- just use...
2008-04-18 Keith Whitwelldraw: split off all the extra functionality in the...
2008-04-17 Keith Whitwelldraw: move hw vertex emit to a new module
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-14 Zack RusinImplement fetch/shade/pipeline or emit vertex passthrough.
2008-04-06 Keith Whitwelldraw: fix edgeflag handling on the pt paths
2008-04-03 Keith Whitwelldraw: add passthrough path to the pipeline
2008-04-02 Keith Whitwelldraw: Set the backend prim in the pt 'prepare' operation
2008-04-01 Keith Whitwelldraw: more flatshade_first changes
2008-03-24 Keith Whitwelldraw: pre-declare referenced structs
2008-03-23 Keith Whitwelldraw: fix crlf
2008-03-23 Keith Whitwelldraw: fix some unsigned vs ushort confusion
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework