draw: setup pipe's draw pointer for the aapoint stage
authorBrian Paul <brianp@vmware.com>
Tue, 1 Mar 2011 01:25:37 +0000 (18:25 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Mar 2011 01:25:37 +0000 (18:25 -0700)
commite6f3e24330926b2ea04c39b5a60b9a20123e5bd4
tree69284cd01420dac91b1daa4accdcad3ccd05093f
parentb70610b9823fc7dc3672735c11be1a75fbb1a2a4
draw: setup pipe's draw pointer for the aapoint stage

The other draw stages like aaline and pstipple were already doing this.
If the driver used the aapoint stage but not the others it would crash
because of a null pipe->draw pointer.
src/gallium/auxiliary/draw/draw_pipe_aapoint.c