draw: add switch for drivers to force vertex data passthrough
[mesa.git] / src / gallium / auxiliary / draw / draw_context.h
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-08-25 Briangallium: added const qualifiers on some draw funcs
2008-05-30 Jakob BornecrantzMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-29 Keith Whitwelldraw: make sure constant buffer data is aligned before...
2008-05-29 Keith Whitwelldraw: draw_range_elements trial
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-04-22 Keith Whitwelldraw: allow drivers to query pipeline state more easily
2008-04-21 Keith Whitwelldraw: propogate lots of errors
2008-04-21 Keith Whitwelldraw: propogate errors out of aapoint stage
2008-04-21 Keith Whitwelldraw: propogate errors out of aaline stage
2008-04-21 José Fonsecagallium: Centralize SSE usage logic.
2008-04-19 Keith Whitwelldraw: remove named clipmask flags, tidy up pt middle...
2008-04-04 Keith Whitwellgallium: Handle client-supplied edgeflags.
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-14 Briangallium: add explicit control for point sprites (conver...
2008-03-13 Briangallium: added draw_enable_line_stipple() function
2008-03-10 Keith Whitwelldraw: placeholder/prototype code for a passthrough...
2008-02-29 Brian Paulgallium: split draw_wide_prim stage into separate point...
2008-02-28 Briangallium: added draw_num_vs_outputs() to query number...
2008-02-26 Briangallium: updated prototype (missed in prev commit)
2008-02-21 Briangallium: new draw stage for polygon stipple.
2008-02-21 Briangallium: new AA point drawing stage
2008-02-18 Briangallium: antialiased line drawing
2008-02-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.1
2008-02-15 José FonsecaCode reorganization: s/aux/auxiliary/.