draw: associate rhw divide with clipping not viewport flag
[mesa.git] / src / gallium / auxiliary / draw / draw_context.c
2008-03-31 Briangallium: move the test for bypass_vs into the vs_XXX_ru...
2008-03-29 Brian Paulgallium: Set vertex state/buffers en-mass.
2008-03-27 Briangallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
2008-03-23 Keith Whitwellgallium: beginnings of draw module vertex rework
2008-03-22 Briangallium: fix mem leak (fee pstipple stage)
2008-03-14 Briangallium: add explicit control for point sprites (conver...
2008-03-13 Briangallium: fix bug in draw_num_vs_outputs()
2008-03-13 Briangallium: added draw_enable_line_stipple() function
2008-03-11 Keith Whitwelldraw: don't free our copy of the render stage -- just...
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-27 Briangallium: remove dependencies on pipe_shader_state's...
2008-02-26 Briangallium: replace draw_convert_wide_points() with draw_w...
2008-02-25 Briangallium: fix bad ptr assignment
2008-02-25 Briangallium: modify draw_find_vs_output() to search vertex...
2008-02-21 Briangallium: new AA point drawing stage
2008-02-21 Keith Whitwelldraw: vertex cache rework
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/.