gallium: add explicit control for point sprites (convert points to textured quads)
authorBrian <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2008 22:13:35 +0000 (16:13 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 14 Mar 2008 22:13:35 +0000 (16:13 -0600)
commit5a09ad8248ce452136ed96a3d46532b03c877618
tree867a3c25fe90fb65a85d64819e8fcfe0c92aeb24
parent344356a0edee932604027386591c82f6666e607c
gallium: add explicit control for point sprites (convert points to textured quads)

New draw_enable_point_sprites() function.
Fixes spriteblast.c demo
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_context.h
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_validate.c
src/gallium/auxiliary/draw/draw_wide_point.c