OSDN Git Service

gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstipple stages
authorBrian <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 17:07:44 +0000 (10:07 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 17:08:16 +0000 (10:08 -0700)
commit78220aea864c36038f8425ad9d8467d2a2bdea58
tree8bfeccb26d8c1ca588fd6f6343ea82037af703a2
parentebe3b34ad225e320a09bb4069ce4d24808386327
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstipple stages

Added a void *draw ptr to pipe_context.  Probably look for a better solution someday.
src/gallium/auxiliary/draw/draw_aaline.c
src/gallium/auxiliary/draw/draw_aapoint.c
src/gallium/auxiliary/draw/draw_pstipple.c
src/gallium/include/pipe/p_context.h