Merge branch 'master' into gallium-0.2
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch.c
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-06-10 Keith WhitwellRevert "draw: no need to rearrange most primitives...
2008-06-10 Keith Whitwelldraw: no need to rearrange most primitives in vcache...
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-09 Keith WhitwellMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-08 Keith WhitwellMerge branch 'gallium-0.1' into gallium-vertex-linear
2008-05-08 Keith Whitwelldraw: only fill in / compare the part of the translate...
2008-05-08 Zack Rusinimplement linear emition and fetching and plug it in...
2008-04-24 Keith Whitwelldraw: default edgeflag should be one
2008-04-24 Keith Whitwelldraw: handle edgeflags and reset-line-stipple again
2008-04-23 Zack RusinAdd translate cache to fetch_emit stage and add out...
2008-04-23 Zack RusinCreate a sharable translate_cache and use it.
2008-04-23 Zack Rusinfix the simple hash finding function and use it
2008-04-23 Brian Paulgallium: fix broken hashing for vertex translation
2008-04-22 Zack RusinCache translate's structs for emits and fetches.
2008-04-21 Keith Whitwelldraw: squash a couple of memory leaks
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-18 Keith Whitwelltranslate: add sse version based on old draw_vf_sse.c
2008-04-18 Keith Whitwelldraw: split off all the extra functionality in the...