redo the linear paths
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_emit.c
2008-05-08 Zack Rusinredo the linear paths
2008-05-08 Zack Rusinimplement linear path for fetch_emit pipeline
2008-04-23 Zack RusinAdd translate cache to fetch_emit stage and add out...
2008-04-21 Keith Whitwelldraw: squash a couple of memory leaks
2008-04-21 Keith Whitwelldraw: propogate lots of errors
2008-04-19 Keith Whitwelldraw: rearrange debug code
2008-04-19 Keith Whitwelldraw: add missing translate->set_buffer for fetch emit...
2008-04-19 Keith Whitwelldraw: move incoming vertex state into draw->pt
2008-04-18 Keith Whitwelldraw: make draw_pt_fetch_emit use translate facility
2008-04-17 Keith Whitwelldraw: add comment
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-14 Zack Rusinsilence some warnings
2008-04-14 Keith Whitwelldraw: flush pipeline before trying to allocate more...
2008-04-10 Keith Whitwellremove usage of vertex_header
2008-04-07 Keith Whitwelldraw: strip edgeflags out of fetch-emit path
2008-04-03 Keith Whitwelldraw: add passthrough path to the pipeline
2008-04-02 Keith Whitwelldraw: add missing break statement
2008-04-02 Keith Whitwelldraw: Set the backend prim in the pt 'prepare' operation
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-23 Keith Whitwelldraw: rename emit functions to match pipe_format names
2008-03-23 Keith Whitwelldraw: restructure fetch/emit as a pair of function...
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework