draw: remove some debug output
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_emit.c
2008-06-18 Brian Paulgallium: additional fixes to ensure even number of...
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-28 Keith WhitwellMerge branch 'gallium-vertex-linear' into gallium-tex...
2008-05-28 Jakob BornecrantzMerge branch 'gallium-vertex-linear' into gallium-0.1
2008-05-26 Jakob BornecrantzMerge branch 'gallium-tex-surface' into gallium-0.1
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-21 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-20 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-19 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-12 Keith Whitwelldraw: mimize cost of translate key compares, use cache...
2008-05-09 Michel DänzerMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-09 Keith Whitwelldraw: fix translate double-free, minor cleanups
2008-05-09 Keith Whitwelldraw: fix translate double-free, minor cleanups
2008-05-09 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-tex...
2008-05-09 Keith Whitwelldraw: mimize cost of translate key compares, use cache...
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 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