summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_private.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: beginnings of draw module vertex reworkKeith Whitwell2008-03-231-3/+30
* gallium: add explicit control for point sprites (convert points to textured q...Brian2008-03-141-0/+1
* gallium: added draw_enable_line_stipple() functionBrian2008-03-131-2/+3
* gallium: change draw_vertex_shader->state from pointer to structBrian2008-03-121-1/+1
* draw: placeholder/prototype code for a passthrough draw pathKeith Whitwell2008-03-101-0/+27
* gallium: split draw_wide_prim stage into separate point/line stages.Brian Paul2008-02-281-3/+5
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-0/+3
* gallium: replace draw_convert_wide_points() with draw_wide_point_threshold()Brian2008-02-261-1/+1
* gallium: new draw stage for polygon stipple.Brian2008-02-211-0/+1
* gallium: new AA point drawing stageBrian2008-02-211-0/+1
* draw: vertex cache reworkKeith Whitwell2008-02-211-4/+9
* Use gallium's rtasm module.José Fonseca2008-02-191-1/+1
* gallium: antialiased line drawingBrian2008-02-181-1/+11
* draw: subclass vertex shaders according to execution methodKeith Whitwell2008-02-151-16/+24
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-151-0/+346