summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_wide_point.c
AgeCommit message (Collapse)Author
2008-04-02gallium: add a flag to turn on gl rasterization rulesKeith Whitwell
Use this to set up hardware rasterization (if your hardware can do it) or otherwise turn on various tweaks in the draw module. Currently only hooked up to point biasing code.
2008-04-02gallium: add temporary facility for rasterization-time clamping of point sizesKeith Whitwell
2008-03-14gallium: add explicit control for point sprites (convert points to textured ↵Brian
quads) New draw_enable_point_sprites() function. Fixes spriteblast.c demo
2008-02-29gallium: point rast coord tweakBrian Paul
2008-02-28gallium: new wide point/line stages (missed in prev commit)Brian Paul