draw: handle edgeflags and reset-line-stipple again
[mesa.git] / src / gallium / auxiliary / draw / draw_pt_fetch.c
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...