Merge branch 'mesa_7_5_branch'
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch_emit.c
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-14 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-27 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-23 Zack RusinAdd translate cache to fetch_emit stage and add out...
2008-04-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
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-15 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-09 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-04-07 Keith Whitwelldraw: strip edgeflags out of fetch-emit path
2008-04-04 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-30 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-25 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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