r300c/r300g: add 3155 rv380 pci id
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch.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-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-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-27 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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-23 Ben SkeggsMerge branch 'upstream-gallium-0.1' into nouveau-galliu...
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...