summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_private.h
AgeCommit message (Expand)Author
2008-03-25draw: take primitive into account when deciding if the pipeline is activeKeith Whitwell
2008-03-23gallium: beginnings of draw module vertex reworkKeith Whitwell
2008-03-14gallium: add explicit control for point sprites (convert points to textured q...Brian
2008-03-13gallium: added draw_enable_line_stipple() functionBrian
2008-03-12gallium: change draw_vertex_shader->state from pointer to structBrian
2008-03-10draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell
2008-02-28gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-26gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian
2008-02-21gallium: new draw stage for polygon stipple.Brian
2008-02-21gallium: new AA point drawing stageBrian
2008-02-21draw: vertex cache reworkKeith Whitwell
2008-02-19Use gallium's rtasm module.José Fonseca
2008-02-18gallium: antialiased line drawingBrian
2008-02-15draw: subclass vertex shaders according to execution methodKeith Whitwell
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca