gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_vcache.c
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-06-06 Keith Whitwelldraw: make sure middle-end primitive is uptodate in...
2008-06-04 Keith Whitwelldraw: respect driver's max vertex buffer size
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-06-02 Keith Whitwelldraw: fast element translate path without delta
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: quieten some debug
2008-05-29 Keith Whitwelldraw: better calculation of fetch_count
2008-05-29 Keith Whitwelldraw: remove printf
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-27 Keith Whitwelldraw: restore extras path in draw_pt_vcache.c, keep...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-13 Zack Rusindecomposition from keith, adds decomposition of more...
2008-05-12 Keith Whitwelldraw: turn fse path into a middle end
2008-05-02 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-01 Keith Whitwelldraw: squash warnings
2008-04-25 Keith Whitwelldraw: emit extra flags whenever pipeline is active
2008-04-24 Keith Whitwelldraw: handle edgeflags and reset-line-stipple again
2008-04-24 Brian Paulgallium: fix issues in recursive flushing
2008-04-23 Brian Paulgallium: added a flushing_vcache flag, test in draw_do_...
2008-04-22 Keith Whitwelldraw: disable broken edgeflag code - didn't work &...
2008-04-21 Keith Whitwelldraw: propogate lots of errors
2008-04-19 Keith Whitwelldraw: move incoming vertex state into draw->pt
2008-04-16 Keith Whitwelldraw: make pt run pipeline when need_pipeline is true...
2008-04-06 Keith Whitwelldraw: fix edgeflag handling on the pt paths
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-29 José Fonsecagallium: Fix some MSVC warnings.
2008-03-23 Keith Whitwelldraw: fix some unsigned vs ushort confusion
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework